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

Method setSampleSize

src/backend/datasources/MQTTClient.cpp:156–158  ·  view source on GitHub ↗

! * \brief Sets the size rate to sampleSize * \param sampleSize */

Source from the content-addressed store, hash-verified

154 * \param sampleSize
155 */
156void MQTTClient::setSampleSize(int sampleSize) {
157 m_sampleSize = sampleSize;
158}
159
160/*!
161 * \brief Returns the size rate

Calls

no outgoing calls