#include "ns3/test.h"
#include "ns3/simple-net-device.h"
#include "ns3/simple-channel.h"
#include "ns3/address.h"
#include "ns3/mac48-address.h"
#include "ns3/packet.h"
#include "ns3/callback.h"
#include "ns3/node.h"
#include "ns3/simulator.h"
#include "ns3/error-model.h"
#include "ns3/pointer.h"
#include "ns3/double.h"
#include "ns3/string.h"
#include "ns3/rng-seed-manager.h"
Go to the source code of this file.
Classes | |
class | BurstErrorModelSimple |
class | ErrorModelSimple |
class | ErrorModelTestSuite |
Functions | |
static void | BuildSimpleTopology (Ptr< Node > a, Ptr< Node > b, Ptr< SimpleNetDevice > input, Ptr< SimpleNetDevice > output, Ptr< SimpleChannel > channel) |
static void | SendPacket (int num, Ptr< NetDevice > device, Address &addr) |
Variables | |
static ErrorModelTestSuite | errorModelTestSuite |
|
static |
Definition at line 55 of file error-model-test-suite.cc.
References ns3::Node::AddDevice(), ns3::Mac48Address::Allocate(), ns3::SimpleNetDevice::SetAddress(), ns3::SimpleNetDevice::SetChannel(), and ns3::SimpleNetDevice::SetNode().
Referenced by ErrorModelSimple::DoRun(), and BurstErrorModelSimple::DoRun().
Definition at line 45 of file error-model-test-suite.cc.
References ns3::NetDevice::Send().
Referenced by ErrorModelSimple::DoRun(), and BurstErrorModelSimple::DoRun().
|
static |
Definition at line 244 of file error-model-test-suite.cc.