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. | |
uint32_t | is_default: 1 |
1 if value is a default value, 0 otherwise, only for get response | |
uint32_t | reserved: 31 |
Reserved for future use. |
Basic config descriptor.
Path that defines a unique element in the configuration. It is part of most messages.
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::ConfigNetworkHandler::loop(), fawkes::ConfigListContent::append_float(), fawkes::ConfigListContent::append_int(), fawkes::ConfigListContent::append_uint(), fawkes::ConfigListContent::append_bool(), fawkes::ConfigListContent::append_string(), fawkes::ConfigListContent::append_comment(), fawkes::NetworkConfiguration::inbound_received(), and fawkes::NetworkConfiguration::NetConfValueIterator::is_default().
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::ConfigNetworkHandler::loop(), fawkes::ConfigListContent::append_float(), fawkes::ConfigListContent::append_int(), fawkes::ConfigListContent::append_uint(), fawkes::ConfigListContent::append_bool(), fawkes::ConfigListContent::append_string(), fawkes::ConfigListContent::append_comment(), fawkes::NetworkConfiguration::get_value(), fawkes::NetworkConfiguration::inbound_received(), and fawkes::NetworkConfiguration::NetConfValueIterator::NetConfValueIterator().
Reserved for future use.
Definition at line 96 of file net_messages.h.