ESPixelStick Firmware
Firmware for the ESPixelStick
Loading...
Searching...
No Matches
InputMQTT.h File Reference
#include "InputCommon.hpp"
#include "InputEffectEngine.hpp"
#include "InputFPPRemotePlayItem.hpp"
#include <Arduino.h>
#include <AsyncMqttClient.hpp>
#include "input/InputFPPRemotePlayFile.hpp"
#include "input/InputFPPRemotePlayList.hpp"
Include dependency graph for InputMQTT.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  c_InputMQTT
 

Macros

#define MQTT_PORT   1883
 Default MQTT port.
 
#define deletePlayFileEngine()
 
#define deleteEffectsEngine()
 

Macro Definition Documentation

◆ deleteEffectsEngine

#define deleteEffectsEngine ( )
Value:
{ \
if (nullptr != pEffectsEngine) \
{ \
pEffectsEngine->~c_InputEffectEngine(); \
memset(EffectsEngine, 0x0, sizeof(EffectsEngine)); \
pEffectsEngine = nullptr; \
} \
}

◆ deletePlayFileEngine

#define deletePlayFileEngine ( )
Value:
{ \
if (nullptr != pPlayFileEngine) \
{ \
pPlayFileEngine->~c_InputFPPRemotePlayItem(); \
memset(PlayFileEngine, 0x0, sizeof(PlayFileEngine)); \
pPlayFileEngine = nullptr; \
} \
}

◆ MQTT_PORT

#define MQTT_PORT   1883

Default MQTT port.