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

Method pluginList

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

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

Source from the content-addressed store, hash-verified

450 * @brief Returns the list of available CAN bus plugins
451 */
452QStringList IO::Drivers::CANBus::pluginList() const
453{
454 return m_pluginList;
455}
456
457/**
458 * @brief Returns the list of available CAN bus interfaces

Callers 4

setPluginIndexMethod · 0.80
getConfigurationMethod · 0.80
getPluginListMethod · 0.80
setupCanbusConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected