arduino-audio-tools
Public Member Functions | List of all members
ReedSolomon< msg_length, ecc_length > Class Template Reference

Public Member Functions

int Decode (const void *src, void *dst, uint8_t *erase_pos=NULL, size_t erase_count=0)
 
int DecodeBlock (const void *src, const void *ecc, void *dst, uint8_t *erase_pos=NULL, size_t erase_count=0)
 
void Encode (const void *src, void *dst)
 
void EncodeBlock (const void *src, void *dst)
 

The documentation for this class was generated from the following file: