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§
- Cop1
Reader - COP-1 receiver-side reliability (FARM-1).
- Cop1
Writer - COP-1 sender-side reliability (FOP-1).
- NoReliability
- No-op reliability layer (passthrough).
Enums§
- Cop1
Read Result - Result of processing a frame through COP-1 FARM-1.
Traits§
- Reliability
Read - COP-1 receiver (FARM-1) state machine interface.
- Reliability
Write - COP-1 sender (FOP-1) state machine interface.