Runs a timer service used by all services. More...
Public Member Functions | |
| TimerService () | |
| Ctor. | |
| virtual | ~TimerService () |
| Dtor. | |
| virtual bool | startup (MessageDispatcher *dispatcher) |
| startup | |
| virtual bool | init (const std::string &a_basePath) |
| init | |
| virtual const std::string & | name () const |
| name | |
| virtual bool | shutdown () |
| shutdown | |
| void | run () |
| run | |
| virtual void | onMessage (const void *pSender, Tonido::Data::Message::SharedPtr &args) |
| onMessage | |
Runs a timer service used by all services.
For more details on usage TimerService
| Tonido::System::TimerService::TimerService | ( | ) |
Ctor.
Details if needed
| Tonido::System::TimerService::~TimerService | ( | ) | [virtual] |
Dtor.
Details if needed
| bool Tonido::System::TimerService::init | ( | const std::string & | a_basePath | ) | [virtual] |
| const std::string & Tonido::System::TimerService::name | ( | ) | const [virtual] |
| void Tonido::System::TimerService::onMessage | ( | const void * | pSender, |
| Tonido::Data::Message::SharedPtr & | args | ||
| ) | [virtual] |
| void Tonido::System::TimerService::run | ( | ) |
run
run Virtual Override
| bool Tonido::System::TimerService::shutdown | ( | ) | [virtual] |
| bool Tonido::System::TimerService::startup | ( | MessageDispatcher * | dispatcher | ) | [virtual] |