|
Sen API
Sen Libraries
|
Data of a property. More...
#include <property.h>
Public Member Functions | |
| PropertySpec (std::string name, std::string description, ConstTypeHandle<> type, PropertyCategory category=PropertyCategory::dynamicRO, TransportMode transportMode=TransportMode::multicast, bool checkedSet=false, std::vector< std::string > tags={}) | |
Public Attributes | |
| std::string | name |
| std::string | description |
| PropertyCategory | category = PropertyCategory::dynamicRO |
| ConstTypeHandle | type |
| TransportMode | transportMode = TransportMode::multicast |
| std::vector< std::string > | tags |
| bool | checkedSet = false |
Friends | |
| bool | operator== (const PropertySpec &lhs, const PropertySpec &rhs) noexcept |
| bool | operator!= (const PropertySpec &lhs, const PropertySpec &rhs) noexcept |
Data of a property.
|
inline |
|
friend |
|
friend |
| std::string sen::PropertySpec::name |
| std::string sen::PropertySpec::description |
| PropertyCategory sen::PropertySpec::category = PropertyCategory::dynamicRO |
| ConstTypeHandle sen::PropertySpec::type |
| TransportMode sen::PropertySpec::transportMode = TransportMode::multicast |
| std::vector<std::string> sen::PropertySpec::tags |
| bool sen::PropertySpec::checkedSet = false |