|
simulavr
1.1.0
|
#include <irqsystem.h>
Public Member Functions | |
| IrqStatistic (AvrDevice *) | |
| void | operator() () |
| virtual | ~IrqStatistic () |
Public Member Functions inherited from Printable | |
| Printable (std::ostream &os) | |
| virtual | ~Printable () |
Public Attributes | |
| std::map< unsigned int, IrqStatisticPerVector > | entries |
Protected Attributes | |
| AvrDevice * | core |
Protected Attributes inherited from Printable | |
| std::ostream & | out |
Friends | |
| std::ostream & | operator<< (std::ostream &, const IrqStatistic &) |
Definition at line 99 of file irqsystem.h.
| IrqStatistic::IrqStatistic | ( | AvrDevice * | c | ) |
Definition at line 320 of file irqsystem.cpp.
References Application::GetInstance(), and Application::RegisterPrintable().
|
inlinevirtual |
Definition at line 109 of file irqsystem.h.
References operator<<().
|
virtual |
Implements Printable.
Definition at line 325 of file irqsystem.cpp.
References enableIRQStatistic, and Printable::out.
|
friend |
Definition at line 172 of file irqsystem.cpp.
|
protected |
Definition at line 102 of file irqsystem.h.
Referenced by operator<<().
| std::map<unsigned int, IrqStatisticPerVector> IrqStatistic::entries |
Definition at line 105 of file irqsystem.h.
Referenced by HWIrqSystem::ClearIrqFlag(), HWIrqSystem::IrqHandlerFinished(), HWIrqSystem::IrqHandlerStarted(), operator<<(), and HWIrqSystem::SetIrqFlag().