| 104 | virtual bool isSignalDifference(int signalID) const; |
| 105 | virtual void setDecodeSignal(int signalID, bool &decoderResetNeeded); |
| 106 | int getDecodeSignal() const { return this->decodeSignal; } |
| 107 | |
| 108 | // -- The decoding interface |
| 109 | // If the current frame is valid, the current frame can be retrieved using getRawFrameData. |
no outgoing calls
no test coverage detected