fawkes::config_descriptor_t Struct Reference

Basic config descriptor. More...

#include <net_messages.h>

List of all members.

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.


Detailed Description

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.


Member Data Documentation

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_comment(), fawkes::ConfigListContent::append_string(), 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::ConfigListContent::append_comment(), fawkes::ConfigListContent::append_string(), 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.


The documentation for this struct was generated from the following file:
Generated on Tue Feb 22 13:32:47 2011 for Fawkes API by  doxygen 1.4.7