NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ns3::UanMacRc Class Reference

#include <introspected-doxygen.hpp>

Detailed Description

Config Paths

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

  • "/NodeList/[i]/DeviceList/[i]/$ns3::UanNetDevice/Mac/$ns3::UanMacRc"

Attributes

  • RetryRate: Number of retry attempts per second (of RTS/GWPING).
    • Set with class: ns3::DoubleValue
    • Underlying type: double -1.79769e+308:1.79769e+308
    • Initial value: 0.2
    • Flags: construct write read
  • MaxFrames: Maximum number of frames to include in a single RTS.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Initial value: 1
    • Flags: construct write read
  • QueueLimit: Maximum packets to queue at MAC.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Initial value: 10
    • Flags: construct write read
  • SIFS: Spacing to give between frames (this should match gateway).
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +2e+08ns
    • Flags: construct write read
  • NumberOfRates: Number of rate divisions supported by each PHY.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Initial value: 0
    • Flags: construct write read
  • MinRetryRate: Smallest allowed RTS retry rate.
    • Set with class: ns3::DoubleValue
    • Underlying type: double -1.79769e+308:1.79769e+308
    • Initial value: 0.01
    • Flags: construct write read
  • RetryStep: Retry rate increment.
    • Set with class: ns3::DoubleValue
    • Underlying type: double -1.79769e+308:1.79769e+308
    • Initial value: 0.01
    • Flags: construct write read
  • MaxPropDelay: Maximum possible propagation delay to gateway.
    • Set with class: ns3::TimeValue
    • Underlying type: Time -9.22337e+18ns:+9.22337e+18ns
    • Initial value: +2e+09ns
    • Flags: construct write read

TraceSources

  • Enqueue: A (data) packet arrived at MAC for transmission.
    Callback signature: ns3::UanMacRc::QueueTracedCallback
  • Dequeue: A (data) packet was passed down to PHY from MAC.
    Callback signature: ns3::UanMacRc::QueueTracedCallback
  • RX: A packet was destined for and received at this MAC layer.
    Callback signature: ns3::UanMac::PacketModeTracedCallback

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


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