My Project
Loading...
Searching...
No Matches
MTC4BTMQTTHandler.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <Arduino.h>
4
#include <
XmlParser.h
>
5
6
// Class used to translate MQTT messages to BLE commands.
7
class
MTC4BTMQTTHandler
8
{
9
public
:
10
// Handles the given MQTT message and applies it to the applicable loco(s).
11
static
void
Handle
(
const
char
*message);
12
13
private
:
14
static
void
handleSys(
const
char
*message);
15
static
void
handleLc(
const
char
*message);
16
static
void
handleFn(
const
char
*message);
17
};
XmlParser.h
MTC4BTMQTTHandler
Definition
MTC4BTMQTTHandler.h:8
MTC4BTMQTTHandler::Handle
static void Handle(const char *message)
Definition
MTC4BTMQTTHandler.cpp:8
src
MattzoStuff
MattzoControllers
src
MTC4BT
include
MTC4BTMQTTHandler.h
Generated by
1.10.0