|
Hi,
According to my search, class can be defined like
C-syntax. An example is given below which is a part of command.h
file
typedef struct {
uint8_t idx; // index into CommandDesc array char *name; uint8_t id; // id for CommandRegister interface dispatch TOSType retType; uint8_t retLen; ParamList params; } CommandDesc; typedef CommandDesc *CommandDescPtr;
I hope it will help you.
Fırat
|
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
