Wiselib
Public Types | Public Member Functions | Public Attributes
wiselib::DsrRoutingTableValue< Radio_P, Path_P > Class Template Reference

#include <dsr_routing_types.h>

List of all members.

Public Types

typedef Radio_P Radio
typedef Radio::node_id_t node_id_t
typedef Path_P Path
typedef Path::iterator PathIterator

Public Member Functions

 DsrRoutingTableValue ()

Public Attributes

Path path
 Path to destination.
uint8_t hops
 Number of valid entries in path.
uint16_t seq_nr
 Sequence Number of last Req.

template<typename Radio_P, typename Path_P>
class wiselib::DsrRoutingTableValue< Radio_P, Path_P >


Member Typedef Documentation

template<typename Radio_P , typename Path_P >
typedef Radio::node_id_t wiselib::DsrRoutingTableValue< Radio_P, Path_P >::node_id_t
template<typename Radio_P , typename Path_P >
typedef Path_P wiselib::DsrRoutingTableValue< Radio_P, Path_P >::Path
template<typename Radio_P , typename Path_P >
typedef Path::iterator wiselib::DsrRoutingTableValue< Radio_P, Path_P >::PathIterator
template<typename Radio_P , typename Path_P >
typedef Radio_P wiselib::DsrRoutingTableValue< Radio_P, Path_P >::Radio

Constructor & Destructor Documentation

template<typename Radio_P , typename Path_P >
wiselib::DsrRoutingTableValue< Radio_P, Path_P >::DsrRoutingTableValue ( ) [inline]

Member Data Documentation

template<typename Radio_P , typename Path_P >
uint8_t wiselib::DsrRoutingTableValue< Radio_P, Path_P >::hops

Number of valid entries in path.

template<typename Radio_P , typename Path_P >
Path wiselib::DsrRoutingTableValue< Radio_P, Path_P >::path

Path to destination.

template<typename Radio_P , typename Path_P >
uint16_t wiselib::DsrRoutingTableValue< Radio_P, Path_P >::seq_nr

Sequence Number of last Req.


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