Skip to main content

Module datalink

Module datalink 

Source
Expand description

Data link layer framing and transfer frame protocols. Implements the CCSDS Data Link Protocols (Layer 2).

Modules§

framing
Transfer frame definitions (SDLP, USLP). Transfer frame definitions for the data link layer.
link
Async link channels for sending and receiving frames.
reliability
Hop-by-hop reliable frame delivery (COP-1). Hop-by-hop reliable frame delivery for the datalink layer.
security
Frame-level encryption and authentication (SDLS). Frame-level encryption and authentication for the datalink layer.
spp
CCSDS Space Packet Protocol (SPP) definitions. CCSDS SPP (Space Packet Protocol) definitions and utilities.

Traits§

Datalink
A bidirectional data link that can be split into independent read and write halves.
DatalinkRead
Receive direction of the data link layer.
DatalinkWrite
Send direction of the data link layer.