ISynchronizedCoSimulator Methods |
The ISynchronizedCoSimulator type exposes the following members.
| Name | Description | |
|---|---|---|
| AfterStep |
Called after advancing the simulator.
(Inherited from ICoSimulator.) | |
| BeforeStep |
Called before advancing the simulator.
(Inherited from ICoSimulator.) | |
| Close |
Close the co-simulation connection.
| |
| GetNextStepSize |
Returns a suggestion as to how long this simulators next step should be.
This is only called for simulators that set the SimulationThread flag.
(Inherited from ICoSimulator.) | |
| GetStatus |
The current status of the simulator.
(Inherited from ICoSimulator.) | |
| GetTime |
The current system time reported by the simulator. (Accurate to at least one millisecond.)
(Inherited from ICoSimulator.) | |
| Open |
Open the co-simulation connection.
| |
| Reset |
Simulation reset.
(Inherited from ICoSimulator.) | |
| Starting |
Simulation starting.
(Inherited from ICoSimulator.) | |
| Step |
Called to advance the simulator by step.
(Inherited from ICoSimulator.) | |
| Stopped |
Simulation stopped.
(Inherited from ICoSimulator.) |