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

Keeps last movement schedule. If new movement occurs during a current one, node stopping must be cancels (stored in a proper event ID), actually reached point must be calculated and new velocity must be calculated in accordance with actually reached destination. More...

Public Attributes

Vector m_finalPosition
 
Vector m_speed
 
Vector m_startPosition
 
EventId m_stopEvent
 
double m_targetArrivalTime
 
double m_travelStartTime
 

Detailed Description

Keeps last movement schedule. If new movement occurs during a current one, node stopping must be cancels (stored in a proper event ID), actually reached point must be calculated and new velocity must be calculated in accordance with actually reached destination.

Definition at line 84 of file ns2-mobility-helper.cc.


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