4#ifndef SRC_SUPLA_PROTOCOL_MQTT_HANDLER_REGISTRY_H_
5#define SRC_SUPLA_PROTOCOL_MQTT_HANDLER_REGISTRY_H_
9#include <supla/protocol/mqtt_channel_handler.h>
11#ifndef SUPLA_MQTT_HANDLER_REGISTRY_MAX_HANDLERS
12#define SUPLA_MQTT_HANDLER_REGISTRY_MAX_HANDLERS 8
27 size_t sizeForTests()
const;
32 size_t handlerCount = 0;
Definition mqtt_channel_handler.h:15
Definition mqtt_handler_registry.h:18