Wiselib
Public Types | Public Member Functions
wiselib::TinyOsRadioModel< OsModel_P > Class Template Reference

TinyOs Implementation of Radio concept. More...

#include <tinyos_radio.h>

List of all members.

Public Types

enum  ErrorCodes { SUCCESS = OsModel::SUCCESS, ERR_UNSPEC = OsModel::ERR_UNSPEC, ERR_NOTIMPL = OsModel::ERR_NOTIMPL }
enum  SpecialNodeIds { BROADCAST_ADDRESS = 0xffff, NULL_NODE_ID = 0 }
enum  Restrictions { MAX_MESSAGE_LENGTH = 28 }
typedef OsModel_P OsModel
typedef TinyOsRadioModel< OsModelself_type
typedef self_typeself_pointer_t
typedef uint16_t node_id_t
typedef uint8_t block_data_t
typedef uint8_t size_t
typedef uint8_t message_id_t
typedef tinyos::ExtendedData ExtendedData
typedef tinyos::radio_delegate_t radio_delegate_t
typedef
tinyos::extended_radio_delegate_t 
extended_radio_delegate_t

Public Member Functions

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)
template<class T , void(T::*)(node_id_t, size_t, block_data_t *, const ExtendedData &) TMethod>
int reg_recv_callback (T *obj_pnt)
template<class T , void(T::*)(node_id_t, size_t, block_data_t *) TMethod>
int unreg_recv_callback (int idx)

Detailed Description

template<typename OsModel_P>
class wiselib::TinyOsRadioModel< OsModel_P >

TinyOs Implementation of Radio concept.

TinyOS implementation of the Radio concept ...

Template Parameters:
OsModel_PHas to implement Os concept.

Member Typedef Documentation

template<typename OsModel_P >
typedef uint8_t wiselib::TinyOsRadioModel< OsModel_P >::block_data_t
template<typename OsModel_P >
typedef tinyos::extended_radio_delegate_t wiselib::TinyOsRadioModel< OsModel_P >::extended_radio_delegate_t
template<typename OsModel_P >
typedef tinyos::ExtendedData wiselib::TinyOsRadioModel< OsModel_P >::ExtendedData
template<typename OsModel_P >
typedef uint8_t wiselib::TinyOsRadioModel< OsModel_P >::message_id_t
template<typename OsModel_P >
typedef uint16_t wiselib::TinyOsRadioModel< OsModel_P >::node_id_t
template<typename OsModel_P >
typedef OsModel_P wiselib::TinyOsRadioModel< OsModel_P >::OsModel
template<typename OsModel_P >
typedef tinyos::radio_delegate_t wiselib::TinyOsRadioModel< OsModel_P >::radio_delegate_t
template<typename OsModel_P >
typedef self_type* wiselib::TinyOsRadioModel< OsModel_P >::self_pointer_t
template<typename OsModel_P >
typedef TinyOsRadioModel<OsModel> wiselib::TinyOsRadioModel< OsModel_P >::self_type
template<typename OsModel_P >
typedef uint8_t wiselib::TinyOsRadioModel< OsModel_P >::size_t

Member Enumeration Documentation

template<typename OsModel_P >
enum wiselib::TinyOsRadioModel::ErrorCodes
Enumerator:
SUCCESS 
ERR_UNSPEC 
ERR_NOTIMPL 
template<typename OsModel_P >
enum wiselib::TinyOsRadioModel::Restrictions
Enumerator:
MAX_MESSAGE_LENGTH 

Maximal number of bytes in payload.

template<typename OsModel_P >
enum wiselib::TinyOsRadioModel::SpecialNodeIds
Enumerator:
BROADCAST_ADDRESS 

All nodes in communication range.

NULL_NODE_ID 

Unknown/No node id.


Member Function Documentation

template<typename OsModel_P >
int wiselib::TinyOsRadioModel< OsModel_P >::disable_radio ( void  ) [inline]
template<typename OsModel_P >
int wiselib::TinyOsRadioModel< OsModel_P >::enable_radio ( void  ) [inline]
template<typename OsModel_P >
node_id_t wiselib::TinyOsRadioModel< OsModel_P >::id ( ) [inline]
template<typename OsModel_P >
template<class T , void(T::*)(node_id_t, size_t, block_data_t *) TMethod>
int wiselib::TinyOsRadioModel< OsModel_P >::reg_recv_callback ( T *  obj_pnt) [inline]
template<typename OsModel_P >
template<class T , void(T::*)(node_id_t, size_t, block_data_t *, const ExtendedData &) TMethod>
int wiselib::TinyOsRadioModel< OsModel_P >::reg_recv_callback ( T *  obj_pnt) [inline]
template<typename OsModel_P >
int wiselib::TinyOsRadioModel< OsModel_P >::send ( node_id_t  id,
size_t  len,
block_data_t data 
) [inline]
Todo:
: tinyos_send_message returns more error codes - use them!
template<typename OsModel_P >
template<class T , void(T::*)(node_id_t, size_t, block_data_t *) TMethod>
int wiselib::TinyOsRadioModel< OsModel_P >::unreg_recv_callback ( int  idx) [inline]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines