documentation
This commit is contained in:
@@ -98,6 +98,7 @@ class MqttHandler : public DataSink, public DataSource, public Thread {
|
|||||||
* Build the MQTT topic string for the @a Message.
|
* Build the MQTT topic string for the @a Message.
|
||||||
* @param message the @a Message to build the topic string for.
|
* @param message the @a Message to build the topic string for.
|
||||||
* @param fieldIndex the optional field index for the field column, or -1.
|
* @param fieldIndex the optional field index for the field column, or -1.
|
||||||
|
* @param suffix the optional suffix string to append.
|
||||||
* @return the topic string.
|
* @return the topic string.
|
||||||
*/
|
*/
|
||||||
string getTopic(const Message* message, ssize_t fieldIndex = -1, const string& suffix = "");
|
string getTopic(const Message* message, ssize_t fieldIndex = -1, const string& suffix = "");
|
||||||
|
|||||||
Reference in New Issue
Block a user