A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::AthstatsHelper Class Reference

create AthstatsWifiTraceSink instances and connect them to wifi devices More...

#include <athstats-helper.h>

+ Collaboration diagram for ns3::AthstatsHelper:

Public Member Functions

 AthstatsHelper ()
 
void EnableAthstats (std::string filename, uint32_t nodeid, uint32_t deviceid)
 
void EnableAthstats (std::string filename, Ptr< NetDevice > nd)
 
void EnableAthstats (std::string filename, NetDeviceContainer d)
 
void EnableAthstats (std::string filename, NodeContainer n)
 

Private Attributes

Time m_interval
 

Detailed Description

create AthstatsWifiTraceSink instances and connect them to wifi devices

Definition at line 45 of file athstats-helper.h.

Constructor & Destructor Documentation

ns3::AthstatsHelper::AthstatsHelper ( )

Definition at line 38 of file athstats-helper.cc.

Member Function Documentation

void ns3::AthstatsHelper::EnableAthstats ( std::string  filename,
Ptr< NetDevice nd 
)

Definition at line 72 of file athstats-helper.cc.

References EnableAthstats().

+ Here is the call graph for this function:

void ns3::AthstatsHelper::EnableAthstats ( std::string  filename,
NetDeviceContainer  d 
)

Definition at line 79 of file athstats-helper.cc.

References ns3::NetDeviceContainer::Begin(), EnableAthstats(), and ns3::NetDeviceContainer::End().

+ Here is the call graph for this function:

void ns3::AthstatsHelper::EnableAthstats ( std::string  filename,
NodeContainer  n 
)

Member Data Documentation

Time ns3::AthstatsHelper::m_interval
private

Definition at line 55 of file athstats-helper.h.


The documentation for this class was generated from the following files: