coral
A C++ library for distributed co-simulation
|
Defines the coral::bus::VariablePublisher and coral::bus::VariableSubscriber classes. More...
#include <chrono>
#include <memory>
#include <queue>
#include <string>
#include <unordered_map>
#include "coral/model.hpp"
#include "coral/net.hpp"
Go to the source code of this file.
Classes | |
class | coral::bus::VariablePublisher |
A class which handles publishing of variable values on the network. More... | |
class | coral::bus::VariableSubscriber |
A class which handles subscriptions to and receiving of variable values. More... | |
Namespaces | |
coral::bus | |
Functions and classes related to the simulation bus structure. | |
Defines the coral::bus::VariablePublisher and coral::bus::VariableSubscriber classes.