ALib C++ Framework
by
Library Version: 2605 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
alib::threadmodel::Trigger::TriggerEntry Struct Reference

Description:

The entry type used with field triggerList.

Definition at line 104 of file trigger.hpp.

#include <trigger.hpp>

Collaboration diagram for alib::threadmodel::Trigger::TriggerEntry:
[legend]

Public Field Index:

Ticks NextWakeup
 The next wakeup time.
TriggeredTarget
 The triggered object.

Public Method Index:

 TriggerEntry (Triggered *target, const Ticks &nextWakeup)
 TriggerEntry (TriggerEntry &)=delete
 Deleted copy constructor (to avoid working on copies accidentally).

Field Details:

◆ NextWakeup

Ticks alib::threadmodel::Trigger::TriggerEntry::NextWakeup

The next wakeup time.

Definition at line 115 of file trigger.hpp.

◆ Target

Triggered* alib::threadmodel::Trigger::TriggerEntry::Target

The triggered object.

Definition at line 114 of file trigger.hpp.

Constructor(s) / Destructor Details:

◆ TriggerEntry()

Constructor.

Parameters
targetAssigned to Target.
nextWakeupAssigned to NextWakeup.

Definition at line 108 of file trigger.hpp.


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