#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 <iostream>
Go to the source code of this file.
Functions | |
static void | DataConfirm (McpsDataConfirmParams params) |
Function called when a Data confirm is invoked. More... | |
static void | DataIndication (McpsDataIndicationParams params, Ptr< Packet > p) |
Function called when a Data indication is invoked. More... | |
static void | StateChangeNotification (std::string context, Time now, LrWpanPhyEnumeration oldState, LrWpanPhyEnumeration newState) |
Function called when a the PHY state changes. More... | |
|
static |
Function called when a Data confirm is invoked.
params | MCPS data confirm parameters |
Definition at line 57 of file lr-wpan-data.cc.
References NS_LOG_UNCOND, and two-ray-to-three-gpp-ch-calibration::params.
|
static |
Function called when a Data indication is invoked.
params | MCPS data indication parameters |
p | packet |
Definition at line 47 of file lr-wpan-data.cc.
References ns3::Packet::GetSize(), and NS_LOG_UNCOND.
|
static |
Function called when a the PHY state changes.
context | context |
now | time at which the function is called |
oldState | old PHY state |
newState | new PHY state |
Definition at line 70 of file lr-wpan-data.cc.
References ns3::Time::As(), ns3::LrWpanHelper::LrWpanPhyEnumerationPrinter(), NS_LOG_UNCOND, and ns3::Time::S.