Simbody
Public Member Functions

SimTK::ScheduledEventHandler Class Reference

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

#include <EventHandler.h>

Inheritance diagram for SimTK::ScheduledEventHandler:

List of all members.

Public Member Functions

virtual ~ScheduledEventHandler ()
virtual Real getNextEventTime (const State &state, bool includeCurrentTime) const =0
 Get the next time at which an event will occur.

Detailed Description

ScheduledEventHandler is a subclass of EventHandler 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

virtual SimTK::ScheduledEventHandler::~ScheduledEventHandler ( ) [virtual]

Member Function Documentation

virtual Real SimTK::ScheduledEventHandler::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::PeriodicEventHandler.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines