| 59 | |
| 60 | |
| 61 | void 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 | |
| 76 | void ScriptingWindow::updatedValue(int row, int col) |
| 77 | { |
nothing calls this directly
no outgoing calls
no test coverage detected