MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / topicBase

Method topicBase

app/src/MQTT/Publisher.cpp:1036–1039  ·  view source on GitHub ↗

* @brief Returns the base MQTT topic for dashboard or raw publishing. */

Source from the content-addressed store, hash-verified

1034 * @brief Returns the base MQTT topic for dashboard or raw publishing.
1035 */
1036QString MQTT::Publisher::topicBase() const
1037{
1038 return m_topicBase;
1039}
1040
1041/**
1042 * @brief Returns the dedicated MQTT topic for notifications.

Callers 2

publisherGetConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected