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

Method ScriptContainer

scriptcontainer.cpp:7–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "connections/canconmanager.h"
6
7ScriptContainer::ScriptContainer()
8{
9 qDebug() << "Script Container Constructor";
10 scriptEngine = new QJSEngine();
11 canHelper = new CANScriptHelper(scriptEngine);
12 isoHelper = new ISOTPScriptHelper(scriptEngine);
13 udsHelper = new UDSScriptHelper(scriptEngine);
14 connect(&timer, SIGNAL(timeout()), this, SLOT(tick()));
15}
16
17ScriptContainer::~ScriptContainer()
18{

Callers

nothing calls this directly

Calls 1

tickFunction · 0.50

Tested by

no test coverage detected