VPTissue Reference Manual
|
An event transmitted by a Coupled Simulator. More...
#include <CoupledSimEvent.h>
Public Types | |
typedef std::shared_ptr< SimPT_Sim::CoupledSim > | Source |
Convenience typedef for clients of this class. | |
typedef SimEventType | Type |
Type of events triggered by sim. | |
Public Member Functions | |
CoupledSimEvent (Source sim, int step, Type type) | |
Initialize all data members. | |
Source | GetSource () const |
Get the data member value. | |
int | GetStep () const |
Get step. | |
Type | GetType () const |
Get Event type. | |
An event transmitted by a Coupled Simulator.
Really a POD but packaged to force users to initialize all data members.
Definition at line 36 of file CoupledSimEvent.h.