Struct novatel_oem6_api::ReceiverStatusFlags [−]
Receiver status flags
Methods
impl ReceiverStatusFlags
[−]
impl ReceiverStatusFlags
pub const ERROR_PRESENT: ReceiverStatusFlags
ERROR_PRESENT: ReceiverStatusFlags = ReceiverStatusFlags{bits: 1,}
System has encountered an error
pub const TEMPERATURE_WARNING: ReceiverStatusFlags
TEMPERATURE_WARNING: ReceiverStatusFlags = ReceiverStatusFlags{bits: 2,}
Temperature warning
pub const VOLTAGE_SUPPLY_WARNING: ReceiverStatusFlags
VOLTAGE_SUPPLY_WARNING: ReceiverStatusFlags = ReceiverStatusFlags{bits: 4,}
Voltage supply warning
pub const ANTENNA_NOT_POWERED: ReceiverStatusFlags
ANTENNA_NOT_POWERED: ReceiverStatusFlags = ReceiverStatusFlags{bits: 8,}
Antenna not powered
pub const LNA_FAILURE: ReceiverStatusFlags
LNA_FAILURE: ReceiverStatusFlags = ReceiverStatusFlags{bits: 16,}
LNA failure encountered
pub const ANTENNA_OPEN: ReceiverStatusFlags
ANTENNA_OPEN: ReceiverStatusFlags = ReceiverStatusFlags{bits: 32,}
Antenna open
pub const ANTENNA_SHORTENED: ReceiverStatusFlags
ANTENNA_SHORTENED: ReceiverStatusFlags = ReceiverStatusFlags{bits: 64,}
Antenna shortened
pub const CPU_OVERLOAD: ReceiverStatusFlags
CPU_OVERLOAD: ReceiverStatusFlags = ReceiverStatusFlags{bits: 128,}
CPU overloaded
pub const COM1_BUFFER_OVERRUN: ReceiverStatusFlags
COM1_BUFFER_OVERRUN: ReceiverStatusFlags = ReceiverStatusFlags{bits: 256,}
The COM1 buffer has been overrun
pub const COM2_BUFFER_OVERRUN: ReceiverStatusFlags
COM2_BUFFER_OVERRUN: ReceiverStatusFlags = ReceiverStatusFlags{bits: 512,}
The COM2 buffer has been overrun
pub const COM3_BUFFER_OVERRUN: ReceiverStatusFlags
COM3_BUFFER_OVERRUN: ReceiverStatusFlags = ReceiverStatusFlags{bits: 1024,}
The COM3 buffer has been overrun
pub const LINK_OVERRUN: ReceiverStatusFlags
LINK_OVERRUN: ReceiverStatusFlags = ReceiverStatusFlags{bits: 2048,}
Link overrun
pub const AUX_TRANSMIT_OVERRUN: ReceiverStatusFlags
AUX_TRANSMIT_OVERRUN: ReceiverStatusFlags = ReceiverStatusFlags{bits: 8192,}
Auxilliary transmit overrun
pub const AGC_OUT_OF_RANGE: ReceiverStatusFlags
AGC_OUT_OF_RANGE: ReceiverStatusFlags = ReceiverStatusFlags{bits: 16384,}
AGC out of range
pub const INS_RESET: ReceiverStatusFlags
INS_RESET: ReceiverStatusFlags = ReceiverStatusFlags{bits: 65536,}
INS has been reset
pub const GPS_ALMANAC_INVALID: ReceiverStatusFlags
GPS_ALMANAC_INVALID: ReceiverStatusFlags = ReceiverStatusFlags{bits: 262144,}
GPS almanac invalid and/or UTC unknown
pub const POSITION_SOLUTION_INVALID: ReceiverStatusFlags
POSITION_SOLUTION_INVALID: ReceiverStatusFlags = ReceiverStatusFlags{bits: 524288,}
Position solution is invalid
pub const POSITION_FIXED: ReceiverStatusFlags
POSITION_FIXED: ReceiverStatusFlags = ReceiverStatusFlags{bits: 1048576,}
A fixed position is in place
pub const CLOCK_STEERING_DISABLED: ReceiverStatusFlags
CLOCK_STEERING_DISABLED: ReceiverStatusFlags = ReceiverStatusFlags{bits: 2097152,}
Clock steering is disabled
pub const CLOCK_MODEL_INVALID: ReceiverStatusFlags
CLOCK_MODEL_INVALID: ReceiverStatusFlags = ReceiverStatusFlags{bits: 4194304,}
The clock model is invalid
pub const EXTERNAL_OSCILLATOR_LOCKED: ReceiverStatusFlags
EXTERNAL_OSCILLATOR_LOCKED: ReceiverStatusFlags = ReceiverStatusFlags{bits: 8388608,}
The external oscillator is locked
pub const SOFTWARE_RESOURCE_WARNING: ReceiverStatusFlags
SOFTWARE_RESOURCE_WARNING: ReceiverStatusFlags = ReceiverStatusFlags{bits: 16777216,}
Software resource warning
pub const AUX3_STATUS_EVENT: ReceiverStatusFlags
AUX3_STATUS_EVENT: ReceiverStatusFlags = ReceiverStatusFlags{bits: 536870912,}
An auxilliary 3 status event has occurred
pub const AUX2_STATUS_EVENT: ReceiverStatusFlags
AUX2_STATUS_EVENT: ReceiverStatusFlags = ReceiverStatusFlags{bits: 1073741824,}
An auxilliary 2 status event has occurred
pub const AUX1_STATUS_EVENT: ReceiverStatusFlags
AUX1_STATUS_EVENT: ReceiverStatusFlags = ReceiverStatusFlags{bits: 2147483648,}
An auxilliary 1 status event has occurred
pub fn empty() -> ReceiverStatusFlags
[−]
pub fn empty() -> ReceiverStatusFlags
Returns an empty set of flags.
pub fn all() -> ReceiverStatusFlags
[−]
pub fn all() -> ReceiverStatusFlags
Returns the set containing all flags.
pub fn bits(&self) -> u32
[−]
pub fn bits(&self) -> u32
Returns the raw value of the flags currently stored.
pub fn from_bits(bits: u32) -> Option<ReceiverStatusFlags>
[−]
pub fn from_bits(bits: u32) -> Option<ReceiverStatusFlags>
Convert from underlying bit representation, unless that representation contains bits that do not correspond to a flag.
pub fn from_bits_truncate(bits: u32) -> ReceiverStatusFlags
[−]
pub fn from_bits_truncate(bits: u32) -> ReceiverStatusFlags
Convert from underlying bit representation, dropping any bits that do not correspond to flags.
pub fn is_empty(&self) -> bool
[−]
pub fn is_empty(&self) -> bool
Returns true
if no flags are currently stored.
pub fn is_all(&self) -> bool
[−]
pub fn is_all(&self) -> bool
Returns true
if all flags are currently set.
pub fn intersects(&self, other: ReceiverStatusFlags) -> bool
[−]
pub fn intersects(&self, other: ReceiverStatusFlags) -> bool
Returns true
if there are flags common to both self
and other
.
pub fn contains(&self, other: ReceiverStatusFlags) -> bool
[−]
pub fn contains(&self, other: ReceiverStatusFlags) -> bool
Returns true
all of the flags in other
are contained within self
.
pub fn insert(&mut self, other: ReceiverStatusFlags)
[−]
pub fn insert(&mut self, other: ReceiverStatusFlags)
Inserts the specified flags in-place.
pub fn remove(&mut self, other: ReceiverStatusFlags)
[−]
pub fn remove(&mut self, other: ReceiverStatusFlags)
Removes the specified flags in-place.
pub fn toggle(&mut self, other: ReceiverStatusFlags)
[−]
pub fn toggle(&mut self, other: ReceiverStatusFlags)
Toggles the specified flags in-place.
pub fn set(&mut self, other: ReceiverStatusFlags, value: bool)
[−]
pub fn set(&mut self, other: ReceiverStatusFlags, value: bool)
Inserts or removes the specified flags depending on the passed value.
impl ReceiverStatusFlags
[src]
[−]
impl ReceiverStatusFlags
pub fn to_vec(&self) -> Vec<String>
[src]
[−]
pub fn to_vec(&self) -> Vec<String>
Convert the flags byte into a vector containing the string representations of all flags present.
Examples
use novatel_oem6_api::*; let flags = ReceiverStatusFlags::CLOCK_MODEL_INVALID | ReceiverStatusFlags::POSITION_SOLUTION_INVALID; let conv = flags.to_vec(); assert_eq!(conv, vec!["CLOCK_MODEL_INVALID", "POSITION_SOLUTION_INVALID"]);
Trait Implementations
impl Copy for ReceiverStatusFlags
impl Copy for ReceiverStatusFlags
impl PartialEq for ReceiverStatusFlags
[+]
impl PartialEq for ReceiverStatusFlags
impl Eq for ReceiverStatusFlags
impl Eq for ReceiverStatusFlags
impl Clone for ReceiverStatusFlags
[+]
impl Clone for ReceiverStatusFlags
impl PartialOrd for ReceiverStatusFlags
[+]
impl PartialOrd for ReceiverStatusFlags
impl Ord for ReceiverStatusFlags
[+]
impl Ord for ReceiverStatusFlags
impl Hash for ReceiverStatusFlags
[+]
impl Hash for ReceiverStatusFlags
impl Default for ReceiverStatusFlags
[src]
[+]
impl Default for ReceiverStatusFlags
impl Debug for ReceiverStatusFlags
[+]
impl Debug for ReceiverStatusFlags
impl Binary for ReceiverStatusFlags
[+]
impl Binary for ReceiverStatusFlags
impl Octal for ReceiverStatusFlags
[+]
impl Octal for ReceiverStatusFlags
impl LowerHex for ReceiverStatusFlags
[+]
impl LowerHex for ReceiverStatusFlags
impl UpperHex for ReceiverStatusFlags
[+]
impl UpperHex for ReceiverStatusFlags
impl BitOr for ReceiverStatusFlags
[+]
impl BitOr for ReceiverStatusFlags
impl BitOrAssign for ReceiverStatusFlags
[+]
impl BitOrAssign for ReceiverStatusFlags
impl BitXor for ReceiverStatusFlags
[+]
impl BitXor for ReceiverStatusFlags
impl BitXorAssign for ReceiverStatusFlags
[+]
impl BitXorAssign for ReceiverStatusFlags
impl BitAnd for ReceiverStatusFlags
[+]
impl BitAnd for ReceiverStatusFlags
impl BitAndAssign for ReceiverStatusFlags
[+]
impl BitAndAssign for ReceiverStatusFlags
impl Sub for ReceiverStatusFlags
[+]
impl Sub for ReceiverStatusFlags
impl SubAssign for ReceiverStatusFlags
[+]
impl SubAssign for ReceiverStatusFlags
impl Not for ReceiverStatusFlags
[+]
impl Not for ReceiverStatusFlags
impl Extend<ReceiverStatusFlags> for ReceiverStatusFlags
[+]
impl Extend<ReceiverStatusFlags> for ReceiverStatusFlags
impl FromIterator<ReceiverStatusFlags> for ReceiverStatusFlags
[+]
impl FromIterator<ReceiverStatusFlags> for ReceiverStatusFlags
Auto Trait Implementations
impl Send for ReceiverStatusFlags
impl Send for ReceiverStatusFlags
impl Sync for ReceiverStatusFlags
impl Sync for ReceiverStatusFlags