Skip to content

FrameDescriptor

Defined in: frame.rs:83

pub enum FrameDescriptor {
SimpleEci,
SimpleEcef,
Gcrs,
Cirs,
Tirs,
Itrs,
Teme,
Rsw,
Body,
}

Concrete frame identifier for runtime identification and serialization.

Mirrors the compile-time Frame marker types. Used by RRD / log / CLI boundaries where a f64 tuple needs to carry its frame interpretation at runtime.










const fn name(self) -> &‘static str


const fn category(self) -> FrameCategory