Public Member Functions | Public Attributes

ns3::Waypoint Class Reference
[Mobility]

a (time, location) pair. More...

#include <waypoint.h>

Collaboration diagram for ns3::Waypoint:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Waypoint (const Time &waypointTime, const Vector &waypointPosition)
 Waypoint ()

Public Attributes

Time time
Vector position

Detailed Description

a (time, location) pair.


Constructor & Destructor Documentation

ns3::Waypoint::Waypoint ( const Time waypointTime,
const Vector waypointPosition 
)
Parameters:
waypointTime time of waypoint.
waypointPosition position of waypoint corresponding to the given time.

Create a waypoint.

ns3::Waypoint::Waypoint (  ) 

Create a waypoint at time 0 and position (0,0,0).


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