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

Method notificationTopic

app/src/MQTT/Publisher.cpp:1044–1047  ·  view source on GitHub ↗

* @brief Returns the dedicated MQTT topic for notifications. */

Source from the content-addressed store, hash-verified

1042 * @brief Returns the dedicated MQTT topic for notifications.
1043 */
1044QString MQTT::Publisher::notificationTopic() const
1045{
1046 return m_notificationTopic;
1047}
1048
1049/**
1050 * @brief Returns the user script used in ScriptDriven mode.

Callers 2

publisherGetConfigMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected