#include <sp_simconditionset.h>
Inheritance diagram for faudes::SimConditionSet:
Note: we currently share a symboltabel with the global event set. This will definitely change in a future revision.
Note: since we currently dont implement state based conditions we still dont have a ParallelExecutor reference for token io. This will definitely change in a future revision.
Definition at line 255 of file sp_simconditionset.h.
Public Member Functions | |
SimConditionSet (void) | |
Default constructor. | |
SimConditionSet (const SimConditionSet &rOtherSet) | |
Copy constructor. | |
virtual | ~SimConditionSet (void) |
Virtual destructor. | |
bool | Enabled (Idx cond) const |
Test condition for enabled. | |
void | Enabled (Idx cond, bool on) |
Set condition enabled. | |
SimConditionSet | EnabledConditions (void) |
Get set of enabled conditions. | |
void | Reset (void) |
Reset all condition states (incl name of this set). |
|
Default constructor.
Definition at line 260 of file sp_simconditionset.h. |
|
Copy constructor.
Definition at line 263 of file sp_simconditionset.h. |
|
Virtual destructor.
Definition at line 266 of file sp_simconditionset.h. |
|
Set condition enabled.
Definition at line 272 of file sp_simconditionset.h. |
|
Test condition for enabled.
Definition at line 269 of file sp_simconditionset.h. |
|
Get set of enabled conditions.
Definition at line 210 of file sp_simconditionset.cpp. |
|
Reset all condition states (incl name of this set).
Definition at line 218 of file sp_simconditionset.cpp. |