Used to store all EventConfiguration-specific Information which comes from the Instantiation-File.
More...
#include <EventConfigurationElement.h>
|
virtual void | addDeviceRef (const std::string &deviceName)=0 |
| used in order to add names of the connected devices to this object (according to the mapping in the xml-file) More...
|
|
virtual EventElementVector | getEventElementCol () const =0 |
| returns all event-elements of this event-configuration-element More...
|
|
virtual void | resolveForwardedEvents ()=0 |
| resolve forwarded events of this event configuration
|
|
virtual std::string | getName () const =0 |
| returns the name of the event-configuration, represented by this event-configuration-element More...
|
|
virtual bool | isNotUsed () const =0 |
|
Used to store all EventConfiguration-specific Information which comes from the Instantiation-File.
virtual void fesa::EventConfigurationElement::addDeviceRef |
( |
const std::string & |
deviceName | ) |
|
|
pure virtual |
virtual EventElementVector fesa::EventConfigurationElement::getEventElementCol |
( |
| ) |
const |
|
pure virtual |
virtual std::string fesa::EventConfigurationElement::getName |
( |
| ) |
const |
|
pure virtual |
returns the name of the event-configuration, represented by this event-configuration-element
- Returns
- the name of the event-configuration
Implemented in fesa::EventConfigurationElementImpl.
virtual bool fesa::EventConfigurationElement::isNotUsed |
( |
| ) |
const |
|
pure virtual |
- Parameters
-
method | to check if this event-configuration is used by any device |
- Returns
- True, if this event-configuration is not used by any device
Implemented in fesa::EventConfigurationElementImpl.
The documentation for this class was generated from the following file:
- EventConfigurationElement.h