Public Member Functions | |
PointToPointTest () | |
virtual bool | RunTests (void) |
Private Member Functions | |
void | SendOnePacket (Ptr< PointToPointNetDevice > device) |
Definition at line 11 of file point-to-point-test.cc.
ns3::PointToPointTest::PointToPointTest | ( | ) |
Definition at line 22 of file point-to-point-test.cc.
bool ns3::PointToPointTest::RunTests | ( | void | ) | [virtual] |
Implements ns3::Test.
Definition at line 35 of file point-to-point-test.cc.
References ns3::Mac48Address::Allocate(), ns3::Simulator::Destroy(), ns3::Simulator::Run(), ns3::Simulator::Schedule(), ns3::Seconds(), and SendOnePacket().
void ns3::PointToPointTest::SendOnePacket | ( | Ptr< PointToPointNetDevice > | device | ) | [private] |
Definition at line 27 of file point-to-point-test.cc.
Referenced by RunTests().