Ideal Spectrum PHY Test. More...
Public Member Functions | |
SpectrumIdealPhyTestCase (double snrLinear, uint64_t phyRate, bool rateIsAchievable, std::string channelType) | |
Constructor. More... | |
virtual | ~SpectrumIdealPhyTestCase () |
Public Member Functions inherited from ns3::TestCase | |
TestCase (const TestCase &)=delete | |
virtual | ~TestCase () |
Destructor. More... | |
std::string | GetName (void) const |
TestCase & | operator= (const TestCase &)=delete |
Private Member Functions | |
virtual void | DoRun (void) |
Implementation to actually run this TestCase. More... | |
Static Private Member Functions | |
static std::string | Name (std::string channelType, double snrLinear, uint64_t phyRate) |
Get the test name. More... | |
Private Attributes | |
std::string | m_channelType |
Channel type. More... | |
uint64_t | m_phyRate |
PHY rate (bps) More... | |
bool | m_rateIsAchievable |
Check if the rate is achievable. More... | |
double | m_snrLinear |
SNR (linear) More... | |
Additional Inherited Members | |
Public Types inherited from ns3::TestCase | |
enum | TestDuration { QUICK = 1 , EXTENSIVE = 2 , TAKES_FOREVER = 3 } |
How long the test takes to execute. More... | |
Protected Member Functions inherited from ns3::TestCase | |
TestCase (std::string name) | |
Constructor. More... | |
void | AddTestCase (TestCase *testCase, TestDuration duration=QUICK) |
Add an individual child TestCase to this test suite. More... | |
TestCase * | GetParent () const |
Get the parent of this TestCsse. More... | |
bool | IsStatusFailure (void) const |
Check if any tests failed. More... | |
bool | IsStatusSuccess (void) const |
Check if all tests passed. More... | |
void | SetDataDir (std::string directory) |
Set the data directory where reference trace files can be found. More... | |
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. More... | |
bool | MustAssertOnFailure (void) const |
Check if this run should assert on failure. More... | |
bool | MustContinueOnFailure (void) const |
Check if this run should continue on failure. More... | |
std::string | CreateDataDirFilename (std::string filename) |
Construct the full path to a file in the data directory. More... | |
std::string | CreateTempDirFilename (std::string filename) |
Construct the full path to a file in a temporary directory. More... | |
Ideal Spectrum PHY Test.
Definition at line 72 of file spectrum-ideal-phy-test.cc.
SpectrumIdealPhyTestCase::SpectrumIdealPhyTestCase | ( | double | snrLinear, |
uint64_t | phyRate, | ||
bool | rateIsAchievable, | ||
std::string | channelType | ||
) |
Constructor.
snrLinear | SNR (linear) |
phyRate | PHY rate (bps) |
rateIsAchievable | Check if the rate is achievable |
channelType | Channel type |
Definition at line 116 of file spectrum-ideal-phy-test.cc.
|
virtual |
Definition at line 128 of file spectrum-ideal-phy-test.cc.
|
privatevirtual |
Implementation to actually run this TestCase.
Subclasses should override this method to conduct their tests.
Implements ns3::TestCase.
Definition at line 134 of file spectrum-ideal-phy-test.cc.
References ns3::Node::AddApplication(), ns3::SpectrumChannelHelper::AddPropagationLoss(), third::channel, ns3::Config::Connect(), ns3::NodeContainer::Create(), ns3::SpectrumChannelHelper::Create(), ns3::WifiSpectrumValue5MhzFactory::CreateConstant(), ns3::WifiSpectrumValue5MhzFactory::CreateTxPowerSpectralDensity(), first::devices, g_bandwidth, g_rxBytes, ns3::NodeContainer::Get(), ns3::Object::GetObject(), ns3::AdhocAlohaNoackIdealPhyHelper::Install(), ns3::PacketSocketHelper::Install(), bianchi11ax::k, m_channelType, m_phyRate, m_rateIsAchievable, m_snrLinear, ns3::MakeCallback(), third::mobility, NS_LOG_FUNCTION, NS_LOG_INFO, NS_TEST_ASSERT_MSG_EQ, NS_TEST_ASSERT_MSG_EQ_TOL, PhyRxEndOkTrace(), pktSize, ns3::Seconds(), ns3::AdhocAlohaNoackIdealPhyHelper::SetChannel(), ns3::SpectrumChannelHelper::SetChannel(), ns3::AdhocAlohaNoackIdealPhyHelper::SetNoisePowerSpectralDensity(), ns3::AdhocAlohaNoackIdealPhyHelper::SetPhyAttribute(), ns3::PacketSocketAddress::SetPhysicalAddress(), ns3::SpectrumChannelHelper::SetPropagationDelay(), ns3::PacketSocketAddress::SetProtocol(), ns3::PacketSocketAddress::SetSingleDevice(), and ns3::AdhocAlohaNoackIdealPhyHelper::SetTxPowerSpectralDensity().
|
staticprivate |
Get the test name.
channelType | Channel type |
snrLinear | SNR (linear) |
phyRate | PHY rate (bps) |
Definition at line 106 of file spectrum-ideal-phy-test.cc.
|
private |
|
private |
|
private |
Check if the rate is achievable.
Definition at line 101 of file spectrum-ideal-phy-test.cc.
Referenced by DoRun().
|
private |