Struct ccsds_tm_rs_block_rx_t¶
ClassList > ccsds_tm_rs_block_rx_t
What ccsds_tm_rs_decode_block found in one codeblock.More...
#include <ccsds_tm_rs.h>
Public Attributes¶
| Type | Name |
|---|---|
| unsigned | codewords |
| unsigned | corrected |
| unsigned | symbols |
| unsigned | uncorrectable |
Detailed Description¶
codewords - uncorrectable is how many are good afterwards, and symbols is the repair work the outer code actually did — the quantity that says whether the inner code is delivering what the outer one was sized for.
Public Attributes Documentation¶
variable codewords¶
Codewords in the block, i.e. the depth
variable corrected¶
How many needed and received repair
variable symbols¶
Symbol errors repaired across the block
variable uncorrectable¶
How many the decoder refused
The documentation for this class was generated from the following file native/inc/ccsds_tm/ccsds_tm_rs.h