Wiselib
Public Types | Public Member Functions | Public Attributes
wiselib::DsdvRoutingTableValue< OsModel_P, Radio_P > Struct Template Reference

#include <dsdv_routing_types.h>

List of all members.

Public Types

typedef OsModel_P OsModel
typedef Radio_P Radio
typedef Radio::node_id_t node_id_t

Public Member Functions

 DsdvRoutingTableValue ()
 DsdvRoutingTableValue (node_id_t next, uint8_t h)

Public Attributes

node_id_t next_hop
uint8_t hops

template<typename OsModel_P, typename Radio_P>
struct wiselib::DsdvRoutingTableValue< OsModel_P, Radio_P >


Member Typedef Documentation

template<typename OsModel_P , typename Radio_P >
typedef Radio::node_id_t wiselib::DsdvRoutingTableValue< OsModel_P, Radio_P >::node_id_t
template<typename OsModel_P , typename Radio_P >
typedef OsModel_P wiselib::DsdvRoutingTableValue< OsModel_P, Radio_P >::OsModel
template<typename OsModel_P , typename Radio_P >
typedef Radio_P wiselib::DsdvRoutingTableValue< OsModel_P, Radio_P >::Radio

Constructor & Destructor Documentation

template<typename OsModel_P , typename Radio_P >
wiselib::DsdvRoutingTableValue< OsModel_P, Radio_P >::DsdvRoutingTableValue ( ) [inline]
template<typename OsModel_P , typename Radio_P >
wiselib::DsdvRoutingTableValue< OsModel_P, Radio_P >::DsdvRoutingTableValue ( node_id_t  next,
uint8_t  h 
) [inline]

Member Data Documentation

template<typename OsModel_P , typename Radio_P >
uint8_t wiselib::DsdvRoutingTableValue< OsModel_P, Radio_P >::hops
template<typename OsModel_P , typename Radio_P >
node_id_t wiselib::DsdvRoutingTableValue< OsModel_P, Radio_P >::next_hop

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