File: control

package info (click to toggle)
golang-github-adrianmo-go-nmea 1.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 900 kB
  • sloc: makefile: 15
file content (101 lines) | stat: -rw-r--r-- 4,942 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
Source: golang-github-adrianmo-go-nmea
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Francisco Vilmar Cardoso Ruviaro <vilmar@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-stretchr-testify-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/adrianmo/go-nmea
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-adrianmo-go-nmea
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-adrianmo-go-nmea.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/adrianmo/go-nmea

Package: golang-github-adrianmo-go-nmea-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-stretchr-testify-dev,
         ${misc:Depends}
Description: Go library for the NMEA 0183 protocol
 Go library for the National Marine Electronics Association 0183 protocol.
 .
 NMEA 0183 is a combined electrical and data specification for communication
 between marine electronics such as echo sounder, sonars, anemometer,
 gyrocompass, autopilot, GPS receivers and many other types of instruments.
 .
 Features include:
  * Parse individual NMEA 0183 sentences.
  * Register custom parser for unsupported sentence types.
  * Support for sentences with NMEA 4.10 "TAG Blocks".
 .
 Supported sentences:
  * Sentence type | Description
     - AAM        | Waypoint BArrival Alarm.
     - ALA        | System Faults and Alarms.
     - APB        | Autopilot Sentence "B".
     - BEC        | Bearing and distance to waypoint (dead reckoning).
     - BOD        | Bearing waypoint to waypoint (origin to destination).
     - BWC        | Bearing and distance to waypoint (great circle).
     - BWR        | Bearing and distance to waypoint (Rhumb Line).
     - BWW        | Bearing from destination waypoint to origin waypoint.
     - DBK        | Depth Below Keel (obsolete, use DPT instead).
     - DBS        | Depth Below Surface (obsolete, use DPT instead).
     - DBT        | Depth below transducer.
     - DOR        | Door Status Detection.
     - DPT        | Depth of Water.
     - DSC        | Digital Selective Calling Information.
     - DSE        | Expanded digital selective calling.
     - DTM        | Datum Reference.
     - EVE        | General Event Message.
     - FIR        | Fire Detection event with time and location.
     - GGA        | GPS Positioning System Fix Data.
     - GLL        | Geographic Position, Latitude / Longitude and time.
     - GNS        | Combined GPS fix for GPS, Glonass, Galileo, and BeiDou.
     - GSA        | GPS DOP and active satellites.
     - GSV        | GPS Satellites in view.
     - HDG        | Heading, Deviation & Variation.
     - HDM        | Heading - Magnetic.
     - HDT        | Actual vessel heading in degrees True.
     - HSC        | Heading steering command.
     - MDA        | Meteorological Composite.
     - MTA        | Air Temperature (obsolete, use XDR instead).
     - MTW        | Mean Temperature of Water.
     - MWD        | Wind Direction and Speed.
     - MWV        | Wind Speed and Angle.
     - OSD        | Own Ship Data.
     - RMB        | Recommended Minimum Navigation Information.
     - RMC        | Recommended Minimum Specific GPS/Transit data.
     - ROT        | Rate of turn.
     - RPM        | Engine or Shaft revolutions and pitch.
     - RSA        | Rudder Sensor Angle.
     - RSD        | RADAR System Data.
     - RTE        | Route.
     - THS        | Actual vessel heading in degrees True and status.
     - TLL        | Target latitude and longitude.
     - TTM        | Tracked Target Message.
     - TXT        | Sentence is for the transmission of text messages.
     - VBW        | Dual Ground/Water Speed.
     - VDM/VDO    | Encapsulated binary payload (commonly used with AIS data).
     - VDR        | Set and Drift.
     - VHW        | Water Speed and Heading.
     - VLW        | Distance Traveled through Water.
     - VPW        | Speed Measured Parallel to Wind.
     - VTG        | Track Made Good and Ground Speed.
     - VWR        | Relative Wind Speed and Angle.
     - VWT        | True Wind Speed and Angle.
     - WPL        | Waypoint location.
     - XDR        | Transducer Measurement.
     - ZDA        | Date & time data.
  * Proprietary sentence type | Description
     - PGRME      | Estimated Position Error (Garmin proprietary sentence).
     - PHTRO      | Vessel pitch and roll (Xsens IMU/VRU/AHRS).
     - PMTK       | Messages for setting and reading commands for MediaTek gps
                    modules.
     - PRDID      | Vessel pitch, roll and heading (Xsens IMU/VRU/AHRS).
     - PSKPDPT    | Depth of Water for multiple transducer installation.
     - PSONCMS    | Quaternion, acceleration, rate of turn, magnetic field,
                    sensor temperature (Xsens IMU/VRU/AHRS).