A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
LrWpanPhy Class Reference

#include "introspected-doxygen.h"

Detailed Description

Config Paths

ns3::LrWpanPhy is accessible through the following paths with Config::Set and Config::Connect:

  • "/NodeList/[i]/DeviceList/[i]/$ns3::LrWpanNetDevice/Phy"

Attributes

  • PostReceptionErrorModel: An optional packet error model can be added to the receive packet process after any propagation-based (SNR-based) error models have been applied. Typically this is used to force specific packet drops, for testing purposes.

TraceSources

  • PhyRxBegin: Trace source indicating a packet has begun being received from the channel medium by the device
    Callback signature: ns3::Packet::TracedCallback
  • PhyRxDrop: Trace source indicating a packet has been dropped by the device during reception
    Callback signature: ns3::Packet::TracedCallback
  • PhyRxEnd: Trace source indicating a packet has been completely received from the channel medium by the device
    Callback signature: ns3::Packet::SinrTracedCallback
  • PhyTxBegin: Trace source indicating a packet has begun transmitting over the channel medium
    Callback signature: ns3::Packet::TracedCallback
  • PhyTxDrop: Trace source indicating a packet has been dropped by the device during transmission
    Callback signature: ns3::Packet::TracedCallback
  • PhyTxEnd: Trace source indicating a packet has been completely transmitted over the channel.
    Callback signature: ns3::Packet::TracedCallback
  • TrxState: The state of the transceiver
    Callback signature: ns3::LrWpanPhy::StateTracedCallback
  • TrxStateValue: The state of the transceiver
    Callback signature: ns3::TracedValueCallback::LrWpanPhyEnumeration

Size of this type is 688 bytes (on a 64-bit architecture).


The documentation for this class was generated from the following file: