GcrsEopStorage
このコンテンツはまだ日本語訳がありません。
Defined in: mod.rs:120
Available on crate feature
alloconly.
pub struct GcrsEopStorageOwned, 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.
Methods
Section titled “Methods”fn new(provider: impl PositionEop + Send + Sync + ‘static) -> Self
Create from any thread-safe PositionEop provider.