MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / baudRate

Method baudRate

app/src/IO/Drivers/UART.cpp:447–450  ·  view source on GitHub ↗

* @brief Returns the configured baud rate. */

Source from the content-addressed store, hash-verified

445 * @brief Returns the configured baud rate.
446 */
447qint32 IO::Drivers::UART::baudRate() const
448{
449 return m_baudRate;
450}
451
452/**
453 * @brief Returns the active data bits setting as a QSerialPort enum.

Callers 4

getConfigurationMethod · 0.45
getBaudRateListMethod · 0.45
getBaudRateListMethod · 0.45
getConfigurationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected