Skip to content

GcrsEopStorage

Defined in: mod.rs:120

Available on crate feature alloc only.

pub struct GcrsEopStorage

Owned, type-erased PositionEop provider for the Gcrs precise path.

Wraps a boxed provider and delegates the EOP trait methods, so it can be stored inside a force model and passed directly to arika’s rotation constructors (which take P: Ut1Offset + NutationCorrections + PolarMotion). Send + Sync is carried by the boxed trait object rather than by PositionEop, keeping that trait a pure capability.

fn new(provider: impl PositionEop + Send + Sync + ‘static) -> Self

Create from any thread-safe PositionEop provider.