1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-23 16:16:13 +01:00

still with Gremlin

This commit is contained in:
Gregor Baues 2021-05-12 22:09:07 +02:00
parent ce154abe94
commit 598fb116a1

View File

@ -94,7 +94,7 @@ typedef struct csmsg_t {
typedef struct csmqttclient_t {
int distant; // random int number recieved from the subscriber
byte mqsocket; // mqtt socket = subscriberid provided by the cs
int32_t topic; // cantor(subscriber,cs) encoded tpoic used to send / recieve commands
long topic; // cantor(subscriber,cs) encoded tpoic used to send / recieve commands
bool open; // true as soon as we have send the id to the mq broker for the client to pickup
} csmqttclient_t;