Wiselib
|
Contiki Implementation of Radio concept. More...
#include <contiki_radio.h>
Public Types | |
enum | ErrorCodes { SUCCESS = OsModel::SUCCESS, ERR_UNSPEC = OsModel::ERR_UNSPEC } |
enum | SpecialNodeIds { BROADCAST_ADDRESS = 0xffff, NULL_NODE_ID = 0 } |
enum | Restrictions { MAX_MESSAGE_LENGTH = PACKETBUF_SIZE } |
typedef OsModel_P | OsModel |
typedef ContikiRadio< OsModel > | self_type |
typedef self_type * | self_pointer_t |
typedef uint16_t | node_id_t |
From Radio concept. | |
typedef uint8_t | block_data_t |
typedef uint8_t | size_t |
typedef uint8_t | message_id_t |
typedef contiki_radio_delegate_t | radio_delegate_t |
Public Member Functions | |
void | init () |
int | send (node_id_t id, size_t len, block_data_t *data) |
int | enable_radio () |
int | disable_radio () |
node_id_t | id () |
template<class T , void(T::*)(node_id_t, size_t, block_data_t *) TMethod> | |
int | reg_recv_callback (T *obj_pnt) |
int | unreg_recv_callback (int idx) |
Contiki Implementation of Radio concept.
Contiki implementation of the Radio concept ...
OsModel_P | Has to implement Os concept. |
typedef uint8_t wiselib::ContikiRadio< OsModel_P >::block_data_t |
typedef uint8_t wiselib::ContikiRadio< OsModel_P >::message_id_t |
typedef uint16_t wiselib::ContikiRadio< OsModel_P >::node_id_t |
From Radio concept.
typedef OsModel_P wiselib::ContikiRadio< OsModel_P >::OsModel |
typedef contiki_radio_delegate_t wiselib::ContikiRadio< OsModel_P >::radio_delegate_t |
typedef self_type* wiselib::ContikiRadio< OsModel_P >::self_pointer_t |
typedef ContikiRadio<OsModel> wiselib::ContikiRadio< OsModel_P >::self_type |
typedef uint8_t wiselib::ContikiRadio< OsModel_P >::size_t |
enum wiselib::ContikiRadio::ErrorCodes |
enum wiselib::ContikiRadio::Restrictions |
enum wiselib::ContikiRadio::SpecialNodeIds |
int wiselib::ContikiRadio< OsModel_P >::disable_radio | ( | void | ) | [inline] |
int wiselib::ContikiRadio< OsModel_P >::enable_radio | ( | void | ) | [inline] |
node_id_t wiselib::ContikiRadio< OsModel_P >::id | ( | ) | [inline] |
void wiselib::ContikiRadio< OsModel_P >::init | ( | void | ) | [inline] |
int wiselib::ContikiRadio< OsModel_P >::reg_recv_callback | ( | T * | obj_pnt | ) |
int wiselib::ContikiRadio< OsModel_P >::send | ( | node_id_t | id, |
size_t | len, | ||
block_data_t * | data | ||
) |
int wiselib::ContikiRadio< OsModel_P >::unreg_recv_callback | ( | int | idx | ) | [inline] |