fesa-core-gsi
4.3.1
|
Describes a event sequence. More...
#include <TimingSimulationStructures.h>
Public Member Functions | |
EventSequenceConfig (boost::shared_ptr< fesa::ElementXML > config) | |
constructor More... | |
~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.
fesaGSI::EventSequenceConfig::EventSequenceConfig | ( | boost::shared_ptr< fesa::ElementXML > | config | ) |
constructor
the | xml segment where this event-sequence is defined |