|
WSF
|
#include <WsfAnnotationEventPipe.hpp>


Public Member Functions | |
| EventPipeInterface (const AnnotationData::AnnotationInfo &aAnnotationInfo) | |
| ~EventPipeInterface () override=default | |
| void | AddedToSimulation () override |
| void | Start () override |
| 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 | Complete (double aSimTime) |
| Public Member Functions inherited from WsfExtension | |
| virtual | ~WsfExtension ()=default |
| const std::string & | GetExtensionName () const |
Static Public Member Functions | |
| static EventPipeInterface & | Get (const WsfSimulation &aSimulation) |
| static void | __private_SetSim (WsfSimulationExtension &aExtension, WsfSimulation *aSimPtr) |
Additional Inherited Members | |
| Protected Member Functions inherited from WsfExtension | |
| void | InitializeExtensionName (const std::string &aName) |
|
inlineexplicit |
Referenced by Get().
|
overridedefault |
|
overridevirtual |
Called in response to WsfSimulation::RegisterExtension. The extension has now been registered in the simulation.
Reimplemented from WsfSimulationExtension.
References WsfEventPipeInterface::AddLogger(), WsfEventPipeInterface::Find(), and WsfSimulationExtension::GetSimulation().
|
static |
|
overridevirtual |
Called in response to a call to WsfSimulation::Start. WsfSimulation::Start is typically called immediately before entry in the main event loop. The simulation is in its initial state, although the extension may also add additional platforms. using WsfSimulation::AddPlatform.
Reimplemented from WsfSimulationExtension.