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

Method setNotificationTopic

app/src/MQTT/Publisher.cpp:1680–1687  ·  view source on GitHub ↗

* @brief Sets the notification publishing topic. */

Source from the content-addressed store, hash-verified

1678 * @brief Sets the notification publishing topic.
1679 */
1680void MQTT::Publisher::setNotificationTopic(const QString& topic)
1681{
1682 if (m_notificationTopic == topic)
1683 return;
1684
1685 m_notificationTopic = topic;
1686 markConfigChanged();
1687}
1688
1689/**
1690 * @brief Sets the user script source for ScriptDriven mode.

Callers 2

applyPublisherTopicsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected