WSF
WsfTrackStateController_RequestEvaluationEvent Class Reference

A nested class for the event that performs the periodic review of a track. More...

#include <WsfTrackStateControllerEvents.hpp>

Inheritance diagram for WsfTrackStateController_RequestEvaluationEvent:
Collaboration diagram for WsfTrackStateController_RequestEvaluationEvent:

Public Member Functions

 WsfTrackStateController_RequestEvaluationEvent (double aSimTime, WsfTrackStateController *aControllerPtr, WsfLocalTrackStatus *aStatusPtr)
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.
WsfEventoperator= (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)
WsfSimulationGetSimulation () const
void AddedToEventQueue (WsfSimulation &aSimulation)
 Called when the event is added to the event queue of the specified simulation.

Additional Inherited Members

Public Types inherited from WsfEvent
enum  EventDisposition { cDELETE , cRESCHEDULE }

Detailed Description

A nested class for the event that performs the periodic review of a track.

Constructor & Destructor Documentation

◆ WsfTrackStateController_RequestEvaluationEvent()

WsfTrackStateController_RequestEvaluationEvent::WsfTrackStateController_RequestEvaluationEvent ( double aSimTime,
WsfTrackStateController * aControllerPtr,
WsfLocalTrackStatus * aStatusPtr )

References WsfEvent::WsfEvent().

Member Function Documentation

◆ Execute()

WsfEvent::EventDisposition WsfTrackStateController_RequestEvaluationEvent::Execute ( )
overridevirtual

Execute the specified event.

Returns
The disposition of the event. This indicates to the event manager what should be done with the event. If cRESCHEDULE then Execute should have called SetTime to set the time for which the event manager should reschedule the event.

Implements WsfEvent.

References WsfEvent::cDELETE, WsfEvent::GetSimulation(), and WsfEvent::GetTime().


The documentation for this class was generated from the following files:
Copyrights Multiple, All Rights Reserved