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

Method willStatistics

src/backend/datasources/MQTTClient.cpp:951–953  ·  view source on GitHub ↗

! * \brief Returns a bool vector, meaning which statistic types are included in the will message * If the corresponding value is true, the statistic type is included, otherwise it isn't */

Source from the content-addressed store, hash-verified

949 * If the corresponding value is true, the statistic type is included, otherwise it isn't
950 */
951QVector<bool> MQTTClient::willStatistics() const {
952 return m_MQTTWill.willStatistics;
953}
954
955/*!
956 * \brief Starts the will timer, which will update the will message

Callers 2

statisticsChangedMethod · 0.80
statisticsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected