#include <ns3/object.h>
#include <ns3/log.h>
#include <ns3/test.h>
#include <iostream>
#include "ns3/interference-helper.h"
#include "ns3/yans-wifi-phy.h"
Go to the source code of this file.
Classes | |
class | TxDurationTest |
class | TxDurationTestSuite |
Variables | |
static const double | CHANNEL_1_MHZ = 2412.0 |
static const double | CHANNEL_36_MHZ = 5180.0 |
static TxDurationTestSuite | g_txDurationTestSuite |
|
static |
Definition at line 32 of file tx-duration-test.cc.
Referenced by TxDurationTest::CheckPayloadDuration(), and TxDurationTest::CheckTxDuration().
|
static |
Definition at line 33 of file tx-duration-test.cc.
Referenced by TxDurationTest::CheckPayloadDuration(), and TxDurationTest::CheckTxDuration().
|
static |
Definition at line 293 of file tx-duration-test.cc.