#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.
Application::Application | ( | ) | [inline, private] |
Definition at line 38 of file application.h.
Application * Application::GetInstance | ( | ) | [static] |
Definition at line 30 of file application.cpp.
Referenced by SystemClock::Endless(), IrqStatistic::IrqStatistic(), and SystemClock::Run().
void Application::PrintResults | ( | ) |
Definition at line 39 of file application.cpp.
References printable.
Referenced by SystemClock::Endless(), and SystemClock::Run().
void Application::RegisterPrintable | ( | Printable * | x | ) |
Definition at line 35 of file application.cpp.
References printable.
Referenced by IrqStatistic::IrqStatistic().
std::vector<Printable*> Application::printable [protected] |
Definition at line 35 of file application.h.
Referenced by PrintResults(), and RegisterPrintable().