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

Method driver

app/src/IO/DeviceManager.cpp:85–88  ·  view source on GitHub ↗

* @brief Returns the underlying HAL driver instance. */

Source from the content-addressed store, hash-verified

83 * @brief Returns the underlying HAL driver instance.
84 */
85IO::HAL_Driver* IO::DeviceManager::driver() const noexcept
86{
87 return m_driver.get();
88}
89
90//--------------------------------------------------------------------------------------------------
91// Data transmission

Callers 3

sourceConfigureMethod · 0.45
sourceSetPropertyMethod · 0.45
reconfigureReaderMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected