#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 | |
void | BeaconIndication (MlmeBeaconNotifyIndicationParams params) |
void | DataIndication (McpsDataIndicationParams params, Ptr< Packet > p) |
void | DataIndicationCoordinator (McpsDataIndicationParams params, Ptr< Packet > p) |
void | StartConfirm (MlmeStartConfirmParams params) |
void | TransEndIndication (McpsDataConfirmParams params) |
void BeaconIndication | ( | MlmeBeaconNotifyIndicationParams | params | ) |
Definition at line 50 of file lr-wpan-mlme.cc.
References ns3::Simulator::Now(), and NS_LOG_UNCOND.
void DataIndication | ( | McpsDataIndicationParams | params, |
Ptr< Packet > | p | ||
) |
Definition at line 56 of file lr-wpan-mlme.cc.
References ns3::Packet::GetSize(), ns3::Simulator::Now(), and NS_LOG_UNCOND.
void DataIndicationCoordinator | ( | McpsDataIndicationParams | params, |
Ptr< Packet > | p | ||
) |
Definition at line 74 of file lr-wpan-mlme.cc.
References ns3::Packet::GetSize(), ns3::Simulator::Now(), and NS_LOG_UNCOND.
void StartConfirm | ( | MlmeStartConfirmParams | params | ) |
Definition at line 81 of file lr-wpan-mlme.cc.
References ns3::Simulator::Now(), NS_LOG_UNCOND, two-ray-to-three-gpp-ch-calibration::params, and ns3::SUCCESS.
void TransEndIndication | ( | McpsDataConfirmParams | params | ) |
Definition at line 63 of file lr-wpan-mlme.cc.
References ns3::Simulator::Now(), NS_LOG_UNCOND, two-ray-to-three-gpp-ch-calibration::params, and ns3::SUCCESS.