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

Defines the coral::bus::ExecutionManager class. More...

#include <chrono>
#include <functional>
#include <memory>
#include <system_error>
#include <utility>
#include <vector>
#include "boost/noncopyable.hpp"
#include "coral/config.h"
#include "coral/master/execution_options.hpp"
#include "coral/model.hpp"
#include "coral/net.hpp"
#include "coral/bus/slave_controller.hpp"
#include "coral/bus/slave_setup.hpp"
#include "coral/net/reactor.hpp"

Go to the source code of this file.

Classes

struct  coral::bus::AddedSlave
 Used in ExecutionManager::Reconstitute() to specify a slave which should be added to the simulation. More...
 
struct  coral::bus::SlaveConfig
 Used in ExecutionManager::Reconfigure() to specify variable value and connection changes. More...
 
class  coral::bus::ExecutionManager
 Manages and coordinates all participants in an execution. More...
 

Namespaces

 coral::bus
 Functions and classes related to the simulation bus structure.
 

Detailed Description

Defines the coral::bus::ExecutionManager class.