Wiselib
Classes | Namespaces | Defines
wiselib.testing/algorithms/routing/dymo/dymo_routing.h File Reference
#include "/home/zhongliang/project/WISEBED/wiselib/trunk/wiselib.incubation/routing/dymo/dymo_routing_types.h"
#include "/home/zhongliang/project/WISEBED/wiselib/trunk/wiselib.incubation/routing/dymo/dymo_route_discovery_msg.h"
#include "/home/zhongliang/project/WISEBED/wiselib/trunk/wiselib.incubation/routing/dymo/dymo_routing_msg.h"
#include "util/base_classes/routing_base.h"
#include <string.h>
#include "util/pstl/list_static.h"
#include "util/pstl/list_dynamic.h"
#include "util/pstl/map_list.h"
#include "util/pstl/map_static_vector.h"

Go to the source code of this file.

Classes

class  wiselib::DYMORouting< OsModel_P, RoutingTable_P, Radio_P, Debug_P >
 DSR routing implementation of Routing ConceptDSR routing implementation of Routing Concept ... More...
struct  wiselib::DYMORouting< OsModel_P, RoutingTable_P, Radio_P, Debug_P >::rreq_info
struct  wiselib::DYMORouting< 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