Wiselib
|
Typedefs | |
typedef delegate1< void, struct abc_conn * > | contiki_extended_receive_delegate_t |
Functions | |
void | contiki_register_receive (contiki_extended_receive_delegate_t &d) |
static void | abc_recv (struct abc_conn *c) |
PROCESS (contiki_ext_radio_process,"Contiki Extended Radio") | |
PROCESS_THREAD (contiki_ext_radio_process, ev, data) | |
void | init_contiki_extdata_radio (void) |
Variables | |
struct abc_conn | contiki_extdata_radio_conn |
static contiki_extended_receive_delegate_t | radio_receive_delegate |
static struct abc_callbacks | abc_call = { abc_recv } |
typedef delegate1<void, struct abc_conn*> wiselib::contiki::contiki_extended_receive_delegate_t |
static void wiselib::contiki::abc_recv | ( | struct abc_conn * | c | ) | [static] |
void wiselib::contiki::contiki_register_receive | ( | contiki_extended_receive_delegate_t & | d | ) |
void wiselib::contiki::init_contiki_extdata_radio | ( | void | ) |
wiselib::contiki::PROCESS | ( | contiki_ext_radio_process | , |
"Contiki Extended Radio" | |||
) |
wiselib::contiki::PROCESS_THREAD | ( | contiki_ext_radio_process | , |
ev | , | ||
data | |||
) |
struct abc_callbacks wiselib::contiki::abc_call = { abc_recv } [static] |