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

#include <introspected-doxygen.hpp>

Detailed Description

Config Paths

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

  • "/NodeList/[i]/$ns3::MobilityModel/$ns3::WaypointMobilityModel"

Attributes

  • NextWaypoint: The next waypoint used to determine position.
    • Set with class: WaypointValue
    • Underlying type: Waypoint
    • Flags: read
  • WaypointsLeft: The number of waypoints remaining.
    • Set with class: ns3::UintegerValue
    • Underlying type: uint32_t 0:4294967295
    • Flags: read
  • LazyNotify: Only call NotifyCourseChange when position is calculated.
    • Set with class: BooleanValue
    • Underlying type: bool
    • Initial value: false
    • Flags: construct write read
  • InitialPositionIsWaypoint: Calling SetPosition with no waypoints creates a waypoint.
    • Set with class: BooleanValue
    • Underlying type: bool
    • Initial value: false
    • Flags: construct write read

Attributes defined in parent class ns3::MobilityModel

  • Position: The current position of the mobility model.
    • Set with class: Vector3DValue
    • Underlying type: Vector3D
    • Flags: write read
  • Velocity: The current velocity of the mobility model.
    • Set with class: Vector3DValue
    • Underlying type: Vector3D
    • Flags: read

No TraceSources are defined for this type.

TraceSources defined in parent class ns3::MobilityModel

  • CourseChange: The value of the position and/or velocity vector changed
    Callback signature: ns3::MobilityModel::TracedCallback

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


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