The file implement a factory class for this library.
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... |