structure holding the information about PCAP files generated for a given device More...
#include "wifi-helper.h"
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< WifiNetDevice > | device |
| 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 | |
structure holding the information about PCAP files generated for a given device
Definition at line 187 of file wifi-helper.h.
|
inline |
Constructor.
| filename | the common file name of the PCAP files |
| dlt | the selected data link type of the pcap file |
| type | the selected PCAP capture type |
| dev | the WifiNetDevice for which the PCAP files are generated |
Definition at line 197 of file wifi-helper.h.
References commonFilename, device, files, pcapDlt, and pcapType.
| std::string ns3::WifiPhyHelper::PcapFilesInfo::commonFilename |
common file name of the PCAP files
Definition at line 209 of file wifi-helper.h.
Referenced by PcapFilesInfo().
| Ptr<WifiNetDevice> ns3::WifiPhyHelper::PcapFilesInfo::device |
the WifiNetDevice for which the PCAP files are generated
Definition at line 212 of file wifi-helper.h.
Referenced by PcapFilesInfo().
| std::map<uint8_t, Ptr<PcapFileWrapper> > ns3::WifiPhyHelper::PcapFilesInfo::files |
PCAP files indexed by PHY ID.
Definition at line 213 of file wifi-helper.h.
Referenced by PcapFilesInfo().
| PcapHelper::DataLinkType ns3::WifiPhyHelper::PcapFilesInfo::pcapDlt |
the selected data link type of the pcap file
Definition at line 210 of file wifi-helper.h.
Referenced by PcapFilesInfo().
| WifiPhyHelper::PcapCaptureType ns3::WifiPhyHelper::PcapFilesInfo::pcapType |
the selected PCAP capture type
Definition at line 211 of file wifi-helper.h.
Referenced by PcapFilesInfo().