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

Method newFrames

scriptingwindow.cpp:61–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60
61void ScriptingWindow::newFrames(const CANConnection* pConn, const QVector<CANFrame>& pFrames)
62{
63 /*FIXME: name of the probe and bus should be checked */
64 Q_UNUSED(pConn);
65 Q_UNUSED(pFrames);
66
67 /*for (int j = 0; j < scripts.length(); j++)
68 {
69 foreach(const CANFrame& frame, pFrames)
70 {
71 //scripts[j]->gotFrame(frame);
72 }
73 }*/
74}
75
76void ScriptingWindow::updatedValue(int row, int col)
77{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected