fesa-core
4.3.1
|
Contains arguments of Property's constructor Used to make the code more readable and to avoid typos. More...
#include <Property.h>
Public Attributes | |
std::string | name |
name of the property | |
PropertyType::PropertyType | type |
Type of the property ( setting or acquisition ) | |
bool | global |
True if the property is a global property. | |
bool | subscribable |
True if clients can subscribe to the property. | |
bool | multiplexed |
True if the property contains multiplexed items. | |
std::string | className |
The FESA class the property belongs to. | |
std::string | notificationThreadKey |
The id of the notification thread that is used by this property in order to update its clients. | |
Contains arguments of Property's constructor Used to make the code more readable and to avoid typos.