#include "ns3/test.h"
#include "ns3/rng-seed-manager.h"
#include "ns3/config.h"
#include "ns3/data-rate.h"
#include "ns3/vector.h"
#include "ns3/string.h"
#include "ns3/ssid.h"
#include "ns3/packet-socket-address.h"
#include "ns3/mobility-model.h"
#include "ns3/on-off-helper.h"
#include "ns3/yans-wifi-helper.h"
#include "ns3/position-allocator.h"
#include "ns3/packet-socket-helper.h"
#include "ns3/mobility-helper.h"
#include "ns3/nqos-wifi-mac-helper.h"
#include "ns3/wifi-net-device.h"
#include <iostream>
#include "ns3/ocb-wifi-mac.h"
#include "ns3/wifi-80211p-helper.h"
#include "ns3/wave-mac-helper.h"
Go to the source code of this file.
Classes | |
class | OcbTestSuite |
class | OcbWifiMacTestCase |
Functions | |
static void | AssignWifiRandomStreams (Ptr< WifiMac > mac, int64_t stream) |
Variables | |
static OcbTestSuite | ocbTestSuite |
Definition at line 46 of file ocb-test-suite.cc.
References ns3::DcaTxop::AssignStreams(), ns3::EdcaTxopN::AssignStreams(), ns3::PointerValue::Get(), and ns3::ObjectBase::GetAttribute().
Referenced by OcbWifiMacTestCase::PostDeviceConfiguration().
|
static |
Definition at line 395 of file ocb-test-suite.cc.