documentation

This commit is contained in:
john30
2017-05-13 17:21:55 +02:00
parent 5e76637a57
commit 99340c8d4b
+1
View File
@@ -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 = "");