Skip to main content

Module reliability

Module reliability 

Source
Expand description

Hop-by-hop reliable frame delivery (COP-1). Hop-by-hop reliable frame delivery for the datalink layer.

Provides the [ReliabilityWrite] / [ReliabilityRead] traits, COP-1 wrappers ([Cop1Writer], [Cop1Reader]), and [NoReliability] as a passthrough.

Modules§

cop1
COP-1 (CCSDS 232.1-B-2) state machines. CCSDS Communications Operation Procedure-1 (COP-1).

Structs§

Cop1Reader
COP-1 receiver-side reliability (FARM-1).
Cop1Writer
COP-1 sender-side reliability (FOP-1).
NoReliability
No-op reliability layer (passthrough).

Enums§

Cop1ReadResult
Result of processing a frame through COP-1 FARM-1.

Traits§

ReliabilityRead
COP-1 receiver (FARM-1) state machine interface.
ReliabilityWrite
COP-1 sender (FOP-1) state machine interface.