#include <ns3/core-module.h>
#include <ns3/lr-wpan-module.h>
#include <ns3/mobility-module.h>
#include <ns3/netanim-module.h>
#include <ns3/network-module.h>
#include <ns3/propagation-module.h>
#include <ns3/spectrum-module.h>
#include <iostream>
Go to the source code of this file.
Functions | |
static void | AssociateConfirm (Ptr< LrWpanNetDevice > device, MlmeAssociateConfirmParams params) |
static void | AssociateIndication (Ptr< LrWpanNetDevice > device, MlmeAssociateIndicationParams params) |
static void | CommStatusIndication (Ptr< LrWpanNetDevice > device, MlmeCommStatusIndicationParams params) |
static void | PollConfirm (Ptr< LrWpanNetDevice > device, MlmePollConfirmParams params) |
static void | ScanConfirm (Ptr< LrWpanNetDevice > device, MlmeScanConfirmParams params) |
static void | UpdateAnimation () |
Variables | |
AnimationInterface * | anim = nullptr |
NodeContainer | coordinators |
NodeContainer | nodes |
|
static |
Definition at line 274 of file lr-wpan-bootstrap.cc.
References ns3::Time::As(), ns3::Simulator::Now(), and ns3::Time::S.
|
static |
Definition at line 186 of file lr-wpan-bootstrap.cc.
References ns3::Mac16Address::CopyFrom(), ns3::MlmeAssociateResponseParams::m_assocShortAddr, ns3::MlmeAssociateResponseParams::m_extDevAddr, ns3::MlmeAssociateResponseParams::m_status, ns3::LrWpanMac::MlmeAssociateResponse(), and ns3::Simulator::ScheduleNow().
|
static |
Definition at line 238 of file lr-wpan-bootstrap.cc.
References ns3::Time::As(), ns3::Simulator::Now(), and ns3::Time::S.
|
static |
Definition at line 306 of file lr-wpan-bootstrap.cc.
References ns3::Time::As(), ns3::Simulator::Now(), and ns3::Time::S.
|
static |
Definition at line 84 of file lr-wpan-bootstrap.cc.
References ns3::Time::As(), ns3::EXT_ADDR, ns3::MlmeAssociateRequestParams::m_capabilityInfo, ns3::MlmeAssociateRequestParams::m_chNum, ns3::MlmeAssociateRequestParams::m_chPage, ns3::MlmeAssociateRequestParams::m_coordAddrMode, ns3::MlmeAssociateRequestParams::m_coordExtAddr, ns3::MlmeAssociateRequestParams::m_coordPanId, ns3::MlmeAssociateRequestParams::m_coordShortAddr, ns3::LrWpanMac::MlmeAssociateRequest(), ns3::MLMESCAN_SUCCESS, ns3::Simulator::Now(), ns3::Time::S, ns3::Simulator::ScheduleNow(), ns3::CapabilityField::SetShortAddrAllocOn(), and ns3::SHORT_ADDR.
|
static |
Definition at line 58 of file lr-wpan-bootstrap.cc.
References anim, ns3::Time::As(), ns3::NodeContainer::Get(), ns3::NodeContainer::GetN(), nodes, ns3::Simulator::Now(), ns3::Time::S, ns3::AnimationInterface::UpdateNodeColor(), and ns3::AnimationInterface::UpdateNodeSize().
AnimationInterface* anim = nullptr |
Definition at line 55 of file lr-wpan-bootstrap.cc.
Referenced by NetAnimExperiment::Run(), and UpdateAnimation().
NodeContainer coordinators |
Definition at line 54 of file lr-wpan-bootstrap.cc.
NodeContainer nodes |
Definition at line 53 of file lr-wpan-bootstrap.cc.
Referenced by ns3::CsmaStarHelper::CsmaStarHelper(), Ns2MobilityHelperTest::CreateNodes(), ns3::aodv::LoopbackTestCase::DoRun(), BulkSendBasicTestCase::DoRun(), BulkSendSeqTsSizeTestCase::DoRun(), UdpEchoClientSetFillTestCase::DoRun(), RandomRoomPositionAllocatorTestCase::DoRun(), SameRoomPositionAllocatorTestCase::DoRun(), BuildingsChannelConditionModelTestCase::DoRun(), BuildingsHelperOneTestCase::DoRun(), BuildingsPenetrationLossesTestCase::DoRun(), OutdoorRandomWalkTestCase::DoRun(), ThreeGppV2vBuildingsChCondModelTestCase::DoRun(), ThreeGppV2vUrbanLosNlosvChCondModelTestCase::DoRun(), ThreeGppV2vHighwayLosNlosvChCondModelTestCase::DoRun(), DhcpTestCase::DoRun(), Ipv4DeduplicationTest::DoRun(), Ipv4DeduplicationPerformanceTest::DoRun(), Ipv4FragmentationTest::DoRun(), Ipv4RawSocketImplTest::DoRun(), Ipv4RipTest::DoRun(), Ipv4RipCountToInfinityTest::DoRun(), Ipv6DadTest::DoRun(), Ipv6ForwardingTest::DoRun(), Ipv6RawSocketImplTest::DoRun(), Ipv6RipngTest::DoRun(), Ipv6RipngCountToInfinityTest::DoRun(), ns3::TcpGeneralTest::DoRun(), UdpSocketImplTest::DoRun(), Udp6SocketImplTest::DoRun(), PacketSocketAppsTest::DoRun(), ThreeGppChannelConditionModelTestCase::DoRun(), V2vUrbanProbChCondModelTestCase::DoRun(), V2vHighwayProbChCondModelTestCase::DoRun(), ThreeGppRmaPropagationLossModelTestCase::DoRun(), ThreeGppUmaPropagationLossModelTestCase::DoRun(), ThreeGppUmiPropagationLossModelTestCase::DoRun(), ThreeGppIndoorOfficePropagationLossModelTestCase::DoRun(), ThreeGppV2vUrbanPropagationLossModelTestCase::DoRun(), ThreeGppV2vHighwayPropagationLossModelTestCase::DoRun(), SixlowpanIphcStatefulImplTest::DoRun(), ThreeGppChannelMatrixComputationTest::DoRun(), ThreeGppChannelMatrixUpdateTest::DoRun(), ThreeGppSpectrumPropagationLossModelTest::DoRun(), OverallGainAverageTest::DoRun(), CsmaOneSubnetTestCase::DoRun(), CsmaPacketSocketTestCase::DoRun(), Ns3TcpSocketTestCaseCsma::DoRun(), RocketfuelTopologyReaderWeightsTest::DoRun(), RocketfuelTopologyReaderMapsTest::DoRun(), StaWifiMacScanningTestCase::DoRun(), experiment(), ns3::RocketfuelTopologyReader::GenerateFromMapsFile(), ns3::RocketfuelTopologyReader::GenerateFromWeightsFile(), ns3::DsrMainHelper::Install(), ns3::FlowMonitorHelper::Install(), ns3::InetTopologyReader::Read(), ns3::OrbisTopologyReader::Read(), ns3::RocketfuelTopologyReader::Read(), RoutingExperiment::Run(), Experiment::Run(), ThreeGppShadowingTestCase::RunTest(), ns3::PyViz::SetNodesOfInterest(), UpdateAnimation(), NetAnimExperiment::UpdatePositions(), and Experiment::UpdatePositions().