#include "wifi-example-apps.h"
#include "ns3/core-module.h"
#include "ns3/internet-module.h"
#include "ns3/mobility-module.h"
#include "ns3/network-module.h"
#include "ns3/stats-module.h"
#include "ns3/wifi-module.h"
#include <ctime>
#include <sstream>
Go to the source code of this file.
Functions | |
void | TxCallback (Ptr< CounterCalculator< uint32_t > > datac, std::string path, Ptr< const Packet > packet) |
Function called when a packet is transmitted. | |
void TxCallback | ( | Ptr< CounterCalculator< uint32_t > > | datac, |
std::string | path, | ||
Ptr< const Packet > | packet ) |
Function called when a packet is transmitted.
datac | The counter of the number of transmitted packets. |
path | The callback context. |
packet | The transmitted packet. |
Definition at line 45 of file wifi-example-sim.cc.
References NS_LOG_INFO.