coral
A C++ library for distributed co-simulation
slave.hpp
Go to the documentation of this file.
1 
10 #ifndef CORAL_SLAVE_HPP_INCLUDED
11 #define CORAL_SLAVE_HPP_INCLUDED
12 
14 #include "coral/slave/instance.hpp"
15 #include "coral/slave/logging.hpp"
16 #include "coral/slave/runner.hpp"
17 
18 
19 namespace coral
20 {
22 namespace slave
23 {
24 }
25 }
26 #endif // header guard
Definition: variable_io.hpp:28
Defines the coral::slave::Runner class and related functionality.
Defines the coral::slave::LoggingInstance class.
Exceptions specific to coral::slave.
Defines the coral::slave::Instance interface.