FrameDescriptor
Defined in: frame.rs:86
pub enum FrameDescriptor { SimpleEci, SimpleEcef, Gcrs, Cirs, Tirs, Itrs, 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.
Variants
Section titled “Variants”SimpleEci
Section titled “SimpleEci”SimpleEcef
Section titled “SimpleEcef”Methods
Section titled “Methods”name()
Section titled “name()”const fn name(self) -> &‘static str
category()
Section titled “category()”const fn category(self) -> FrameCategory