FECFRAME packet.
More...
#include <fec.h>
FECFRAME packet.
Definition at line 35 of file fec.h.
◆ FEC()
roc::packet::FEC::FEC |
( |
| ) |
|
Construct zero FEC packet.
◆ compare()
int roc::packet::FEC::compare |
( |
const FEC & |
| ) |
const |
◆ block_length
size_t roc::packet::FEC::block_length |
Number of source + repair packets in block to which this packet belongs ("blen").
Definition at line 66 of file fec.h.
◆ encoding_symbol_id
size_t roc::packet::FEC::encoding_symbol_id |
The index number of packet in a block ("esi").
Definition at line 47 of file fec.h.
◆ fec_scheme
The FEC scheme to which the packet belongs to.
Definition at line 39 of file fec.h.
◆ payload
FECFRAME payload.
Definition at line 74 of file fec.h.
◆ payload_id
FECFRAME header or footer.
Definition at line 69 of file fec.h.
◆ source_block_length
size_t roc::packet::FEC::source_block_length |
Number of source packets in block to which this packet belongs ("sblen").
Definition at line 59 of file fec.h.
◆ source_block_number
blknum_t roc::packet::FEC::source_block_number |
Number of a source block in a packet stream ("sbn").
Definition at line 54 of file fec.h.
The documentation for this struct was generated from the following file: