8#include "nyx_node_internal.h"
14 if(node->mqtt_handler == NULL)
20 nyx_str_t _topic = nyx_str_s(topic);
32void nyx_mqtt_pub(
const nyx_node_t *node,
STR_t topic,
size_t message_size,
BUFF_t message_buff,
int qos)
34 nyx_str_t _topic = nyx_str_s(topic);
36 nyx_str_t _message = NYX_STR_S(
#define NYX_LOG_ERROR(fmt,...)
Logs an error message.
#define STR_t
Alias for const char *.
#define BUFF_t
Alias for const void *.
Opaque struct describing a Nyx node.