dsc Struct Reference
[The Contiki program loader]

The DSC program description structure. More...

#include <core/sys/dsc.h>

Data Fields

char * description
 A text string containing a one-line description of the program.
char * prgname
 The name of the program on disk.
void * loadaddr
 The loading address of the DSC.

Detailed Description

The DSC program description structure.

The DSC structure is used for describing a Contiki program. It includes a short textual description of the program, either the name of the program on disk, or a pointer to the init() function, and an icon for the program.

Definition at line 75 of file dsc.h.


Field Documentation

The loading address of the DSC.

Used by the LOADER_UNLOAD() function when deallocating the memory allocated for the DSC when loading it.

Definition at line 91 of file dsc.h.

char* dsc::prgname

The name of the program on disk.

Definition at line 80 of file dsc.h.


Generated on Mon Apr 11 14:23:58 2011 for Contiki 2.5 by  doxygen 1.6.1