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

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.
 

Detailed Description

Defines the coral::bus::VariablePublisher and coral::bus::VariableSubscriber classes.