FecDecodeResult struct final
#include <npr/common/frame_codec.hpp>
Result of one NPR FEC decode attempt.
The codec operates on the on-air four-field parity/FEC format used by NPR framing. Decode reports whether recovery was successful, how many fields were known-bad, and how many decoded payload bytes were produced.
Public variables
- uint8_t block_error_count
- size_t decoded_size
- bool ok