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

Method setReadingType

src/backend/datasources/MQTTClient.cpp:171–173  ·  view source on GitHub ↗

! * \brief Sets the MQTTClient's reading type to readingType * \param readingType */

Source from the content-addressed store, hash-verified

169 * \param readingType
170 */
171void MQTTClient::setReadingType(ReadingType readingType) {
172 m_readingType = readingType;
173}
174
175/*!
176 * \brief Returns the MQTTClient's reading type

Callers 15

readingTypeChangedMethod · 0.45
ifFunction · 0.45
saveSettingsMethod · 0.45
saveMQTTSettingsMethod · 0.45
testReadFromEnd00Method · 0.45
testReadFromEnd01Method · 0.45

Calls

no outgoing calls