| 83 | } |
| 84 | |
| 85 | void decoderBase::setDecodeSignal(int signalID, bool &decoderResetNeeded) |
| 86 | { |
| 87 | if (signalID >= 0 && signalID < nrSignalsSupported()) |
| 88 | this->decodeSignal = signalID; |
| 89 | decoderResetNeeded = false; |
| 90 | } |
| 91 | |
| 92 | stats::FrameTypeData decoderBase::getCurrentFrameStatsForType(int typeId) const |
| 93 | { |
no outgoing calls
no test coverage detected