proconX: Protocol Converter & Gateways

Programmable Gateways

Smart Industrial Communication and Embeddeded Ethernet Solutions
 Login 
We accept VISA, MasterCard, PayPal

World Wide Shipping

include/sys/confos.h File Reference


Detailed Description

Nut/OS configuration.


Defines

#define CONFOS_EE_OFFSET
#define CONFOS_EE_MAGIC

Typedefs

typedef _CONFOS CONFOS
 Operating system configuration type.

Functions

int NutLoadConfig (void)
 Load Nut/OS configuration from the EEPROM.
int NutSaveConfig (void)
 Save Nut/OS configuration in the EEPROM.

Variables

CONFOS confos


Function Documentation

int NutLoadConfig void   ) 
 

Load Nut/OS configuration from the EEPROM.

This routine is automatically called during system initialization.

Returns:
0 if OK, -1 if configuration isn't available.

int NutSaveConfig void   ) 
 

Save Nut/OS configuration in the EEPROM.

Returns:
0 if OK, -1 on failures.