fesa-core-gsi
4.3.1
|
Contains the xml cycle-configuration. More...
#include <TimingSimulationStructures.h>
Public Member Functions | |
CycleConfig (boost::shared_ptr< fesa::ElementXML > config, long cycleID) | |
constructor More... | |
Public Attributes | |
std::string | cycleName_ |
the name of the cycle | |
long | cycleID_ |
the numeric identifier of the cycle | |
int | basicPeriodMultiple_ |
this attribute contains the length of the cycle expressed in basic period multiple which is defined in the ElementConfig | |
std::string | eventSequenceName_ |
name of the event sequence | |
EventSequenceConfig * | eventSequenceRef_ |
event sequence reference | |
TelegramDataConfig * | telegramData_ |
special telegram data within this cycle | |
Contains the xml cycle-configuration.
fesaGSI::CycleConfig::CycleConfig | ( | boost::shared_ptr< fesa::ElementXML > | config, |
long | cycleID | ||
) |
constructor
the | xml segment where this cycle is defined |
The | cycleID (generated by super-cycle) |