Wiselib
Classes | Namespaces | Defines
wiselib.testing/algorithms/routing/aodv/aodv_routing.h File Reference
#include "algorithms/routing/aodv/aodv_routing_types.h"
#include "algorithms/routing/aodv/aodv_route_discovery_msg.h"
#include "algorithms/routing/aodv/aodv_routing_msg.h"
#include "util/base_classes/routing_base.h"
#include <string.h>
#include "config.h"
#include <map>
#include <list>

Go to the source code of this file.

Classes

class  wiselib::AODVRouting< OsModel_P, RoutingTable_P, Radio_P, Debug_P >
 DSR routing implementation of Routing ConceptDSR routing implementation of Routing Concept ... More...
struct  wiselib::AODVRouting< OsModel_P, RoutingTable_P, Radio_P, Debug_P >::rreq_info
struct  wiselib::AODVRouting< OsModel_P, RoutingTable_P, Radio_P, Debug_P >::retry_info

Namespaces

namespace  wiselib
 

AES Algorithm.


Defines

#define NET_DIAM   10
#define ROUTE_TIMEOUT   2 *NET_DIAM
#define ECHO_INTERVAL   2
#define ALLOWED_LOSS   ECHO_INTERVAL * 2
#define RETRY_INTERVAL   NET_DIAM * 2
#define MAX_RETRIES   1

Define Documentation

#define ALLOWED_LOSS   ECHO_INTERVAL * 2
#define ECHO_INTERVAL   2
#define MAX_RETRIES   1
#define NET_DIAM   10
#define RETRY_INTERVAL   NET_DIAM * 2
#define ROUTE_TIMEOUT   2 *NET_DIAM
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines