#include <AbstractRTEquipment.h>
Public Attributes | |
std::string | name_ |
name of the scheduling-unit | |
std::string | className_ |
name of the class that contains the action | |
bool | perDeviceCollection_ |
each device collection should run in a separate scheduler | |
bool | found_ |
true if the scheduling unit is found in any of the classes |
Definition at line 25 of file AbstractRTEquipment.h.
name of the class that contains the action
Definition at line 37 of file AbstractRTEquipment.h.
Referenced by fesa::RTController::assertSchedulingUnitsConfig(), and fesa::AbstractRTEquipment::fillRTSchedulerInfo().
true if the scheduling unit is found in any of the classes
Definition at line 48 of file AbstractRTEquipment.h.
Referenced by fesa::RTController::assertSchedulingUnitsConfig(), and fesa::AbstractRTEquipment::fillRTSchedulerInfo().
name of the scheduling-unit
Definition at line 31 of file AbstractRTEquipment.h.
Referenced by fesa::RTController::assertSchedulingUnitsConfig(), and fesa::AbstractRTEquipment::fillRTSchedulerInfo().
each device collection should run in a separate scheduler
Definition at line 43 of file AbstractRTEquipment.h.
Referenced by fesa::AbstractRTEquipment::fillRTSchedulerInfo().