Expand description
Coding pipeline that composes randomizer, FEC, and framer.
Coding pipeline that composes randomizer, FEC, and framer
into a single CodingWrite / CodingRead.
Structs§
- Coding
Reader - Composes physical reader → deframer → FEC → derandomizer into
a single
CodingRead. - Coding
Writer - Composes randomizer → FEC → framer → physical writer into a
single
CodingWrite.
Enums§
- Coding
Read Error - Error from a coding read pipeline.
- Coding
Write Error - Error from a coding write pipeline.