![]() |
B2BITS FIX Antenna C++ 2.34.0
|
Structure describing scheduler event happened. More...
#include <B2BITS_Scheduler.h>
Collaboration diagram for System::SchedulerTimeEvent:Public Member Functions | |
| SchedulerTimeEvent (const Engine::TZTimeHelper::UTCTimestamp &eventTime, unsigned int eventTag, bool dontNotify) | |
Public Attributes | |
| bool | dontNotify_ |
| Notification suppression flag if this flag is true than no any notification/action is expected except next event scheduling if any. | |
| unsigned int | eventTag_ |
| Event tag set when event was scheduled. | |
| Engine::TZTimeHelper::UTCTimestamp | eventTime_ |
| Event timestamp. | |
Structure describing scheduler event happened.
|
inline |
| bool System::SchedulerTimeEvent::dontNotify_ |
Notification suppression flag if this flag is true than no any notification/action is expected except next event scheduling if any.
if this flag is false than full event processing is expected.
| unsigned int System::SchedulerTimeEvent::eventTag_ |
Event tag set when event was scheduled.
| Engine::TZTimeHelper::UTCTimestamp System::SchedulerTimeEvent::eventTime_ |
Event timestamp.