Fawkes API
Fawkes Development Version
|
Basic config descriptor. More...
#include <net_messages.h>
Public Attributes | |
char | path [CONFIG_MSG_PATH_LENGTH] |
path to config value. More... | |
uint32_t | is_default: 1 |
1 if value is a default value, 0 otherwise, only for get response More... | |
uint32_t | reserved: 31 |
Reserved for future use. More... | |
Basic config descriptor.
Path that defines a unique element in the configuration. It is part of most messages.
Definition at line 92 of file net_messages.h.
uint32_t fawkes::config_descriptor_t::is_default |
1 if value is a default value, 0
otherwise, only for get response
Definition at line 94 of file net_messages.h.
Referenced by fawkes::ConfigListContent::append_bool(), fawkes::ConfigListContent::append_comment(), fawkes::ConfigListContent::append_float(), fawkes::ConfigListContent::append_int(), fawkes::ConfigListContent::append_string(), fawkes::ConfigListContent::append_uint(), fawkes::NetworkConfiguration::inbound_received(), fawkes::NetworkConfiguration::NetConfValueIterator::is_default(), and fawkes::ConfigNetworkHandler::loop().
char fawkes::config_descriptor_t::path[CONFIG_MSG_PATH_LENGTH] |
path to config value.
Definition at line 93 of file net_messages.h.
Referenced by fawkes::ConfigListContent::append_bool(), fawkes::ConfigListContent::append_comment(), fawkes::ConfigListContent::append_float(), fawkes::ConfigListContent::append_int(), fawkes::ConfigListContent::append_string(), fawkes::ConfigListContent::append_uint(), fawkes::NetworkConfiguration::get_value(), fawkes::NetworkConfiguration::inbound_received(), fawkes::ConfigNetworkHandler::loop(), and fawkes::NetworkConfiguration::NetConfValueIterator::NetConfValueIterator().
uint32_t fawkes::config_descriptor_t::reserved |
Reserved for future use.
Definition at line 96 of file net_messages.h.