#include "ns3/constant-position-mobility-model.h"
#include "ns3/core-module.h"
#include "ns3/log.h"
#include "ns3/lr-wpan-module.h"
#include "ns3/packet.h"
#include "ns3/propagation-delay-model.h"
#include "ns3/propagation-loss-model.h"
#include "ns3/simulator.h"
#include "ns3/single-model-spectrum-channel.h"
#include "ns3/zigbee-module.h"
#include <iostream>
Go to the source code of this file.
Functions | |
static void | NwkDataIndication (Ptr< ZigbeeStack > stack, NldeDataIndicationParams params, Ptr< Packet > p) |
static void | NwkJoinConfirm (Ptr< ZigbeeStack > stack, NlmeJoinConfirmParams params) |
static void | NwkNetworkDiscoveryConfirm (Ptr< ZigbeeStack > stack, NlmeNetworkDiscoveryConfirmParams params) |
static void | NwkNetworkFormationConfirm (Ptr< ZigbeeStack > stack, NlmeNetworkFormationConfirmParams params) |
|
static |
Definition at line 52 of file zigbee-nwk-association-join.cc.
|
static |
Definition at line 102 of file zigbee-nwk-association-join.cc.
References ns3::Time::As(), ns3::zigbee::ZigbeeNwk::NlmeStartRouterRequest(), ns3::Simulator::Now(), ns3::Time::S, and ns3::Simulator::ScheduleNow().
|
static |
Definition at line 64 of file zigbee-nwk-association-join.cc.
References ns3::zigbee::CapabilityInformation::GetCapability(), ns3::zigbee::NlmeJoinRequestParams::m_capabilityInfo, ns3::zigbee::NlmeJoinRequestParams::m_extendedPanId, ns3::zigbee::NlmeJoinRequestParams::m_rejoinNetwork, ns3::zigbee::ZigbeeNwk::NlmeJoinRequest(), NS_ABORT_MSG, ns3::zigbee::ROUTER, ns3::Simulator::ScheduleNow(), ns3::zigbee::CapabilityInformation::SetAllocateAddrOn(), and ns3::zigbee::CapabilityInformation::SetDeviceType().
|
static |
Definition at line 58 of file zigbee-nwk-association-join.cc.