fesa-core-gsi
4.2.0
|
This class contains information about the event, read from the xml-file. More...
#include <TimingSimulationStructures.h>
Public Member Functions | |
EventConfig (boost::shared_ptr< fesa::ElementXML > config) | |
constructor More... | |
Public Attributes | |
std::string | eventName_ |
name of the event | |
std::string | payload_ |
any event payload, if available | |
long | delay_ |
number of ms that represent the delay of the simulation | |
SimulationEventType | type_ |
normal or burst | |
This class contains information about the event, read from the xml-file.
fesaGSI::EventConfig::EventConfig | ( | boost::shared_ptr< fesa::ElementXML > | config | ) |
constructor
the | xml segment where this event is defined |