| 72 | } |
| 73 | |
| 74 | void CanSignalDecoder::startSimulation() |
| 75 | { |
| 76 | Q_D(CanSignalDecoder); |
| 77 | |
| 78 | d->_signalCache.clear(); |
| 79 | |
| 80 | d->_simStarted = true; |
| 81 | } |
| 82 | |
| 83 | void CanSignalDecoder::simBcastRcv(const QJsonObject& msg, const QVariant& param) |
| 84 | { |
no test coverage detected