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

Method uart

app/src/IO/ConnectionManager.cpp:340–343  ·  view source on GitHub ↗

* @brief Returns the UI-config UART driver instance. */

Source from the content-addressed store, hash-verified

338 * @brief Returns the UI-config UART driver instance.
339 */
340IO::Drivers::UART* IO::ConnectionManager::uart() const noexcept
341{
342 return m_uartUi.get();
343}
344
345/**
346 * @brief Returns the UI-config Network driver instance.

Callers 14

setDeviceMethod · 0.80
setPortIndexMethod · 0.80
setBaudRateMethod · 0.80
setParityMethod · 0.80
setDataBitsMethod · 0.80
setStopBitsMethod · 0.80
setFlowControlMethod · 0.80
setDtrEnabledMethod · 0.80
setAutoReconnectMethod · 0.80
getPortListMethod · 0.80
getBaudRateListMethod · 0.80
getConfigurationMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected