Classes | |
struct | Input |
Input structure. More... | |
struct | Output |
Output structure. More... | |
Public Member Functions | |
CollisionExperiment () | |
struct CollisionExperiment::Output | Run (struct CollisionExperiment::Input input) |
Run function. | |
Private Member Functions | |
void | Receive (Ptr< const WifiPsdu > psdu, RxSignalInfo rxSignalInfo, WifiTxVector txVector, std::vector< bool > statusPerMpdu) |
Receive function. | |
void | SendA () const |
Send A function. | |
void | SendB () const |
Send B function. | |
Private Attributes | |
uint32_t | m_flowIdA |
flow ID A | |
uint32_t | m_flowIdB |
flow ID B | |
Input | m_input |
input | |
Output | m_output |
output | |
Ptr< WifiPhy > | m_txA |
transmit A | |
Ptr< WifiPhy > | m_txB |
transmit B | |
Definition at line 159 of file wifi-phy-test.cc.
CollisionExperiment::CollisionExperiment | ( | ) |
Definition at line 262 of file wifi-phy-test.cc.
|
private |
Receive function.
psdu | the PSDU |
rxSignalInfo | the info on the received signal ( |
txVector | the wifi transmit vector |
statusPerMpdu | reception status per MPDU |
Definition at line 243 of file wifi-phy-test.cc.
References ns3::FlowIdTag::GetFlowId().
Referenced by Run().
struct CollisionExperiment::Output CollisionExperiment::Run | ( | struct CollisionExperiment::Input | input | ) |
Run function.
input | the collision experiment data |
Definition at line 281 of file wifi-phy-test.cc.
References ns3::FlowIdTag::AllocateFlowId(), ns3::Simulator::Destroy(), CollisionExperiment::Input::interval, m_flowIdA, m_flowIdB, m_input, m_output, m_txA, m_txB, ns3::MakeCallback(), CollisionExperiment::Input::nPackets, Receive(), CollisionExperiment::Output::receivedA, CollisionExperiment::Output::receivedB, ns3::Simulator::Run(), ns3::Simulator::Schedule(), ns3::Seconds(), SendA(), SendB(), and ns3::WIFI_STANDARD_80211a.
|
private |
Send A function.
Definition at line 219 of file wifi-phy-test.cc.
References ns3::WifiTxVector::SetMode(), ns3::WifiTxVector::SetPreambleType(), ns3::WifiTxVector::SetTxPowerLevel(), and ns3::WIFI_PREAMBLE_LONG.
Referenced by Run().
|
private |
Send B function.
Definition at line 231 of file wifi-phy-test.cc.
References ns3::WifiTxVector::SetMode(), ns3::WifiTxVector::SetPreambleType(), ns3::WifiTxVector::SetTxPowerLevel(), and ns3::WIFI_PREAMBLE_LONG.
Referenced by Run().
|
private |
|
private |
|
private |
|
private |