|
WSF
|
#include <WsfEclipseReport.hpp>


Public Types | |
| enum | Type { cENTRY , cEXIT , cEVALUATE } |
| Public Types inherited from WsfEvent | |
| enum | EventDisposition { cDELETE , cRESCHEDULE } |
Public Member Functions | |
| EclipseEvent (Type aType, size_t aId, WsfEclipseReport &aReport, WsfSpaceMoverBase *aSpaceMoverPtr) | |
| void | SetType (Type aType) |
| WsfEvent::EventDisposition | Execute () override |
| Public Member Functions inherited from WsfEvent | |
| WsfEvent ()=default | |
| WsfEvent (double aSimTime, int aPriority=0) | |
| WsfEvent (const WsfEvent &aSrc)=delete | |
| Copy constructor and copy assignment deleted to prevent copying. | |
| WsfEvent & | operator= (const WsfEvent &aRhs)=delete |
| virtual | ~WsfEvent ()=default |
| double | GetTime () const |
| int | GetPriority () const |
| bool | ShouldExecute () const |
| void | SetTime (double aSimTime) |
| void | SetPriority (int aPriority) |
| void | SetShouldExecute (bool aExecute) |
| WsfSimulation * | GetSimulation () const |
| void | AddedToEventQueue (WsfSimulation &aSimulation) |
| Called when the event is added to the event queue of the specified simulation. | |
| WsfEclipseReport::EclipseEvent::EclipseEvent | ( | Type | aType, |
| size_t | aId, | ||
| WsfEclipseReport & | aReport, | ||
| WsfSpaceMoverBase * | aSpaceMoverPtr ) |
References WsfEclipseReport::WsfEclipseReport(), and WsfEvent::WsfEvent().
|
overridevirtual |
Execute the specified event.
Implements WsfEvent.
References WsfEvent::cDELETE, cENTRY, cEVALUATE, cEXIT, WsfEvent::cRESCHEDULE, WsfSimulationExtension::GetSimulation(), WsfEvent::GetTime(), WsfEclipseReportData::EclipseInterval::mStart, and WsfEvent::SetTime().
|
inline |