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

#include <introspected-doxygen.hpp>

Detailed Description

Config Paths

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

  • "/NodeList/[i]/DeviceList/[i]/$ns3::AlohaNoackNetDevice"

Attributes

  • Address: The MAC address of this device.
    • Set with class: Mac48AddressValue
    • Underlying type: Mac48Address
    • Initial value: 12:34:56:78:90:12
    • Flags: construct write read
  • Queue: packets being transmitted get queued here
    • Set with class: ns3::PointerValue
    • Underlying type: ns3::Ptr< ns3::Queue<Packet>>
    • Initial value: 0
    • Flags: construct write read
  • Mtu: The Maximum Transmission Unit
    • Set with class: ns3::UintegerValue
    • Underlying type: uint16_t 1:65535
    • Initial value: 1500
    • Flags: construct write read
  • Phy: The PHY layer attached to this device.
    • Set with class: ns3::PointerValue
    • Underlying type: ns3::Ptr< ns3::Object>
    • Initial value: 0
    • Flags: construct write read

TraceSources

  • MacTx: Trace source indicating a packet has arrived for transmission by this device
    Callback signature: ns3::Packet::TracedCallback
  • MacTxDrop: Trace source indicating a packet has been dropped by the device before transmission
    Callback signature: ns3::Packet::TracedCallback
  • MacPromiscRx: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a promiscuous trace,
    Callback signature: ns3::Packet::TracedCallback
  • MacRx: A packet has been received by this device, has been passed up from the physical layer and is being forwarded up the local protocol stack. This is a non-promiscuous trace,
    Callback signature: ns3::Packet::TracedCallback

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


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