Used to handle and store all Timing-Event-specific Information which comes from the Instantiation-File.
More...
#include <TimingEventElementImpl.h>
|
| EventElementImpl (const std::string &className, const std::string &logicalEventName, const EventSourceType sourceType, const std::string &xpath, boost::shared_ptr< ElementXML > eventElement) |
|
std::string | eventSourceName_ |
| name of the event-source to which this object belongs. Filled by the child-class
|
|
std::string | concreteEventName_ |
| The concrete event-name is build of the event-source-name and a string to make the name unique Filled by the child-class.
|
|
std::string | className_ |
| name of the class which owns this EventElement
|
|
std::string | logicalEventName_ |
| name of the logical event which owns this EventElement
|
|
Used to handle and store all Timing-Event-specific Information which comes from the Instantiation-File.
fesa::TimingEventElementImpl::TimingEventElementImpl |
( |
const std::string & |
className, |
|
|
const std::string & |
logicalEventName, |
|
|
const std::string & |
xpath, |
|
|
boost::shared_ptr< ElementXML > |
eventElement |
|
) |
| |
constructor
- Parameters
-
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" |
fesa::TimingEventElementImpl::TimingEventElementImpl |
( |
const std::string & |
className, |
|
|
const std::string & |
logicalEventName, |
|
|
const TimingEventElementImpl & |
original |
|
) |
| |
constructor
- Parameters
-
className | Name of the class, which owns this event |
logicalEventName | Name of the logical-event, which uses this concrete-event |
original | Timing event element |
const std::string & fesa::TimingEventElementImpl::getHardwareEventName |
( |
| ) |
const |
Returns the hardware event name contained in this timing event.
The documentation for this class was generated from the following files:
- TimingEventElementImpl.h
- TimingEventElementImpl.cpp