_CONFOS Struct Reference
[System ConfigurationSystem Configuration]


Detailed Description

Operating system configuration structure.

Applications may directly access the global variable confos to read or modify the current configuration.

Definition at line 111 of file confos.h.


Data Fields

uint8_t size
 Size of this structure.
uint8_t magic [2]
 Magic cookie.
char hostname [16]
 Host name of the system.

Field Documentation

uint8_t _CONFOS::size

Size of this structure.

Used by Nut/Net to verify, that the structure contents is valid after reading it from non-volatile memory.

Definition at line 117 of file confos.h.

Referenced by NutLoadConfig(), and NutSaveConfig().

uint8_t _CONFOS::magic[2]

Magic cookie.

Contains CONFOS_EE_MAGIC.

Definition at line 123 of file confos.h.

Referenced by NutLoadConfig(), and NutSaveConfig().

char _CONFOS::hostname[16]

Host name of the system.

Definition at line 127 of file confos.h.

Referenced by NutDiscoveryAnnTele(), NutDiscoveryAppConf(), NutInit(), vsyslog(), and vsyslog_P().


The documentation for this struct was generated from the following file:
© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/