Bus Messages 1.0
Bus Message Serialization Library
Loading...
Searching...
No Matches
ibusmessagebroker.h File Reference

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"
Include dependency graph for ibusmessagebroker.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Defines a generic interface against brokers, servers and clients. The purpose is to hide the implementation against the end-user.