Struct novatel_oem6_api::ReceiverStatusFlags [−]
pub struct ReceiverStatusFlags { /* fields omitted */ }
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
fn eq(&self, other: &ReceiverStatusFlags) -> bool
fn eq(&self, other: &ReceiverStatusFlags) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ReceiverStatusFlags) -> bool
fn ne(&self, other: &ReceiverStatusFlags) -> bool
This method tests for !=
.
impl Eq for ReceiverStatusFlags
impl Eq for ReceiverStatusFlags
impl Clone for ReceiverStatusFlags
impl Clone for ReceiverStatusFlags
fn clone(&self) -> ReceiverStatusFlags
fn clone(&self) -> ReceiverStatusFlags
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl PartialOrd for ReceiverStatusFlags
impl PartialOrd for ReceiverStatusFlags
fn partial_cmp(&self, other: &ReceiverStatusFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &ReceiverStatusFlags) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
fn lt(&self, other: &ReceiverStatusFlags) -> bool
fn lt(&self, other: &ReceiverStatusFlags) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
fn le(&self, other: &ReceiverStatusFlags) -> bool
fn le(&self, other: &ReceiverStatusFlags) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
fn gt(&self, other: &ReceiverStatusFlags) -> bool
fn gt(&self, other: &ReceiverStatusFlags) -> bool
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
fn ge(&self, other: &ReceiverStatusFlags) -> bool
fn ge(&self, other: &ReceiverStatusFlags) -> bool
This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
impl Ord for ReceiverStatusFlags
impl Ord for ReceiverStatusFlags
fn cmp(&self, other: &ReceiverStatusFlags) -> Ordering
fn cmp(&self, other: &ReceiverStatusFlags) -> Ordering
This method returns an Ordering
between self
and other
. Read more
fn max(self, other: Self) -> Self
1.21.0[src]
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self
1.21.0[src]
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
impl Hash for ReceiverStatusFlags
impl Hash for ReceiverStatusFlags
fn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl Default for ReceiverStatusFlags
[src]
impl Default for ReceiverStatusFlags
fn default() -> ReceiverStatusFlags
[src]
fn default() -> ReceiverStatusFlags
Returns the "default value" for a type. Read more
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
type Output = ReceiverStatusFlags
The resulting type after applying the |
operator.
fn bitor(self, other: ReceiverStatusFlags) -> ReceiverStatusFlags
fn bitor(self, other: ReceiverStatusFlags) -> ReceiverStatusFlags
Returns the union of the two sets of flags.
impl BitOrAssign for ReceiverStatusFlags
impl BitOrAssign for ReceiverStatusFlags
fn bitor_assign(&mut self, other: ReceiverStatusFlags)
fn bitor_assign(&mut self, other: ReceiverStatusFlags)
Adds the set of flags.
impl BitXor for ReceiverStatusFlags
impl BitXor for ReceiverStatusFlags
type Output = ReceiverStatusFlags
The resulting type after applying the ^
operator.
fn bitxor(self, other: ReceiverStatusFlags) -> ReceiverStatusFlags
fn bitxor(self, other: ReceiverStatusFlags) -> ReceiverStatusFlags
Returns the left flags, but with all the right flags toggled.
impl BitXorAssign for ReceiverStatusFlags
impl BitXorAssign for ReceiverStatusFlags
fn bitxor_assign(&mut self, other: ReceiverStatusFlags)
fn bitxor_assign(&mut self, other: ReceiverStatusFlags)
Toggles the set of flags.
impl BitAnd for ReceiverStatusFlags
impl BitAnd for ReceiverStatusFlags
type Output = ReceiverStatusFlags
The resulting type after applying the &
operator.
fn bitand(self, other: ReceiverStatusFlags) -> ReceiverStatusFlags
fn bitand(self, other: ReceiverStatusFlags) -> ReceiverStatusFlags
Returns the intersection between the two sets of flags.
impl BitAndAssign for ReceiverStatusFlags
impl BitAndAssign for ReceiverStatusFlags
fn bitand_assign(&mut self, other: ReceiverStatusFlags)
fn bitand_assign(&mut self, other: ReceiverStatusFlags)
Disables all flags disabled in the set.
impl Sub for ReceiverStatusFlags
impl Sub for ReceiverStatusFlags
type Output = ReceiverStatusFlags
The resulting type after applying the -
operator.
fn sub(self, other: ReceiverStatusFlags) -> ReceiverStatusFlags
fn sub(self, other: ReceiverStatusFlags) -> ReceiverStatusFlags
Returns the set difference of the two sets of flags.
impl SubAssign for ReceiverStatusFlags
impl SubAssign for ReceiverStatusFlags
fn sub_assign(&mut self, other: ReceiverStatusFlags)
fn sub_assign(&mut self, other: ReceiverStatusFlags)
Disables all flags enabled in the set.
impl Not for ReceiverStatusFlags
impl Not for ReceiverStatusFlags
type Output = ReceiverStatusFlags
The resulting type after applying the !
operator.
fn not(self) -> ReceiverStatusFlags
fn not(self) -> ReceiverStatusFlags
Returns the complement of this set of flags.
impl Extend<ReceiverStatusFlags> for ReceiverStatusFlags
impl Extend<ReceiverStatusFlags> for ReceiverStatusFlags
fn extend<T: IntoIterator<Item = ReceiverStatusFlags>>(&mut self, iterator: T)
fn extend<T: IntoIterator<Item = ReceiverStatusFlags>>(&mut self, iterator: T)
Extends a collection with the contents of an iterator. Read more
impl FromIterator<ReceiverStatusFlags> for ReceiverStatusFlags
impl FromIterator<ReceiverStatusFlags> for ReceiverStatusFlags
fn from_iter<T: IntoIterator<Item = ReceiverStatusFlags>>(
iterator: T
) -> ReceiverStatusFlags
fn from_iter<T: IntoIterator<Item = ReceiverStatusFlags>>(
iterator: T
) -> ReceiverStatusFlags
Creates a value from an iterator. Read more
Auto Trait Implementations
impl Send for ReceiverStatusFlags
impl Send for ReceiverStatusFlags
impl Sync for ReceiverStatusFlags
impl Sync for ReceiverStatusFlags