Simbody  3.6
SimTK::ScheduledEventReporter Class Referenceabstract

ScheduledEventReporter is a subclass of EventReporter for events that occur at a particular time that is known in advance. More...

+ Inheritance diagram for SimTK::ScheduledEventReporter:

Public Member Functions

virtual ~ScheduledEventReporter ()
 
virtual Real getNextEventTime (const State &state, bool includeCurrentTime) const =0
 Get the next time at which an event will occur. More...
 
- Public Member Functions inherited from SimTK::EventReporter
virtual ~EventReporter ()
 
virtual void handleEvent (const State &state) const =0
 This method is invoked to handle the event. More...
 

Detailed Description

ScheduledEventReporter is a subclass of EventReporter for events that occur at a particular time that is known in advance.

This includes events that occur multiple times. The only requirement is that, at any time, it must be able to report the next time at which an event will occur.

Constructor & Destructor Documentation

◆ ~ScheduledEventReporter()

virtual SimTK::ScheduledEventReporter::~ScheduledEventReporter ( )
virtual

Member Function Documentation

◆ getNextEventTime()

virtual Real SimTK::ScheduledEventReporter::getNextEventTime ( const State state,
bool  includeCurrentTime 
) const
pure virtual

Get the next time at which an event will occur.

Parameters
statethe current state of the system
includeCurrentTimeif true, return the next event whose time is >= the current time. If false, only return events after (not at) the current time.

Implemented in SimTK::PeriodicEventReporter.


The documentation for this class was generated from the following file: