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

Method removeWillStatistics

src/backend/datasources/MQTTClient.cpp:943–945  ·  view source on GitHub ↗

! * \brief Sets false the corresponding flag of the statistic type, * what means that the given statistic will no longer be added to the will message * * \param statistics */

Source from the content-addressed store, hash-verified

941 * \param statistics
942 */
943void MQTTClient::removeWillStatistics(WillStatisticsType statistic) {
944 m_MQTTWill.willStatistics[static_cast<int>(statistic)] = false;
945}
946
947/*!
948 * \brief Returns a bool vector, meaning which statistic types are included in the will message

Callers 1

statisticsChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected