Wiselib
Public Types | Public Member Functions
wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P > Class Template Reference

DSDV routing implementation of Routing Concept. More...

#include <dsdv_routing.h>

Inherits wiselib::RoutingBase< OsModel_P, Radio_P >.

List of all members.

Public Types

enum  ErrorCodes { SUCCESS = OsModel::SUCCESS, ERR_UNSPEC = OsModel::ERR_UNSPEC, ERR_NOTIMPL = OsModel::ERR_NOTIMPL, ERR_HOSTUNREACH = OsModel::ERR_HOSTUNREACH }
enum  SpecialNodeIds { BROADCAST_ADDRESS = Radio_P::BROADCAST_ADDRESS, NULL_NODE_ID = Radio_P::NULL_NODE_ID }
enum  Restrictions { MAX_MESSAGE_LENGTH = Radio_P::MAX_MESSAGE_LENGTH - RoutingMessage::PAYLOAD_POS }
typedef OsModel_P OsModel
typedef Radio_P Radio
typedef Timer_P Timer
typedef Debug_P Debug
typedef RoutingTable_P RoutingTable
typedef RoutingTable::iterator RoutingTableIterator
typedef RoutingTable::value_type RoutingTableValue
typedef RoutingTable::mapped_type RoutingTableEntry
typedef DsdvRouting< OsModel,
RoutingTable, Radio, Timer,
Debug
self_type
typedef self_typeself_pointer_t
typedef Radio::node_id_t node_id_t
typedef Radio::size_t size_t
typedef Radio::block_data_t block_data_t
typedef Radio::message_id_t message_id_t
typedef Timer::millis_t millis_t
typedef DsdvRoutingMessage
< OsModel, Radio
RoutingMessage
typedef DsdvBroadcastMessage
< OsModel, Radio
BroadcastMessage
enum  ReturnValues
typedef delegate3< void,
node_id_t, size_t,
block_data_t * > 
radio_delegate_t
typedef vector_static< OsModel,
radio_delegate_t,
MAX_RECEIVERS > 
CallbackVector
typedef CallbackVector::iterator CallbackVectorIterator

Public Member Functions

int init (Radio &radio, Timer &timer, Debug &debug)
int init ()
int destruct ()
void set_startup_time (millis_t t)
void set_work_period (millis_t t)
int reg_recv_callback (T *obj_pnt)
int unreg_recv_callback (int idx)
void notify_receivers (node_id_t from, size_t len, block_data_t *data)
Construction / Destruction
 DsdvRouting ()
 ~DsdvRouting ()
Routing Control
int enable_radio (void)
int disable_radio (void)
Radio Concept
int send (node_id_t receiver, size_t len, block_data_t *data)
void receive (node_id_t from, size_t len, block_data_t *data)
Radio::node_id_t id ()

Detailed Description

template<typename OsModel_P, typename RoutingTable_P, typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
class wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >

DSDV routing implementation of Routing Concept.

DSDV routing implementation of Routing Concept ...


Member Typedef Documentation

template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
typedef Radio::block_data_t wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::block_data_t
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
typedef DsdvBroadcastMessage<OsModel, Radio> wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::BroadcastMessage
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
typedef Debug_P wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::Debug
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
typedef Radio::message_id_t wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::message_id_t
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
typedef Timer::millis_t wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::millis_t
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
typedef Radio::node_id_t wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::node_id_t
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
typedef OsModel_P wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::OsModel
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
typedef Radio_P wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::Radio
typedef delegate3<void, node_id_t, size_t, block_data_t*> wiselib::RadioBase< OsModel_P, Radio_P::node_id_t , Radio_P::size_t , Radio_P::block_data_t , MAX_RECEIVERS >::radio_delegate_t [inherited]
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
typedef DsdvRoutingMessage<OsModel, Radio> wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::RoutingMessage
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
typedef RoutingTable_P wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::RoutingTable
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
typedef RoutingTable::mapped_type wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::RoutingTableEntry
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
typedef RoutingTable::iterator wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::RoutingTableIterator
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
typedef RoutingTable::value_type wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::RoutingTableValue
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
typedef self_type* wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::self_pointer_t
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
typedef DsdvRouting<OsModel, RoutingTable, Radio, Timer, Debug> wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::self_type
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
typedef Radio::size_t wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::size_t
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
typedef Timer_P wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::Timer

Member Enumeration Documentation

template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
enum wiselib::DsdvRouting::ErrorCodes
Enumerator:
SUCCESS 
ERR_UNSPEC 
ERR_NOTIMPL 
ERR_HOSTUNREACH 
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
enum wiselib::DsdvRouting::Restrictions
Enumerator:
MAX_MESSAGE_LENGTH 

Maximal number of bytes in payload.

template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
enum wiselib::DsdvRouting::SpecialNodeIds
Enumerator:
BROADCAST_ADDRESS 

All nodes in communication range.

NULL_NODE_ID 

Unknown/No node id.


Constructor & Destructor Documentation

template<typename OsModel_P , typename RoutingTable_P , typename Radio_P , typename Timer_P , typename Debug_P >
wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::DsdvRouting ( )
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P , typename Timer_P , typename Debug_P >
wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::~DsdvRouting ( )

Member Function Documentation

template<typename OsModel_P , typename RoutingTable_P , typename Radio_P , typename Timer_P , typename Debug_P >
int wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::destruct ( void  ) [inline]
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P , typename Timer_P , typename Debug_P >
int wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::disable_radio ( void  )
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P , typename Timer_P , typename Debug_P >
int wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::enable_radio ( void  )
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
Radio::node_id_t wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::id ( ) [inline]
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P , typename Timer_P , typename Debug_P >
int wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::init ( void  ) [inline]
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
int wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::init ( Radio radio,
Timer timer,
Debug debug 
) [inline]
void wiselib::RadioBase< OsModel_P, Radio_P::node_id_t , Radio_P::size_t , Radio_P::block_data_t , MAX_RECEIVERS >::notify_receivers ( node_id_t  from,
size_t  len,
block_data_t data 
) [inline, inherited]
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P , typename Timer_P , typename Debug_P >
void wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::receive ( node_id_t  from,
size_t  len,
block_data_t data 
)
int wiselib::RadioBase< OsModel_P, Radio_P::node_id_t , Radio_P::size_t , Radio_P::block_data_t , MAX_RECEIVERS >::reg_recv_callback ( T *  obj_pnt) [inline, inherited]
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P , typename Timer_P , typename Debug_P >
int wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::send ( node_id_t  receiver,
size_t  len,
block_data_t data 
)
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
void wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::set_startup_time ( millis_t  t) [inline]
template<typename OsModel_P , typename RoutingTable_P , typename Radio_P = typename OsModel_P::Radio, typename Timer_P = typename OsModel_P::Timer, typename Debug_P = typename OsModel_P::Debug>
void wiselib::DsdvRouting< OsModel_P, RoutingTable_P, Radio_P, Timer_P, Debug_P >::set_work_period ( millis_t  t) [inline]
int wiselib::RadioBase< OsModel_P, Radio_P::node_id_t , Radio_P::size_t , Radio_P::block_data_t , MAX_RECEIVERS >::unreg_recv_callback ( int  idx) [inline, inherited]

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