VPTissue Reference Manual
|
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... | |
Namespace event types raised by the simulator.
|
strong |
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.