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

Method canBus

app/src/IO/ConnectionManager.cpp:392–395  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

390 * @brief Returns the UI-config CANBus driver instance.
391 */
392IO::Drivers::CANBus* IO::ConnectionManager::canBus() const noexcept
393{
394 return m_canBusUi.get();
395}
396
397/**
398 * @brief Returns the UI-config HID driver instance.

Callers 11

setPluginIndexMethod · 0.80
setInterfaceIndexMethod · 0.80
setBitrateMethod · 0.80
setCanFDMethod · 0.80
getConfigurationMethod · 0.80
getPluginListMethod · 0.80
getInterfaceListMethod · 0.80
getBitrateListMethod · 0.80
getInterfaceErrorMethod · 0.80
setupCanbusConnectionMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected