Zigbee Protocol Controller 1.6.0

Go to the source code of this file.

Macros

#define LOADER_OK   0
 
#define LOADER_ERR_READ   1
 
#define LOADER_ERR_HDR   2
 
#define LOADER_ERR_OS   3
 
#define LOADER_ERR_FMT   4
 
#define LOADER_ERR_MEM   5
 
#define LOADER_ERR_OPEN   6
 
#define LOADER_ERR_ARCH   7
 
#define LOADER_ERR_VERSION   8
 
#define LOADER_ERR_NOLOADER   9
 
#define LOADER_LOAD(name, arg)   LOADER_ERR_NOLOADER
 
#define LOADER_UNLOAD()
 
#define LOADER_LOAD_DSC(name)   NULL
 
#define LOADER_UNLOAD_DSC(dsc)
 

Detailed Description

Default definitions and error values for the Contiki program loader.

Author
Adam Dunkels adam@.nosp@m.dunk.nosp@m.els.c.nosp@m.om