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

Method interfaceList

app/src/IO/Drivers/CANBus.cpp:460–463  ·  view source on GitHub ↗

* @brief Returns the list of available CAN bus interfaces */

Source from the content-addressed store, hash-verified

458 * @brief Returns the list of available CAN bus interfaces
459 */
460QStringList IO::Drivers::CANBus::interfaceList() const
461{
462 return m_interfaceList;
463}
464
465/**
466 * @brief Returns the last error that occurred while querying interfaces

Callers 4

setInterfaceIndexMethod · 0.80
getConfigurationMethod · 0.80
getInterfaceListMethod · 0.80
setupCanbusConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected