A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
aodv-routing-protocol.cc File Reference
#include "aodv-routing-protocol.h"
#include "ns3/adhoc-wifi-mac.h"
#include "ns3/boolean.h"
#include "ns3/inet-socket-address.h"
#include "ns3/log.h"
#include "ns3/pointer.h"
#include "ns3/random-variable-stream.h"
#include "ns3/string.h"
#include "ns3/trace-source-accessor.h"
#include "ns3/udp-header.h"
#include "ns3/udp-l4-protocol.h"
#include "ns3/udp-socket-factory.h"
#include "ns3/wifi-mpdu.h"
#include "ns3/wifi-net-device.h"
#include <algorithm>
#include <limits>
+ Include dependency graph for aodv-routing-protocol.cc:

Go to the source code of this file.

Classes

class  ns3::aodv::DeferredRouteOutputTag
 Tag used by AODV implementation. More...
 

Namespaces

namespace  ns3
 Every class exported by the ns3 library is enclosed in the ns3 namespace.
 
namespace  ns3::aodv
 

Macros

#define NS_LOG_APPEND_CONTEXT
 

Macro Definition Documentation

◆ NS_LOG_APPEND_CONTEXT

#define NS_LOG_APPEND_CONTEXT
Value:
if (m_ipv4) \
{ \
std::clog << "[node " << m_ipv4->GetObject<Node>()->GetId() << "] "; \
}

Definition at line 27 of file aodv-routing-protocol.cc.