MCPcopy Create free account
hub / github.com/KDE/labplot / newMessage

Method newMessage

src/backend/datasources/MQTTTopic.cpp:114–116  ·  view source on GitHub ↗

! *\brief Adds a message received by the topic to the message puffer */

Source from the content-addressed store, hash-verified

112 *\brief Adds a message received by the topic to the message puffer
113 */
114void MQTTTopic::newMessage(const QMqttMessage& msg) {
115 m_messagePuffer.push_back(msg);
116}
117
118/*!
119 *\brief Returns the name of the MQTTTopic

Callers 1

messageArrivedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected