|
Contiki-Inga 3.x
|
Declaration of the DSC program description structure. More...
#include "ctk/ctk.h"Go to the source code of this file.
Data Structures | |
| struct | dsc |
| The DSC program description structure. More... | |
Macros | |
| #define | DSC(dscname, description, prgname, process, icon) CLIF const struct dsc dscname = {description, prgname} |
| Instantiating macro for the DSC structure. More... | |
Declaration of the DSC program description structure.
Definition in file dsc.h.
1.8.3.1