VPTissue Reference Manual
SimPT_Sim::Event::CoupledSimEvent Class Reference

An event transmitted by a Coupled Simulator. More...

#include <CoupledSimEvent.h>

Collaboration diagram for SimPT_Sim::Event::CoupledSimEvent:
Collaboration graph

Public Types

typedef std::shared_ptr< SimPT_Sim::CoupledSimSource
 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.
 

Detailed Description

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.


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