MCPcopy Create free account
hub / github.com/collin80/SavvyCAN / UDSScriptHelper

Method UDSScriptHelper

scriptcontainer.cpp:350–357  ·  view source on GitHub ↗

UDSScriptHelper methods */

Source from the content-addressed store, hash-verified

348
349/* UDSScriptHelper methods */
350UDSScriptHelper::UDSScriptHelper(QJSEngine *engine)
351{
352 scriptEngine = engine;
353 handler = new UDS_HANDLER;
354 connect(handler, SIGNAL(newUDSMessage(UDS_MESSAGE)), this, SLOT(newUDSMessage(UDS_MESSAGE)));
355 handler->setReception(true);
356 handler->setFlowCtrl(true);
357}
358
359void UDSScriptHelper::clearFilters()
360{

Callers

nothing calls this directly

Calls 2

setReceptionMethod · 0.45
setFlowCtrlMethod · 0.45

Tested by

no test coverage detected