Crate satrs_core

source ·
Expand description

Core components of the sat-rs framework

You can find more information about the sat-rs framework on the homepage.

Overview

The core modules of this crate include

  • The event manager module which provides a publish and and subscribe to route events.
  • The pus module which provides special support for projects using the ECSS PUS C standard.

Re-exports

Modules

  • Event management and forwarding
  • Event support module
  • Task scheduling module
  • Hardware Abstraction Layer module
  • Module providing addressable object support and a manager for them
  • Parameter types and enums.
  • Pool implementation providing pre-allocated sub-pools with fixed size memory blocks
  • PUS support modules
  • Telemetry and Telecommanding (TMTC) module. Contains packet routing components with special support for CCSDS and ECSS packets.

Type Aliases