Lumiera  0.pre.03
»edit your freedom«
SchedulerInvocation::ActOrder Struct Reference

Description

data record passed through the queues

Definition at line 82 of file scheduler-invocation.hpp.

Public Member Functions

bool operator< (ActOrder const &o) const
 

Public Attributes

Activityactivity {nullptr}
 
int64_t waterlevel {0}
 

Member Function Documentation

◆ operator<()

bool operator< ( ActOrder const &  o) const
inline

ordering function for time based scheduling

Note
reversed order as required by std::priority_queue to get the earliest element at top of the queue

Definition at line 92 of file scheduler-invocation.hpp.

+ Collaboration diagram for SchedulerInvocation::ActOrder:

The documentation for this struct was generated from the following file: