coral
A C++ library for distributed co-simulation
|
Defines the coral::master::Execution class and related functionality. More...
#include <chrono>
#include <future>
#include <iterator>
#include <memory>
#include <string>
#include <vector>
#include <coral/config.h>
#include <coral/master/execution_options.hpp>
#include <coral/model.hpp>
#include <coral/net.hpp>
Go to the source code of this file.
Classes | |
struct | coral::master::AddedSlave |
Specifies a slave which is to be added to an execution. More... | |
struct | coral::master::SlaveConfig |
Specifies variable values and connection changes for a single slave. More... | |
class | coral::master::Execution |
Creates and controls an execution. More... | |
Namespaces | |
coral::master | |
API for use by applications that implement a simulation master. | |
Enumerations |
Defines the coral::master::Execution class and related functionality.