#include <sp_simconditionset.h>
A state based condition has a set of states per generator an is satisfied while the components of the current discrete state vector are within the respective set. A flag indicates whether each or some component must comply with the state set to satisfy the condition.
Note: Since state indices are local to generators, a SimStateConditionAttribute is only meaningful in the context of a particular ParallelExecutor. Hence, it is advisable to use that ParallelExecutor for file io of conditions.
Definition at line 66 of file sp_simconditionset.h.
Public Attributes | |
bool | mAllFlag |
std::vector< StateSet > | mStateSets |
|
Definition at line 68 of file sp_simconditionset.h. |
|
Definition at line 69 of file sp_simconditionset.h. |