|
Wiselib
|
Contiki Implementation of Debug Concept. More...
#include <contiki_debug.h>
Public Types | |
| typedef OsModel_P | OsModel |
| typedef ContikiDebug< OsModel > | self_type |
| typedef self_type * | self_pointer_t |
Public Member Functions | |
| void | init () |
| void | debug (const char *msg,...) |
| Uses printf() internally. | |
Contiki Implementation of Debug Concept.
Contiki implementation of the Debug Concept ...
| typedef OsModel_P wiselib::ContikiDebug< OsModel_P >::OsModel |
| typedef self_type* wiselib::ContikiDebug< OsModel_P >::self_pointer_t |
| typedef ContikiDebug<OsModel> wiselib::ContikiDebug< OsModel_P >::self_type |
| void wiselib::ContikiDebug< OsModel_P >::debug | ( | const char * | msg, |
| ... | |||
| ) |
Uses printf() internally.
| void wiselib::ContikiDebug< OsModel_P >::init | ( | void | ) | [inline] |
1.7.4