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

Method setSerialPort

src/backend/datasources/LiveDataSource.cpp:274–276  ·  view source on GitHub ↗

! * \brief Sets the serial port's name to name * \param name */

Source from the content-addressed store, hash-verified

272 * \param name
273 */
274void LiveDataSource::setSerialPort(const QString& name) {
275 m_serialPortName = name;
276}
277
278QString LiveDataSource::serialPortName() const {
279 return m_serialPortName;

Callers 1

saveSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected