Skip to main content

Module pipeline

Module pipeline 

Source
Expand description

Coding pipeline that composes randomizer, FEC, and framer. Coding pipeline that composes randomizer, FEC, and framer into a single CodingWrite / CodingRead.

Structs§

CodingReader
Composes physical reader → deframer → FEC → derandomizer into a single CodingRead.
CodingWriter
Composes randomizer → FEC → framer → physical writer into a single CodingWrite.

Enums§

CodingReadError
Error from a coding read pipeline.
CodingWriteError
Error from a coding write pipeline.