fesa-core-gsi
4.2.0
|
This class contains the information for the domain. It contains the super cycle information and all the event sequences elements. More...
#include <TimingSimulationStructures.h>
Public Member Functions | |
DomainConfig (boost::shared_ptr< fesa::ElementXML > config) | |
constructor More... | |
~DomainConfig () | |
destructor | |
Public Attributes | |
std::string | name_ |
name of the timing domain | |
bool | enable_ |
true if the domain is enabled | |
SuperCycleConfig | superCycle_ |
the super-cycle element | |
std::vector < EventSequenceConfig * > | eventSequenceCol_ |
all defined event-sequences | |
This class contains the information for the domain. It contains the super cycle information and all the event sequences elements.
fesaGSI::DomainConfig::DomainConfig | ( | boost::shared_ptr< fesa::ElementXML > | config | ) |
constructor
the | xml segment where this domain is defined |