|
WSF
|
A nested class for the event that performs periodic purging of inactive tracks. More...
#include <WsfTrackProcessor.hpp>


Public Member Functions | |
| WsfTrackProcessor_PurgeTracksEvent ()=default | |
| WsfTrackProcessor_PurgeTracksEvent (double aSimTime, WsfTrackProcessor *aProcessorPtr, double aPurgeInterval) | |
| 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. | |
Protected Attributes | |
| double | mPurgeInterval |
| WsfTrackProcessor * | mProcessorPtr |
| size_t | mPlatformIndex |
Additional Inherited Members | |
| Public Types inherited from WsfEvent | |
| enum | EventDisposition { cDELETE , cRESCHEDULE } |
A nested class for the event that performs periodic purging of inactive tracks.
|
default |
| WsfTrackProcessor_PurgeTracksEvent::WsfTrackProcessor_PurgeTracksEvent | ( | double | aSimTime, |
| WsfTrackProcessor * | aProcessorPtr, | ||
| double | aPurgeInterval ) |
References mPlatformIndex, mProcessorPtr, mPurgeInterval, WsfEvent::SetTime(), and WsfEvent::WsfEvent().
|
overridevirtual |
Execute the specified event.
Implements WsfEvent.
References WsfEvent::cDELETE, WsfEvent::cRESCHEDULE, WsfEvent::GetSimulation(), WsfEvent::GetTime(), mPlatformIndex, mProcessorPtr, mPurgeInterval, and WsfEvent::SetTime().
|
protected |
|
protected |
|
protected |