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

Method setBaudRate

src/backend/datasources/LiveDataSource.cpp:210–212  ·  view source on GitHub ↗

! * \brief Sets the serial port's baud rate * \param baudrate */

Source from the content-addressed store, hash-verified

208 * \param baudrate
209 */
210void LiveDataSource::setBaudRate(int baudrate) {
211 m_baudRate = baudrate;
212}
213
214int LiveDataSource::baudRate() const {
215 return m_baudRate;

Callers 4

checkOkButtonMethod · 0.80
saveSettingsMethod · 0.80
refreshPreviewMethod · 0.80
initDeviceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected