Function nmea::sentences::parse_dbk

source ·
pub fn parse_dbk(sentence: NmeaSentence<'_>) -> Result<DbkData, Error<'_>>
Expand description

Parse DBK message

Information from DBK:

NMEA 0183 standard Depth Below Keel. (Obsolete sentence) https://gpsd.gitlab.io/gpsd/NMEA.html#_dbk_depth_below_keel

Example (Ignore the line break):

$SDDBK,1330.5,f,0405.5,M,0221.6,F*2E

1: 1330.5 Depth feet 2: f Units: f = feet 3: 0405.5 Depth meters 4: M Units: M = meters 5: 0221.6 Depth Fathoms 6: F Units: F = Fathoms 7: 2E CRC Checksum of NMEA data