1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-06 16:05:13 -04:00

SDRdaemonFEC plugin: use meta data CRC32 and promote to version 2.1.0 again

This commit is contained in:
f4exb
2016-07-24 19:50:51 +02:00
parent 66e829bbf9
commit 9007d505ee
5 changed files with 21 additions and 5 deletions
@@ -42,6 +42,7 @@ public:
uint8_t m_nbFECBlocks; //!< 12 number of blocks carrying FEC
uint32_t m_tv_sec; //!< 16 seconds of timestamp at start time of super-frame processing
uint32_t m_tv_usec; //!< 20 microseconds of timestamp at start time of super-frame processing
uint32_t m_crc32; //!< 24 CRC32 of the above
bool operator==(const MetaDataFEC& rhs)
{