MQTTSuite
Loading...
Searching...
No Matches
SubProtocolFactory.cpp File Reference
#include "SubProtocolFactory.h"
#include "lib/ConfigApplication.h"
#include "lib/Mqtt.h"
#include <core/socket/stream/SocketConnection.h>
#include <iot/mqtt/server/broker/Broker.h>
#include <utils/Config.h>
#include <web/websocket/SubProtocolContext.h>
Include dependency graph for SubProtocolFactory.cpp:

Go to the source code of this file.

Namespaces

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

Macros

#define NAME   "mqtt"

Functions

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

Macro Definition Documentation

◆ NAME

#define NAME   "mqtt"

Definition at line 58 of file SubProtocolFactory.cpp.

Function Documentation

◆ mqttServerSubProtocolFactory()

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

Definition at line 77 of file SubProtocolFactory.cpp.

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

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

Here is the call graph for this function: