Skip to main content

Crate dvb_bbframe

Crate dvb_bbframe 

Source
Expand description

ETSI DVB-S2 / S2X / T2 BBFrame parser + builder.

Supports both Normal Mode (NM) and High Efficiency Mode (HEM) per EN 302 755 v1.4.1 §5.1.7.

Entry points:

  • header::Bbheader — the 10-byte BBHEADER with parse + serialize.
  • packet::up_iter — user packet extraction from the data field.
  • crc::crc8 — CRC-8 encoder (EN 302 307-1 §5.1.4 / EN 302 755 Annex F).
  • issy — ISSY field parser (EN 302 755 Annex C).

Re-exports§

pub use error::Error;
pub use error::Result;

Modules§

crc
CRC-8 encoder per EN 302 755 Annex F / EN 302 307-1 §5.1.4.
error
Error type for BBFrame parsing and serialization.
header
BBHEADER (Base-Band Header) parser and builder.
issy
ISSY (Input Stream SYnchronizer) field decoding per EN 302 755 §5.1.7 / Annex C.
packet
User packet extraction from BBFrame data fields.