Skip to main content

Module cds

Module cds 

Source
Expand description

Safe, idiomatic wrappers for the CFE Critical Data Store (CDS) API.

This module provides a generic, type-safe CdsBlock<T> for persisting application data across resets.

Structs§

CdsBlock
A handle to a block of data in the cFE Critical Data Store.
CdsHandle
A type-safe, zero-cost wrapper for a cFE Critical Data Store handle.

Enums§

CdsInfo
Information about the status of a CDS block upon registration.