9 #ifndef _STRUS_PERIODIC_TIMER_EVENT_HPP_INCLUDED
10 #define _STRUS_PERIODIC_TIMER_EVENT_HPP_INCLUDED
21 :m_secondsPeriod(secondsPeriod_)
23 if (!init())
throw std::bad_alloc();
Periodic timer event.
Definition: periodicTimerEvent.hpp:17
PeriodicTimerEvent(int secondsPeriod_)
Definition: periodicTimerEvent.hpp:20
virtual void tick()
Event called.
Definition: periodicTimerEvent.hpp:34
virtual ~PeriodicTimerEvent()
Definition: periodicTimerEvent.hpp:25