Detailed Description

Defining data of event based simulation condition.

An event based condition has a set of start events and a set of stop events. It becomes satisfied when a start event occurs and it becomes unsatisfied when a stop event occurs. Thus, when start or stop events fail to alternate, the first event of the respective type is relevant.

Definition at line 42 of file sp_simconditionset.h.

#include <sp_simconditionset.h>

Public Member Functions

bool operator== (const SimEventCondition rOther) const
 

Public Attributes

EventSet mStart
 
EventSet mStop
 

Member Function Documentation

◆ operator==()

bool faudes::SimEventCondition::operator== ( const SimEventCondition  rOther) const
inline

Definition at line 46 of file sp_simconditionset.h.

Member Data Documentation

◆ mStart

EventSet faudes::SimEventCondition::mStart

Definition at line 44 of file sp_simconditionset.h.

◆ mStop

EventSet faudes::SimEventCondition::mStop

Definition at line 45 of file sp_simconditionset.h.


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

libFAUDES 2.32b --- 2024.03.01 --- c++ api documentaion by doxygen