a (time, location) pair. More...
#include "waypoint.h"
Public Member Functions | |
Waypoint () | |
Create a waypoint at time 0 and position (0,0,0). | |
Waypoint (const Time &waypointTime, const Vector &waypointPosition) | |
Public Attributes | |
Vector | position |
The position of the waypoint. | |
Time | time |
The waypoint time. | |
ns3::Waypoint::Waypoint | ( | const Time & | waypointTime, |
const Vector & | waypointPosition ) |
waypointTime | time of waypoint. |
waypointPosition | position of waypoint corresponding to the given time. |
Create a waypoint.
Definition at line 15 of file waypoint.cc.
ns3::Waypoint::Waypoint | ( | ) |
Create a waypoint at time 0 and position (0,0,0).
Definition at line 21 of file waypoint.cc.
Vector ns3::Waypoint::position |
The position of the waypoint.
Definition at line 46 of file waypoint.h.
Referenced by ns3::WaypointMobilityModel::DoGetPosition(), ns3::WaypointMobilityModel::DoSetPosition(), ns3::operator<<(), ns3::operator>>(), and ns3::WaypointMobilityModel::Update().
Time ns3::Waypoint::time |
The waypoint time.
Definition at line 42 of file waypoint.h.
Referenced by ns3::WaypointMobilityModel::AddWaypoint(), WaypointMobilityModelNotifyTest::DoRun(), ns3::WaypointMobilityModel::DoSetPosition(), ns3::WaypointMobilityModel::EndMobility(), ns3::operator<<(), ns3::operator>>(), and ns3::WaypointMobilityModel::Update().