Main Page | Modules | Data Structures | File List | Data Fields | Globals | Examples

dsc Struct Reference
[The Contiki program loader]

#include <dsc.h>


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.


Data Fields

char * description
 A text string containing a one-line description of the program.

char * prgname
 The name of the program on disk.

ctk_icon * icon
 A pointer to the ctk_icon structure for the DSC.

void * loadaddr
 The loading address of the DSC.


Field Documentation

void* dsc::loadaddr
 

The loading address of the DSC.

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


Generated on Wed Jul 6 01:19:05 2005 for Contiki/ESB by doxygen 1.3.6