|
coral
A C++ library for distributed co-simulation
|
API for use by applications that implement a simulation master. More...
Classes | |
| struct | AddedSlave |
| Specifies a slave which is to be added to an execution. More... | |
| class | Execution |
| Creates and controls an execution. More... | |
| struct | ExecutionOptions |
| Configuration options for an execution. More... | |
| class | ProviderCluster |
| A common communication interface to a cluster of slave providers. More... | |
| struct | SlaveConfig |
| Specifies variable values and connection changes for a single slave. More... | |
Enumerations |
API for use by applications that implement a simulation master.
|
strong |
Constants used to indicate the result of Execution::Step()
| Enumerator | |
|---|---|
| failed |
Step failed. |
| completed |
Step succeeded. |
1.8.11