fesa-core
4.2.0
|
Implementation of pure virtual class DeviceLogicalEventElement. More...
#include <DeviceLogicalEventElementImpl.h>
Public Member Functions | |
void | connectEventConfigRef (const std::string &deviceName, const boost::shared_ptr< LogicalEventElement > &globalLogicalEvent) |
connects all event-config-ref-elements on class level, according to the XML-links in the events-mapping of this event-element More... | |
boost::shared_ptr < EventConfigurationElement > | getEventConfigurationElement () const |
getter for the member eventConfigurationElementRef_ More... | |
std::string | getLogicalEventName () const |
getter for the member logicalEventName_ More... | |
Implementation of pure virtual class DeviceLogicalEventElement.
|
virtual |
connects all event-config-ref-elements on class level, according to the XML-links in the events-mapping of this event-element
deviceName | name of the device to connect to the Event-Configuration |
globalLogicalEvent | pointer to the logical-events in the global event-mapping |
Implements fesa::DeviceLogicalEventElement.
|
virtual |
getter for the member eventConfigurationElementRef_
Implements fesa::DeviceLogicalEventElement.
|
virtual |
getter for the member logicalEventName_
Implements fesa::DeviceLogicalEventElement.