#include <ctime>
#include <sstream>
#include "ns3/core-module.h"
#include "ns3/network-module.h"
#include "ns3/mobility-module.h"
#include "ns3/internet-module.h"
#include "ns3/stats-module.h"
#include "ns3/yans-wifi-helper.h"
#include "wifi-example-apps.h"
Go to the source code of this file.
Functions | |
void | TxCallback (Ptr< CounterCalculator< uint32_t > > datac, std::string path, Ptr< const Packet > packet) |
void TxCallback | ( | Ptr< CounterCalculator< uint32_t > > | datac, |
std::string | path, | ||
Ptr< const Packet > | packet | ||
) |
Definition at line 48 of file wifi-example-sim.cc.
References NS_LOG_INFO.