fesa-core-gsi
4.3.1
|
Used to handle and store all Timing-Event-specific Information which comes from the Instantiation-File. More...
#include <GSITimingEventElementImpl.h>
Inherits EventElementImpl.
Public Member Functions | |
GSITimingEventElementImpl (const std::string &className, const std::string &logicalEventName, const std::string &xpath, boost::shared_ptr< fesa::ElementXML > eventElement) | |
constructor More... | |
const std::string & | getHardwareEventName () const |
Used to handle and store all Timing-Event-specific Information which comes from the Instantiation-File.
fesaGSI::GSITimingEventElementImpl::GSITimingEventElementImpl | ( | const std::string & | className, |
const std::string & | logicalEventName, | ||
const std::string & | xpath, | ||
boost::shared_ptr< fesa::ElementXML > | eventElement | ||
) |
constructor
className | Name of the class, which owns this event |
logicalEventName | Name of the logical-event, which uses this concrete-event |
xpath | xml-path as string on which the eventElement is located |
eventElement | object which allows easy access to "xpath" |
const std::string & fesaGSI::GSITimingEventElementImpl::getHardwareEventName | ( | ) | const |
Returns the hardware event name contained in this timing event.