B2BITS FIX Antenna C++ 2.32.0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
System::SchedulerTimeEvent Struct Reference

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.
 

Detailed Description

Structure describing scheduler event happened.

Constructor & Destructor Documentation

◆ SchedulerTimeEvent()

System::SchedulerTimeEvent::SchedulerTimeEvent ( const Engine::TZTimeHelper::UTCTimestamp & eventTime,
unsigned int eventTag,
bool dontNotify )
inline

Member Data Documentation

◆ dontNotify_

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.

◆ eventTag_

unsigned int System::SchedulerTimeEvent::eventTag_

Event tag set when event was scheduled.

◆ eventTime_

Engine::TZTimeHelper::UTCTimestamp System::SchedulerTimeEvent::eventTime_

Event timestamp.