|
WSF
|
#include <WsfAltLocSimulationExtension.hpp>


Public Member Functions | |
| SimulationExtension (const InputData &aData) | |
| void | AddedToSimulation () override |
| WsfObserver::EventCallback & | GetObserver () |
| bool | GetGlobalDebugEnabled () const |
| bool | GetGlobalDrawEnabled () const |
| double | GetDraw () |
| Public Member Functions inherited from WsfSimulationExtension | |
| WsfSimulationExtension () | |
| ~WsfSimulationExtension () override=default | |
| WsfSimulation & | GetSimulation () const |
| const WsfScenario & | GetScenario () const |
| virtual bool | Initialize () |
| virtual bool | PrepareExtension () |
| virtual bool | PlatformsInitialized () |
| virtual void | PendingStart () |
| virtual void | Start () |
| virtual void | Complete (double aSimTime) |
| Public Member Functions inherited from WsfExtension | |
| virtual | ~WsfExtension ()=default |
| const std::string & | GetExtensionName () const |
Static Public Member Functions | |
| static SimulationExtension & | Get (const WsfSimulation &aSimulation) |
| static void | __private_SetSim (WsfSimulationExtension &aExtension, WsfSimulation *aSimPtr) |
Static Public Attributes | |
| static constexpr const char * | cEXTENSION = "wsf_alternate_locations" |
Additional Inherited Members | |
| Protected Member Functions inherited from WsfExtension | |
| void | InitializeExtensionName (const std::string &aName) |
|
inline |
Referenced by Get().
|
overridevirtual |
Called in response to WsfSimulation::RegisterExtension. The extension has now been registered in the simulation.
Reimplemented from WsfSimulationExtension.
References wsf::event::output::SimulationExtension::AddEvent(), WsfEventOutput::Find(), and WsfSimulationExtension::GetSimulation().
|
static |
References cEXTENSION, WsfSimulation::GetExtension(), SimulationExtension(), and WsfSimulationExtension::WsfSimulation.
Referenced by WsfObserver::Event(), and wsf::altloc::Component::PreInitialize().
| double wsf::altloc::SimulationExtension::GetDraw | ( | ) |
|
inline |
|
inline |
|
inline |
Referenced by WsfObserver::Event().
|
staticconstexpr |
Referenced by Get(), and Register_wsf_alternate_locations().