#include <AbstractRTDeviceClass.h>
Public Attributes | |
std::string | name_ |
name of the scheduling-unit | |
std::string | actionName_ |
name of the action | |
std::string | className_ |
name of the class which contains the action | |
std::string | selectionCriterion_ |
selection criterion to select devices | |
std::string | eventName_ |
name of the event | |
bool | isEventOptional_ |
true if the event is optional | |
std::string | eventField_ |
name of the event-field used to define the concrete device-event (if required) |
Definition at line 27 of file AbstractRTDeviceClass.h.
name of the action
Definition at line 38 of file AbstractRTDeviceClass.h.
Referenced by fesa::AbstractRTDeviceClass::addDiagnosticSchedulingUnitInfo(), and fesa::RTController::createRTActionConfig().
name of the class which contains the action
Definition at line 44 of file AbstractRTDeviceClass.h.
Referenced by fesa::AbstractRTDeviceClass::addDiagnosticSchedulingUnitInfo(), fesa::RTController::createAction(), and fesa::RTController::createRTActionConfig().
name of the event-field used to define the concrete device-event (if required)
Definition at line 68 of file AbstractRTDeviceClass.h.
Referenced by fesa::AbstractRTDeviceClass::addDiagnosticSchedulingUnitInfo().
name of the event
Definition at line 56 of file AbstractRTDeviceClass.h.
Referenced by fesa::AbstractRTDeviceClass::addDiagnosticSchedulingUnitInfo(), and fesa::RTController::createRTActionConfig().
true if the event is optional
Definition at line 62 of file AbstractRTDeviceClass.h.
name of the scheduling-unit
Definition at line 32 of file AbstractRTDeviceClass.h.
Referenced by fesa::AbstractRTDeviceClass::addDiagnosticSchedulingUnitInfo(), fesa::RTController::createAction(), and fesa::RTController::createRTActionConfig().
selection criterion to select devices
Definition at line 50 of file AbstractRTDeviceClass.h.
Referenced by fesa::AbstractRTDeviceClass::addDiagnosticSchedulingUnitInfo(), and fesa::RTController::createRTActionConfig().