This file declares the types needed for SimTK's support for Events. More...
#include "SimTKcommon/basics.h"
Go to the source code of this file.
Classes | |
class | Event |
An Event is "something that happens" during a Study that is advancing through time. More... | |
class | Cause |
These are all the possible causes for events. More... | |
Namespaces | |
namespace | SimTK |
This is the top-level SimTK namespace into which all SimTK names are placed to avoid collision with other symbols. | |
Functions | |
SimTK_DEFINE_UNIQUE_INDEX_TYPE (SystemEventIndex) | |
This unique integer type is for identifying an event in the full System-level view of the State. | |
SimTK_DEFINE_UNIQUE_INDEX_TYPE (EventIndex) | |
Unique integer type for Subsystem-local event indexing. | |
SimTK_DEFINE_UNIQUE_INDEX_TYPE (SystemEventTriggerIndex) | |
This unique integer type is for identifying a triggered event in the full System-level view of the State. | |
SimTK_DEFINE_UNIQUE_INDEX_TYPE (EventTriggerIndex) | |
Unique integer type for Subsystem-local event indexing. | |
SimTK_DEFINE_UNIQUE_INDEX_TYPE (SystemEventTriggerByStageIndex) | |
This unique integer type is for identifying a triggered event within a particular Stage of the full System-level view of the State. | |
SimTK_DEFINE_UNIQUE_INDEX_TYPE (EventTriggerByStageIndex) | |
Unique integer type for Subsystem-local, per-stage event indexing. |
This file declares the types needed for SimTK's support for Events.