Operating system configuration structure. More...
Data Fields | |
uint8_t | size |
Size of this structure. | |
uint8_t | magic [sizeof(CONFOS_EE_MAGIC)-1] |
Magic cookie. | |
char | hostname [MAX_HOSTNAME_LEN+1] |
Host name of the system. |
Operating system configuration structure.
Operating system configuration type.
Applications may directly access the global variable confos to read or modify the current configuration.
Definition at line 141 of file confos.h.
uint8_t CONFOS::size |
uint8_t CONFOS::magic[sizeof(CONFOS_EE_MAGIC)-1] |
char CONFOS::hostname[MAX_HOSTNAME_LEN+1] |