The entry type used with field triggerList.
Definition at line 108 of file trigger.hpp.
#include <trigger.hpp>
Public Field Index: | |
Ticks | NextWakeup |
The next wakeup time. | |
Triggered * | Target |
The triggered object. | |
Public Method Index: | |
TriggerEntry (Triggered *target, const Ticks &nextWakeup) | |
TriggerEntry (TriggerEntry &)=delete | |
Deleted copy constructor (to avoid working on copies accidentally). | |
Ticks NextWakeup |
The next wakeup time.
Definition at line 120 of file trigger.hpp.
Triggered* Target |
The triggered object.
Definition at line 119 of file trigger.hpp.
|
inline |
Constructor.
target | Assigned to Target. |
nextWakeup | Assigned to NextWakeup. |
Definition at line 113 of file trigger.hpp.