Enum novatel_oem6_service::PosVelType [−][src]
pub enum PosVelType { None, FixedPos, FixedHeight, DopplerVelocity, Single, PSRDiff, WAAS, Propagated, Omnistar, L1Float, IonoFreeFloat, NarrowFloat, L1Integer, NarrowInteger, OmnistarHP, OmnistarXP, PPPConverging, PPP, Operational, Warning, OutOfBounds, PPPBasicConverging, PPPBasic, KubosInvalid, }
Enum for the positionType
and velocityType
response fields
of the lockStatus
query
Variants
None
No solution
FixedPos
Fixed position
FixedHeight
Fixed position
DopplerVelocity
Velocity computed using instantaneous Doppler
Single
Single point position
PSRDiff
Pseudorange differential solution
WAAS
Solution calculated using corrections from an WAAS
Propagated
Propagated by a Kalman filter without new observations
Omnistar
OmniSTAR VBS position
L1Float
Floating L1 ambiguity solution
IonoFreeFloat
Floating ionospheric-free ambiguity solution
NarrowFloat
Floating narrow-lane ambiguity solution
L1Integer
Integer L1 ambiguity solution
NarrowInteger
Integer narrow-lane ambiguity solution
OmnistarHP
OmniSTAR HP position
OmnistarXP
OmniSTAR XP or G2 position
PPPConverging
Converging TerraStar-C solution
PPP
Converged TerraStar-C solution
Operational
Solution accuracy is within UAL operational limit
Warning
Solution accuracy is outside UAL operational limit but within warning limit
OutOfBounds
Solution accuracy is outside UAL limits
PPPBasicConverging
Converging TerraStar-L solution
PPPBasic
Converged TerraStar-L solution
KubosInvalid
Unknown type value encountered
Trait Implementations
impl Debug for PosVelType
[src]
impl Debug for PosVelType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl From<u32> for PosVelType
[src]
impl From<u32> for PosVelType
fn from(t: u32) -> PosVelType
[src]
fn from(t: u32) -> PosVelType
Performs the conversion.
Auto Trait Implementations
impl Send for PosVelType
impl Send for PosVelType
impl Sync for PosVelType
impl Sync for PosVelType