knowL: Knowledge Libraries
Loading...
Searching...
No Matches
knowDataTransfert::MQTTCommunicationInterfaces::Factory Class Reference
Inheritance diagram for knowDataTransfert::MQTTCommunicationInterfaces::Factory:
Collaboration diagram for knowDataTransfert::MQTTCommunicationInterfaces::Factory:

Classes

struct  Private
 

Public Member Functions

 Factory (const QString &_serverAddress=QString())
 
AbstractSendingCommunicationInterfacecreateSendingInterface (const QString &_communicationNamespace) override
 
AbstractReceivingCommunicationInterfacecreateReceivingInterface (const QString &_communicationNamespace) override
 
- Public Member Functions inherited from knowDataTransfert::AbstractCommunicationInterfaceFactory

Constructor & Destructor Documentation

◆ Factory()

Factory::Factory ( const QString & _serverAddress = QString())

Create a MQTT Factory using the broker at _serverAddress (an empty string will use the default localhost broker).

Member Function Documentation

◆ createReceivingInterface()

knowDataTransfert::AbstractReceivingCommunicationInterface * Factory::createReceivingInterface ( const QString & _communicationNamespace)
overridevirtual

◆ createSendingInterface()

knowDataTransfert::AbstractSendingCommunicationInterface * Factory::createSendingInterface ( const QString & _communicationNamespace)
overridevirtual

The documentation for this class was generated from the following files: