Wiselib
|
#include "external_interface/contiki/contiki_os.h"
#include "external_interface/contiki/contiki_math.h"
#include "contiki.h"
Typedefs | |
typedef void(* | ctor_func_t )() |
Functions | |
void | application_main (wiselib::ContikiOsModel &) |
PROCESS (wiselib_process,"Wiselib process") | |
void | ctor_init () |
PROCESS_THREAD (wiselib_process, ev, data) | |
Variables | |
ctor_func_t | __ctors_start |
ctor_func_t | __ctors_end |
static wiselib::ContikiOsModel | contiki_os_model_ |
AUTOSTART_PROCESSES & | wiselib_process |
typedef void(* ctor_func_t)() |
void application_main | ( | wiselib::ContikiOsModel & | ) |
void ctor_init | ( | ) |
PROCESS | ( | wiselib_process | , |
"Wiselib process" | |||
) |
PROCESS_THREAD | ( | wiselib_process | , |
ev | , | ||
data | |||
) |
wiselib::ContikiOsModel contiki_os_model_ [static] |
AUTOSTART_PROCESSES & wiselib_process |