MQTTSuite
Loading...
Searching...
No Matches
SubProtocolFactory.h File Reference
#include <iot/mqtt/server/SubProtocol.h>
#include <web/websocket/SubProtocolFactory.h>
#include <web/websocket/server/SubProtocol.h>
Include dependency graph for SubProtocolFactory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mqtt::mqttbroker::websocket::SubProtocolFactory

Namespaces

namespace  mqtt
namespace  mqtt::mqttbroker
namespace  mqtt::mqttbroker::websocket

Functions

web::websocket::SubProtocolFactory< web::websocket::server::SubProtocol > * mqttServerSubProtocolFactory ()

Function Documentation

◆ mqttServerSubProtocolFactory()

web::websocket::SubProtocolFactory< web::websocket::server::SubProtocol > * mqttServerSubProtocolFactory ( )

Definition at line 79 of file SubProtocolFactory.cpp.

79 {
80 // Return the *expected* factory type so the compiler can apply any required
81 // pointer adjustment and the host can safely call methods on the object.
83}

References mqtt::mqttbroker::websocket::SubProtocolFactory::SubProtocolFactory().

Here is the call graph for this function: