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

The file implement a factory class for this library.

#include <memory>
#include "bus/ibusmessagebroker.h"
Include dependency graph for businterfacefactory.h:

Go to the source code of this file.

Classes

class  bus::BusInterfaceFactory
 Factory class that create brokers/servers and clients. More...

Namespaces

namespace  bus
 Main namespace for the MDF library.

Enumerations

enum class  bus::BrokerType : int {
  bus::SimulateBrokerType , bus::SharedMemoryBrokerType , bus::SharedMemoryServerType , bus::SharedMemoryClientType ,
  bus::TcpBrokerType , bus::TcpServerType , bus::TcpClientType
}
 Defines the types of brokers/servers and clients the factory interface can create. More...