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

Method setWillTimeInterval

src/backend/datasources/MQTTClient.cpp:915–917  ·  view source on GitHub ↗

! * \brief Sets the time interval of updating the MQTTClient's will message, if update type is TimePeriod * * \param interval */

Source from the content-addressed store, hash-verified

913 * \param interval
914 */
915void MQTTClient::setWillTimeInterval(int interval) {
916 m_MQTTWill.willTimeInterval = interval;
917}
918
919/*!
920 * \brief Clear the lastly received message by the will topic

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected