fesa-core  5.0.1
fesa::PropertyConstructorParameters Struct Reference

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.
 

Detailed Description

Contains arguments of Property's constructor Used to make the code more readable and to avoid typos.


The documentation for this struct was generated from the following file: