coral
A C++ library for distributed co-simulation
Classes | Namespaces | Enumerations
execution.hpp File Reference

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
 Used in Execution::Reconstitute() to specify a slave which should be added to the simulation. More...
 
struct  coral::master::SlaveConfig
 Used in Execution::Reconfigure() to specify variable value and connection changes. More...
 
class  coral::master::Execution
 Master execution controller. More...
 

Namespaces

 coral::master
 API for use by applications that implement a simulation master.
 

Enumerations

Detailed Description

Defines the coral::master::Execution class and related functionality.