#include "ns3/boolean.h"#include "ns3/command-line.h"#include "ns3/config.h"#include "ns3/double.h"#include "ns3/flow-monitor-helper.h"#include "ns3/gnuplot.h"#include "ns3/internet-stack-helper.h"#include "ns3/ipv4-address-helper.h"#include "ns3/ipv4-list-routing-helper.h"#include "ns3/ipv4-static-routing-helper.h"#include "ns3/log.h"#include "ns3/mobility-helper.h"#include "ns3/mobility-model.h"#include "ns3/olsr-helper.h"#include "ns3/on-off-helper.h"#include "ns3/rectangle.h"#include "ns3/string.h"#include "ns3/uinteger.h"#include "ns3/yans-wifi-channel.h"#include "ns3/yans-wifi-helper.h"Go to the source code of this file.
Classes | |
| class | Experiment |
| WiFi adhoc experiment class. More... | |
Functions | |
| static std::string | PrintPosition (Ptr< Node > client, Ptr< Node > server) |
| Print the position of two nodes. | |
Print the position of two nodes.
| client | Client node. |
| server | Server node. |
Definition at line 433 of file wifi-multirate.cc.
References ns3::Ipv4InterfaceAddress::GetAddress(), and ns3::Ipv4InterfaceAddress::GetLocal().
Referenced by Experiment::ApplicationSetup().