|
WSF
|
#include <WsfFuelObserver.hpp>
Public Attributes | |
| WsfObserver::FuelEventCallback | FuelEvent |
| WsfObserver::TankingEventCallback | TankingEvent |
The implementation of the Fuel observer objects. An instance of this class is maintained by the simulation.
| WsfObserver::FuelEventCallback WsfFuelObserver::FuelEvent |
The object the fuel pointer references has been modified.
| aSimTime | The current simulation time. |
| aFuelPtr | The WsfFuel object the event applies to. |
| aEventNameId | The WsfStringId of the fuel event name. |
| WsfObserver::TankingEventCallback WsfFuelObserver::TankingEvent |
A tanking operation event has occurred.
| aSimTime | The current simulation time. |
| aFuelingOp | The WsfFuelingOperation in progress. |
| aEventNameId | The WsfStringId of the tanking event name. |