fawkes::config_list_float_entity_t Struct Reference
Config list float entity. More...
#include <net_messages.h>
Public Attributes | |
| config_list_entity_header_t | header |
| config entity header | |
| float | f |
| float value | |
Detailed Description
Config list float entity.
Definition at line 178 of file net_messages.h.
Member Data Documentation
float value
Definition at line 180 of file net_messages.h.
Referenced by fawkes::ConfigListContent::append_float(), and fawkes::NetworkConfiguration::inbound_received().
config entity header
Definition at line 179 of file net_messages.h.
Referenced by fawkes::ConfigListContent::append_float().
The documentation for this struct was generated from the following file:
- src/libs/config/net_messages.h

