File nut/app/logtime/logtime.c


Included Files


Preprocessor definitions

#define MYMAC

#define MYIP "192.168.192.100"

#define MYMASK "255.255.255.0"

#define MYGATE "192.168.192.1"

#define MYLOGD "192.168.192.222"

#define MYTIMED "130.149.17.21"

#define MYUART

#define MYBAUD 115200

#define MYDEV DEV_CONSOLE

#define MYTZ -1

#define COMPILERNAME "GCC"

#define UART_OK 0x0001

#define STDOUT_OK 0x0002

#define STDERR_OK 0x0004

#define BAUDRATE_OK 0x0008

#define LANDEV_OK 0x0010

#define NETIF_OK 0x0020

#define NETROUTE_OK 0x0040

#define TIMED_OK 0x0080


Local Variables

version
static char* version
Used in: NutAppMain()  

Global Function NutAppMain()

int NutAppMain ( void )
Calls: NutDhcpIfConfig(), NutHeapRootAvailable(), NutIpRouteAdd(), NutNetIfConfig(), NutRegisterDevice(), NutSNTPGetTime(), NutSleep(), NutVersionString(), _fileno(), _ioctl(), freopen(), inet_addr(), inet_ntoa(), openlog(), printf(), puts(), setlogserver(), stime(), syslog()
References Variables: version nut/app/logtime/logtime.c