|
simulavr
1.1.0
|
#include <application.h>
Public Member Functions | |
| void | RegisterPrintable (Printable *x) |
| void | PrintResults () |
Static Public Member Functions | |
| static Application * | GetInstance () |
Protected Attributes | |
| std::vector< Printable * > | printable |
Private Member Functions | |
| Application () | |
Definition at line 33 of file application.h.
|
inlineprivate |
Definition at line 38 of file application.h.
References GetInstance(), PrintResults(), and RegisterPrintable().
|
static |
Definition at line 30 of file application.cpp.
Referenced by Application(), and IrqStatistic::IrqStatistic().
| void Application::PrintResults | ( | ) |
Definition at line 39 of file application.cpp.
Referenced by Application().
| void Application::RegisterPrintable | ( | Printable * | x | ) |
Definition at line 35 of file application.cpp.
Referenced by Application(), and IrqStatistic::IrqStatistic().
|
protected |
Definition at line 35 of file application.h.