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

Method importToMQTT

src/frontend/datasources/ImportFileDialog.cpp:158–162  ·  view source on GitHub ↗

! triggers data import to the MQTTClient \c client */

Source from the content-addressed store, hash-verified

156 triggers data import to the MQTTClient \c client
157*/
158void ImportFileDialog::importToMQTT(MQTTClient* client) const {
159 m_importFileWidget->saveMQTTSettings(client);
160 client->read();
161 client->ready();
162}
163#endif
164
165/*!

Callers 1

newLiveDataSourceMethod · 0.80

Calls 3

saveMQTTSettingsMethod · 0.80
readyMethod · 0.80
readMethod · 0.45

Tested by

no test coverage detected