Skip to main content

Module aos

Module aos 

Source
Expand description

Advanced Orbiting Systems (AOS) Transfer Frame protocol. Advanced Orbiting Systems Space Datalink Protocol (AOS-SDLP)

Spec: https://ccsds.org/Pubs/732x0b4.pdf

AOS Frames are fixed-length frames optimized for high-speed, mixed-media data (e.g., audio, video, and packets interleaved). They are the standard for Space Station (ISS) and modern constellation Inter-Satellite Links.

Modules§

bitmasks
Bitmasks for AOS Transfer Frame header fields.

Structs§

AosFrameReader
Extracts packets from a received AOS transfer frame.
AosFrameWriter
Accumulates packets into AOS transfer frames.
AosFrameWriterConfig
Configuration for building AOS transfer frames.
AosPrimaryHeader
The 6-byte Primary Header of an AOS Frame.
AosTransferFrame
A zero-copy view over a CCSDS AOS Transfer Frame.
AosTransferFrameBuilder
Use builder syntax to set the inputs and finish with build().

Enums§

BuildError
An error that can occur during AOS Transfer Frame construction.
ParseError
An error that can occur during AOS Transfer Frame parsing.