Wiselib
|
Contiki Implementation of Radio conceptContiki implementation of the Radio concept ... More...
#include <contiki_com_uart.h>
Public Types | |
enum | ErrorCodes { SUCCESS = OsModel::SUCCESS, ERR_UNSPEC = OsModel::ERR_UNSPEC } |
typedef OsModel_P | OsModel |
typedef ContikiUartModel< OsModel > | self_type |
typedef self_type * | self_pointer_t |
typedef uint8_t | block_data_t |
typedef uint8_t | size_t |
Public Member Functions | |
void | init () |
int | enable_serial_comm () |
int | disable_serial_comm () |
int | write (size_t len, block_data_t *buf) |
template<class T , void(T::*)(size_t, block_data_t *) TMethod> | |
int | reg_read_callback (T *obj_pnt) |
int | unreg_recv_callback (int idx) |
Contiki Implementation of Radio concept
Contiki implementation of the Radio concept ...
typedef uint8_t wiselib::ContikiUartModel< OsModel_P >::block_data_t |
typedef OsModel_P wiselib::ContikiUartModel< OsModel_P >::OsModel |
typedef self_type* wiselib::ContikiUartModel< OsModel_P >::self_pointer_t |
typedef ContikiUartModel<OsModel> wiselib::ContikiUartModel< OsModel_P >::self_type |
typedef uint8_t wiselib::ContikiUartModel< OsModel_P >::size_t |
enum wiselib::ContikiUartModel::ErrorCodes |
int wiselib::ContikiUartModel< OsModel_P >::disable_serial_comm | ( | ) | [inline] |
int wiselib::ContikiUartModel< OsModel_P >::enable_serial_comm | ( | ) | [inline] |
void wiselib::ContikiUartModel< OsModel_P >::init | ( | void | ) | [inline] |
int wiselib::ContikiUartModel< OsModel_P >::reg_read_callback | ( | T * | obj_pnt | ) | [inline] |
int wiselib::ContikiUartModel< OsModel_P >::unreg_recv_callback | ( | int | idx | ) | [inline] |
int wiselib::ContikiUartModel< OsModel_P >::write | ( | size_t | len, |
block_data_t * | buf | ||
) | [inline] |