A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
ns3::WifiPhyHelper::PcapFilesInfo Struct Reference

structure holding the information about PCAP files generated for a given device More...

#include "wifi-helper.h"

+ Collaboration diagram for ns3::WifiPhyHelper::PcapFilesInfo:

Public Member Functions

 PcapFilesInfo (const std::string &filename, PcapHelper::DataLinkType dlt, WifiPhyHelper::PcapCaptureType type, Ptr< WifiNetDevice > dev)
 Constructor.
 

Public Attributes

std::string commonFilename
 common file name of the PCAP files
 
Ptr< WifiNetDevicedevice
 the WifiNetDevice for which the PCAP files are generated
 
std::map< uint8_t, Ptr< PcapFileWrapper > > files
 PCAP files indexed by PHY ID.
 
PcapHelper::DataLinkType pcapDlt
 the selected data link type of the pcap file
 
WifiPhyHelper::PcapCaptureType pcapType
 the selected PCAP capture type
 

Detailed Description

structure holding the information about PCAP files generated for a given device

Definition at line 186 of file wifi-helper.h.

Constructor & Destructor Documentation

◆ PcapFilesInfo()

ns3::WifiPhyHelper::PcapFilesInfo::PcapFilesInfo ( const std::string & filename,
PcapHelper::DataLinkType dlt,
WifiPhyHelper::PcapCaptureType type,
Ptr< WifiNetDevice > dev )
inline

Constructor.

Parameters
filenamethe common file name of the PCAP files
dltthe selected data link type of the pcap file
typethe selected PCAP capture type
devthe WifiNetDevice for which the PCAP files are generated

Definition at line 196 of file wifi-helper.h.

Member Data Documentation

◆ commonFilename

std::string ns3::WifiPhyHelper::PcapFilesInfo::commonFilename

common file name of the PCAP files

Definition at line 208 of file wifi-helper.h.

◆ device

Ptr<WifiNetDevice> ns3::WifiPhyHelper::PcapFilesInfo::device

the WifiNetDevice for which the PCAP files are generated

Definition at line 211 of file wifi-helper.h.

◆ files

std::map<uint8_t, Ptr<PcapFileWrapper> > ns3::WifiPhyHelper::PcapFilesInfo::files

PCAP files indexed by PHY ID.

Definition at line 212 of file wifi-helper.h.

◆ pcapDlt

PcapHelper::DataLinkType ns3::WifiPhyHelper::PcapFilesInfo::pcapDlt

the selected data link type of the pcap file

Definition at line 209 of file wifi-helper.h.

◆ pcapType

WifiPhyHelper::PcapCaptureType ns3::WifiPhyHelper::PcapFilesInfo::pcapType

the selected PCAP capture type

Definition at line 210 of file wifi-helper.h.


The documentation for this struct was generated from the following file: