|
WSF
|
#include <WsfMoverObserver.hpp>
The implementation of the Mover observer objects. An instance of this class is maintained by the simulation.
| WsfObserver::MoverBrokenCallback WsfMoverObserver::MoverBroken |
The mover of a platform has transitioned to broken (unrepairable).
| aSimTime | The current simulation time. |
| aMoverPtr | The mover that has gone terminal. |
| WsfObserver::MoverBurnedOutCallback WsfMoverObserver::MoverBurnedOut |
A mover has determined that its means of propulsion has waned to insignificance.
| aSimTime | The current simulation time. |
| aMoverPtr | The mover. |
| WsfObserver::MoverChangedCallback WsfMoverObserver::MoverChanged |
The mover of a platform has changed.
| aSimTime | The current simulation time. |
| aPlatformPtr | The platform whose mover has changed. |
| WsfObserver::MoverNonOperationalCallback WsfMoverObserver::MoverNonOperational |
The mover of a platform has transitioned to non-operational.
| aSimTime | The current simulation time. |
| aMoverPtr | The mover that has gone non-operational. |
| WsfObserver::MoverOperationalCallback WsfMoverObserver::MoverOperational |
The mover of a platform has transitioned to operational.
| aSimTime | The current simulation time. |
| aMoverPtr | The mover that has gone operational. |
| WsfObserver::MoverPathEndedCallback WsfMoverObserver::MoverPathEnded |
The mover's path has ended (route has completed)
| aSimTime | The current simulation time |
| aMoverPtr | The mover with the completed path |
| WsfObserver::MoverStagedCallback WsfMoverObserver::MoverStaged |
A mover has determined that a stage has been discarded.
| aSimTime | The current simulation time. |
| aMoverPtr | The mover. |
| WsfObserver::MoverTurnedOffCallback WsfMoverObserver::MoverTurnedOff |
The mover of a platform has been turned off.
| aSimTime | The current simulation time. |
| aMoverPtr | The mover that has been turned off. |
| WsfObserver::MoverTurnedOnCallback WsfMoverObserver::MoverTurnedOn |
The mover of a platform has been turned on.
| aSimTime | The current simulation time. |
| aMoverPtr | The mover that has been turned on. |
| WsfObserver::MoverUpdatedCallback WsfMoverObserver::MoverUpdated |
A mover has updated the position, orientation, velocity or acceleration.
| aSimTime | The current simulation time. |
| aMoverPtr | The mover. |
| WsfObserver::RouteChangedCallback WsfMoverObserver::RouteChanged |
A mover's route has been modified.
| aSimTime | The current simulation time. |
| aMoverPtr | The mover with the changed route. |