#include "mqtt-options.h"#include "logthrsource/logthrfetcherdrv.h"#include "atomic.h"#include <MQTTClient.h>

Go to the source code of this file.
Classes | |
| struct | MQTTSourceDriver |
Functions | |
| LogDriver * | mqtt_sd_new (GlobalConfig *cfg) |
| MQTTClientOptions * | mqtt_sd_get_options (LogDriver *s) |
| void | mqtt_sd_set_topic (LogDriver *s, const gchar *topic) |
| MQTTClientOptions* mqtt_sd_get_options | ( | LogDriver * | s | ) |
| LogDriver* mqtt_sd_new | ( | GlobalConfig * | cfg | ) |
| void mqtt_sd_set_topic | ( | LogDriver * | s, |
| const gchar * | topic | ||
| ) |