1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 08:24:43 -04:00

SDRdaemonFEC plugin: check frame and block sequence

This commit is contained in:
f4exb
2016-07-15 19:44:02 +02:00
parent 806a3fb87d
commit 1b8199df89
2 changed files with 44 additions and 27 deletions
@@ -165,6 +165,7 @@ private:
int m_readIndex; //!< current byte read index in frames buffer
int m_wrDeltaEstimate; //!< Sampled estimate of write to read indexes difference
int m_readNbBytes; //!< Nominal number of bytes per read (50ms)
int m_blockIndex; //!< Stored block index for verification
uint32_t m_throttlemsNominal; //!< Initial throttle in ms
uint8_t* m_readBuffer; //!< Read buffer to hold samples when looping back to beginning of raw buffer