Describes a event sequence. More...
#include <TimingSimulationStructures.h>
Public Member Functions | |
EventSequenceConfig (fesa::ElementXML *config) | |
constructor | |
~EventSequenceConfig () | |
destructor | |
Public Attributes | |
std::string | name_ |
the name of this sequence | |
std::vector< EventConfig * > | events_ |
the events that compose the sequence |
Describes a event sequence.
Definition at line 87 of file TimingSimulationStructures.h.
fesaGSI::EventSequenceConfig::EventSequenceConfig | ( | fesa::ElementXML * | config | ) |
constructor
the | xml segment where this event-sequence is defined |
Definition at line 69 of file TimingSimulationStructures.cpp.
References events_, FesaGSITimingSimulationFileCorrupt, and name_.
fesaGSI::EventSequenceConfig::~EventSequenceConfig | ( | ) |
std::vector<EventConfig*> fesaGSI::EventSequenceConfig::events_ |
the events that compose the sequence
Definition at line 110 of file TimingSimulationStructures.h.
Referenced by EventSequenceConfig(), and ~EventSequenceConfig().
std::string fesaGSI::EventSequenceConfig::name_ |
the name of this sequence
Definition at line 105 of file TimingSimulationStructures.h.
Referenced by EventSequenceConfig().