Reed-Solomon Library Programming Interface | ||
---|---|---|
<<< Previous | Next >>> |
the rs control structure
data field of a given type
received parity data field
data length
syndrome data field (if NULL, syndrome is calculated)
number of erasures
position of erasures, can be NULL
invert data mask (will be xored on data, not on parity!)
buffer to store correction bitmask on eras_pos
The syndrome and parity uses a uint16_t data type to enable symbol size > 8. The calling code must take care of decoding of the syndrome result and the received parity before calling this code.
The syndrome and parity uses a uint16_t data type to enable symbol size > 8. The calling code must take care of decoding of the syndrome result and the received parity before calling this code.
<<< Previous | Home | Next >>> |
encode_rs8 | Up | encode_rs16 |