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

Method create

app/src/IO/Drivers/SlcanBackend.cpp:130–133  ·  view source on GitHub ↗

* @brief Factory used by the CAN backend registry. */

Source from the content-addressed store, hash-verified

128 * @brief Factory used by the CAN backend registry.
129 */
130QCanBusDevice* IO::Drivers::SlcanBackend::create(const QString& portName)
131{
132 return new SlcanBackend(portName);
133}
134
135//--------------------------------------------------------------------------------------------------
136// Constructor/destructor

Callers 14

gFunction · 0.45
chart.umd.min.jsFile · 0.45
heFunction · 0.45
CiFunction · 0.45
constructorMethod · 0.45
registerMethod · 0.45
unFunction · 0.45
getOptionScopesMethod · 0.45
openMethod · 0.45
setupFrameMethod · 0.45
setupBorderMethod · 0.45
setupContentContainerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected