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

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

#include <chrono>
#include <exception>
#include <string>
#include <vector>
#include "boost/bimap.hpp"
#include "boost/bimap/multiset_of.hpp"
#include "zmq.hpp"
#include "coral/config.h"
#include "coral/bus/variable_io.hpp"
#include "coral/model.hpp"
#include "coral/net.hpp"
#include "coral/net/reactor.hpp"
#include "coral/net/zmqx.hpp"
#include "coral/slave/instance.hpp"
#include "execution.pb.h"

Go to the source code of this file.

Classes

class  coral::bus::SlaveAgent
 A class which contains the state of the slave and takes care of responding to requests from the master node in an appropriate manner. More...
 
class  coral::bus::Shutdown
 Exception thrown when the slave receives a TERMINATE command. More...
 

Namespaces

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

Detailed Description

Defines the coral::bus::SlaveAgent class.