Enum SentenceFormatter
pub enum SentenceFormatter {
Show 18 variants
Dp,
Dtm,
Gbs,
Gga,
Gll,
Gns,
Grs,
Gsa,
Gst,
Gsv,
Hdt,
Llq,
Mss,
Rmc,
Rot,
Txt,
Vtg,
Zda,
}Expand description
Identifies the nature of the data to be transmitted. See https://receiverhelp.trimble.com/alloy-gnss/en-us/NMEA-0183messages_MessageOverview.html
Variants§
Dp
Dynamic positioning.
Dtm
Datum reference information.
Gbs
GNSS satellite fault detection (RAIM support).
Gga
Time, position, and fix related data.
Gll
Position data: position fix, time of position fix, and status.
Gns
GNS Fix data.
Grs
GRS range residuals.
Gsa
GPS DOP and active satellites.
Gst
Position error statistics.
Gsv
Number of SVs in view, PRN, elevation, azimuth, and SNR.
Hdt
Heading from True North.
Llq
Leica local position and quality.
Mss
MSK receiver signal.
Rmc
Position, Velocity, and Time.
Rot
Rate of turn.
Txt
Text transmission.
Vtg
Actual track made good and speed over ground.
Zda
UTC day, month, and year, and local time zone offset.
Trait Implementations§
§impl Clone for SentenceFormatter
impl Clone for SentenceFormatter
§fn clone(&self) -> SentenceFormatter
fn clone(&self) -> SentenceFormatter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for SentenceFormatter
impl Debug for SentenceFormatter
§impl<'de> Deserialize<'de> for SentenceFormatter
impl<'de> Deserialize<'de> for SentenceFormatter
§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Display for SentenceFormatter
impl Display for SentenceFormatter
impl Eq for SentenceFormatter
§impl FromStr for SentenceFormatter
impl FromStr for SentenceFormatter
§impl PartialEq for SentenceFormatter
impl PartialEq for SentenceFormatter
§impl Serialize for SentenceFormatter
impl Serialize for SentenceFormatter
impl StructuralPartialEq for SentenceFormatter
Auto Trait Implementations§
impl Freeze for SentenceFormatter
impl RefUnwindSafe for SentenceFormatter
impl Send for SentenceFormatter
impl Sync for SentenceFormatter
impl Unpin for SentenceFormatter
impl UnsafeUnpin for SentenceFormatter
impl UnwindSafe for SentenceFormatter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more