A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
ns3::Waypoint Class Reference

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

#include <waypoint.h>

Public Member Functions

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

Public Attributes

Vector position
 
Time time
 

Detailed Description

a (time, location) pair.

Definition at line 34 of file waypoint.h.

Constructor & Destructor Documentation

ns3::Waypoint::Waypoint ( const Time waypointTime,
const Vector waypointPosition 
)
Parameters
waypointTimetime of waypoint.
waypointPositionposition 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.


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