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