#include <eosim/core/ccalendar.hpp>
Collaboration diagram for eosim::core::CCalendar:
Public Member Functions | |
CCalendar () | |
The constructor creates an empty CCalendar ready to operate. | |
~CCalendar () | |
The destructor of CCalendar. | |
void | cPhase () |
This operation executes all the registered CEvents. | |
void | registerCEvent (CEvent *cEv) |
This operation register cEv in the CCalendar. |
void CCalendar::cPhase | ( | ) |
This operation executes all the registered CEvents.