A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
WifiPhyChannel80Plus80Test Class Reference

Test the operating channel functions for 80+80MHz. More...

+ Inheritance diagram for WifiPhyChannel80Plus80Test:
+ Collaboration diagram for WifiPhyChannel80Plus80Test:

Public Member Functions

 WifiPhyChannel80Plus80Test ()
 Constructor.
 
 ~WifiPhyChannel80Plus80Test () override=default
 
- Public Member Functions inherited from ns3::TestCase
 TestCase (const TestCase &)=delete
 
virtual ~TestCase ()
 Destructor.
 
std::string GetName () const
 
TestCaseoperator= (const TestCase &)=delete
 

Private Member Functions

Ptr< HePpduCreateDummyHePpdu (MHz_u bandwidth, const WifiPhyOperatingChannel &channel)
 Create a HE PPDU.
 
Ptr< WifiPsduCreateDummyPsdu ()
 Create a dummy PSDU whose payload is 1000 bytes.
 
void DoRun () override
 Implementation to actually run this TestCase.
 

Private Attributes

WifiPhyOperatingChannel m_channel
 operating channel
 

Additional Inherited Members

- Public Types inherited from ns3::TestCase
enum class  Duration { QUICK = 1 , EXTENSIVE = 2 , TAKES_FOREVER = 3 }
 How long the test takes to execute. More...
 
- Static Public Attributes inherited from ns3::TestCase
static constexpr auto QUICK = Duration::QUICK
 Deprecated test duration simple enums.
 
static constexpr auto EXTENSIVE = Duration::EXTENSIVE
 
static constexpr auto TAKES_FOREVER = Duration::TAKES_FOREVER
 
- Protected Member Functions inherited from ns3::TestCase
 TestCase (std::string name)
 Constructor.
 
void AddTestCase (TestCase *testCase, Duration duration=Duration::QUICK)
 Add an individual child TestCase to this test suite.
 
TestCaseGetParent () const
 Get the parent of this TestCase.
 
bool IsStatusFailure () const
 Check if any tests failed.
 
bool IsStatusSuccess () const
 Check if all tests passed.
 
void SetDataDir (std::string directory)
 Set the data directory where reference trace files can be found.
 
void ReportTestFailure (std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line)
 Log the failure of this TestCase.
 
bool MustAssertOnFailure () const
 Check if this run should assert on failure.
 
bool MustContinueOnFailure () const
 Check if this run should continue on failure.
 
std::string CreateDataDirFilename (std::string filename)
 Construct the full path to a file in the data directory.
 
std::string CreateTempDirFilename (std::string filename)
 Construct the full path to a file in a temporary directory.
 

Detailed Description

Test the operating channel functions for 80+80MHz.

Definition at line 458 of file wifi-operating-channel-test.cc.

Constructor & Destructor Documentation

◆ WifiPhyChannel80Plus80Test()

WifiPhyChannel80Plus80Test::WifiPhyChannel80Plus80Test ( )

Constructor.

Definition at line 487 of file wifi-operating-channel-test.cc.

◆ ~WifiPhyChannel80Plus80Test()

WifiPhyChannel80Plus80Test::~WifiPhyChannel80Plus80Test ( )
overridedefault

Member Function Documentation

◆ CreateDummyHePpdu()

Ptr< HePpdu > WifiPhyChannel80Plus80Test::CreateDummyHePpdu ( MHz_u bandwidth,
const WifiPhyOperatingChannel & channel )
private

Create a HE PPDU.

Parameters
bandwidththe bandwidth used for the transmission the PPDU
channelthe operating channel of the PHY used for the transmission
Returns
a HE PPDU

Definition at line 503 of file wifi-operating-channel-test.cc.

References ns3::Create(), CreateDummyPsdu(), ns3::HePhy::GetHeMcs0(), ns3::MicroSeconds(), ns3::NanoSeconds(), and ns3::WIFI_PREAMBLE_HE_SU.

Referenced by DoRun().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ CreateDummyPsdu()

Ptr< WifiPsdu > WifiPhyChannel80Plus80Test::CreateDummyPsdu ( )
private

Create a dummy PSDU whose payload is 1000 bytes.

Returns
a dummy PSDU whose payload is 1000 bytes

Definition at line 493 of file wifi-operating-channel-test.cc.

References ns3::Create(), ns3::WifiMacHeader::SetQosTid(), ns3::WifiMacHeader::SetType(), and ns3::WIFI_MAC_QOSDATA.

Referenced by CreateDummyHePpdu().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ DoRun()

void WifiPhyChannel80Plus80Test::DoRun ( )
overrideprivatevirtual

Member Data Documentation

◆ m_channel

WifiPhyOperatingChannel WifiPhyChannel80Plus80Test::m_channel
private

operating channel

Definition at line 484 of file wifi-operating-channel-test.cc.

Referenced by DoRun().


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