VPTissue Reference Manual
SimPT_Sim::Event Namespace Reference

Namespace event types raised by the simulator. More...

Classes

class  CoupledSimEvent
 An event transmitted by a Coupled Simulator. More...
 
class  SimEvent
 An event transmitted by a simulator. More...
 

Enumerations

enum  SimEventType { Initialized, Stepped, Done, Forced }
 Type of events triggered by sim or on behalf of sim by project. More...
 

Detailed Description

Namespace event types raised by the simulator.

Enumeration Type Documentation

Type of events triggered by sim or on behalf of sim by project.

Initialized: notification effected by root viewer to indicate initialization of simulation. Stepped: notification effected by project to indicate that a step has been completed. Done: notification effected by project to indicate that it is closing. Forced: notification effected by project e.g. to indicate a parameter update

Definition at line 37 of file SimEventType.h.