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 |
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.