#include <AbstractServerAction.h>
Public Attributes | |
std::string | className_ |
std::string | name_ |
name of the action | |
std::vector< std::string > | notifiedPropertiesCol_ |
notified properties by the action | |
std::vector< std::string > | disablingFieldNamesCol_ |
std::vector< std::string > | disablingGlobalFieldNamesCol_ |
bool | partialSetIsAllowed_ |
bool | needFilter_ |
true if the action contains filter | |
bool | autoNotification_ |
true if the auto notification is activated | |
bool | transactionalSetIsAllowed_ |
bool | defaultImpl_ |
Definition at line 35 of file AbstractServerAction.h.
true if the auto notification is activated
Definition at line 68 of file AbstractServerAction.h.
std::string fesa::ServerActionConfig::className_ |
Definition at line 38 of file AbstractServerAction.h.
Definition at line 72 of file AbstractServerAction.h.
std::vector<std::string> fesa::ServerActionConfig::disablingFieldNamesCol_ |
Definition at line 52 of file AbstractServerAction.h.
std::vector<std::string> fesa::ServerActionConfig::disablingGlobalFieldNamesCol_ |
Definition at line 54 of file AbstractServerAction.h.
name of the action
Definition at line 44 of file AbstractServerAction.h.
Referenced by fesa::AbstractServerDeviceClass::configurePropertiesActions(), and fesa::AbstractServerActionFactory::createServerAction().
true if the action contains filter
Definition at line 62 of file AbstractServerAction.h.
notified properties by the action
Definition at line 50 of file AbstractServerAction.h.
Referenced by fesa::AbstractServerDeviceClass::configurePropertiesActions().
Definition at line 56 of file AbstractServerAction.h.
Definition at line 70 of file AbstractServerAction.h.