Enum novatel_oem6_service::RefTimeStatus[][src]

pub enum RefTimeStatus {
    Unknown,
    Approximate,
    CoarseAdjusting,
    Coarse,
    CoarseSteering,
    FreeWheeling,
    FineAdjusting,
    Fine,
    FineBackupSteering,
    FineSteering,
    SatTime,
    KubosInvalid,
}
[]

Enum for the TimeStatus response field of the lockStatus query

Variants

[]

Time validity is unknown

[]

Time is set approximately

[]

Time is approaching coarse precision

[]

Time is valid to coarse precision

[]

Time is coarse set and is being steered

[]

Position is lost and the range bias cannot be calculated

[]

Time is adjusting to fine precision

[]

Time has fine precision

[]

Time is fine set and is being steered by the backup system

[]

Time is fine set and is being steered

[]

Time from satellite. Only used in logs containing satellite data such as ephemeris and almanac

[]

Unknown status value encountered

Trait Implementations

impl Debug for RefTimeStatus
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl From<u8> for RefTimeStatus
[src]
[+]

[]

Performs the conversion.

Auto Trait Implementations

impl Send for RefTimeStatus

impl Sync for RefTimeStatus