1 2 3 4 5 6 7
//! GNSS geometry primitives. pub use crate::dop::{dop, Dop, DopError, LineOfSight}; pub use crate::frame::{ItrfPositionM, ItrfVelocityMS, Wgs84Geodetic}; /// Error type returned by DOP calculations. pub type Error = DopError;