Microchip® Advanced Software Framework

dsc Struct Reference

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.

#include <dsc.h>

Data Fields

char * description
 
         A text string containing a one-line

description of the program More...

 
struct processprocess
 A pointer to the program's process. More...
 

char* dsc::description

         A text string containing a one-line

description of the program

struct process* dsc::process

A pointer to the program's process.