#include <AbstractRTDeviceClass.h>
Public Attributes | |
std::string | className_ |
name of the class that contains the action | |
std::set< std::string > | automaticallyNotifiedPropertiesCol_ |
list of properties that will be notified automatically, after the RT-action has finished | |
bool | isGlobalPropertyToBeNotified_ |
true if the automaticallyNotifiedPropertiesCol_ set contains at least one global property | |
std::set< std::string > | manuallyNotifiedPropertiesCol_ |
Definition at line 76 of file AbstractRTDeviceClass.h.
list of properties that will be notified automatically, after the RT-action has finished
Definition at line 87 of file AbstractRTDeviceClass.h.
name of the class that contains the action
Definition at line 81 of file AbstractRTDeviceClass.h.
Referenced by fesa::AbstractRTDeviceClass::addDiagnosticRTActionInfo().
true if the automaticallyNotifiedPropertiesCol_ set contains at least one global property
Definition at line 92 of file AbstractRTDeviceClass.h.
std::set<std::string> fesa::RTActionInfo::manuallyNotifiedPropertiesCol_ |
Definition at line 98 of file AbstractRTDeviceClass.h.