mqttreceiver added

This commit is contained in:
2020-06-17 13:53:54 +02:00
parent 0e9b7c8e22
commit 034ad78ceb
8 changed files with 295 additions and 7 deletions

9
mqttreceiver.h Normal file
View File

@ -0,0 +1,9 @@
#ifndef _MQTTRECEIVER_H_
#define _MQTTRECEIVER_H_
#include <libconfig.h>
#include "ringbuffer.h"
int mqttreceiverInit(config_t *pCfg, t_ringbuffer *pRingbuffer);
#endif // _MQTTRECEIVER_H_