Wiselib
|
#include "external_interface/contiki/contiki_types.h"
#include "util/delegates/delegate.hpp"
#include "util/serialization/simple_types.h"
#include <string.h>
#include "contiki.h"
#include "net/rime.h"
Go to the source code of this file.
Classes | |
class | wiselib::ContikiRadio< OsModel_P > |
Contiki Implementation of Radio concept. More... | |
Namespaces | |
namespace | wiselib |
AES Algorithm. | |
Typedefs | |
typedef delegate3< void, uint16_t, uint8_t, uint8_t * > | wiselib::contiki_radio_delegate_t |
typedef void(* | wiselib::contiki_radio_fp )(struct abc_conn *c) |
Functions | |
void | wiselib::init_contiki_radio (void) |
int | wiselib::contiki_radio_add_receiver (contiki_radio_delegate_t &d) |
void | wiselib::contiki_radio_del_receiver (int idx) |
void | wiselib::contiki_notify_receivers (struct abc_conn *c) |