Zigbee Protocol Controller 1.6.0
|
Attribute. More...
#include <attribute_mapper_ast.hpp>
Public Attributes | |
char | value_type |
std::vector< attribute_path_element > | attribute_path |
Attribute.
This is the representation of an attribute.
value_type | The type can be r: reported d: desired e: exists |
attribute_path | Path for the attribute in the Attribute Store |
The attribute path consits of atleast one path element
std::vector<attribute_path_element> ast::attribute::attribute_path |
char ast::attribute::value_type |