pub enum PosVelType {
Show 24 variants None, FixedPos, FixedHeight, DopplerVelocity, Single, PSRDiff, WAAS, Propagated, Omnistar, L1Float, IonoFreeFloat, NarrowFloat, L1Integer, NarrowInteger, OmnistarHP, OmnistarXP, PPPConverging, PPP, Operational, Warning, OutOfBounds, PPPBasicConverging, PPPBasic, KubosInvalid,
}
Expand description

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

Formats the value using the given formatter. Read more

Converts to this type from the input type.

Performs the conversion.

The expected context type for this GraphQL type Read more

Type that may carry additional schema information Read more

The name of the GraphQL type to expose. Read more

The meta type representing this GraphQL type.

Resolve the provided selection set against the current object. Read more

Resolve the value of a single field on this type. Read more

Resolve this interface or union into a concrete type Read more

Return the concrete type name for this instance/union. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.