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

Method addWillStatistics

src/backend/datasources/MQTTClient.cpp:933–935  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

931 * \param statistics
932 */
933void MQTTClient::addWillStatistics(WillStatisticsType statistic) {
934 m_MQTTWill.willStatistics[static_cast<int>(statistic)] = true;
935}
936
937/*!
938 * \brief Sets false the corresponding flag of the statistic type,

Callers 1

statisticsChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected