Defines an interface against borkers, servers and clients. More...
#include <cstdint>
#include <memory>
#include <vector>
#include <atomic>
#include <thread>
#include <string>
#include <mutex>
#include "ibusmessagequeue.h"
Go to the source code of this file.
Classes | |
struct | bus::Channel |
The channel structure define a shared memory connection. More... | |
class | bus::IBusMessageBroker |
Defines an interface to a broker, server or client. More... |
Namespaces | |
namespace | bus |
Main namespace for the MDF library. |
Defines a generic interface against brokers, servers and clients. The purpose is to hide the implementation against the end-user.