Skip to content

Commit

Permalink
Deprecate Navilink, SBN, SBP.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlipe committed Oct 21, 2023
1 parent 7d5cc78 commit 28d9ac0
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 2,914 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,10 @@ set(ALL_FMTS ${MINIMAL_FMTS}
igc.cc
lowranceusr.cc
mtk_logger.cc
navilink.cc
osm.cc
ozi.cc
qstarz_bl_1000.cc
random.cc
sbn.cc
sbp.cc
shape.cc
skytraq.cc
subrip.cc
Expand Down Expand Up @@ -228,7 +225,6 @@ set(HEADERS
legacyformat.h
igc.h
lowranceusr.h
navilink.h
nmea.h
osm.h
qstarz_bl_1000.h
Expand Down Expand Up @@ -400,7 +396,6 @@ set(TESTS
lowranceusr
mtk
multiurlgpx
navilink
nmea
osm
ozi
Expand All @@ -411,8 +406,6 @@ set(TESTS
realtime
resample
route_reverse
sbn
sbp
serialization
shape
simplify-relative
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
587 changes: 0 additions & 587 deletions gui/coretool/core_strings.h

This file was deleted.

3 changes: 0 additions & 3 deletions reference/format0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ mtk MTK Logger (iBlue 747,Qstarz BT-1000,...) download
tpg tpg National Geographic Topo .tpg (waypoints)
tpo2 tpo National Geographic Topo 2.x .tpo
tpo3 tpo National Geographic Topo 3.x/4.x .tpo
navilink NaviGPS GT-11/BGT-11 Download
sbp sbp NaviGPS GT-31/BGT-31 datalogger (.sbp)
sbn sbn NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn)
nmea NMEA 0183 sentences
osm osm OpenStreetMap data files
ozi OziExplorer
Expand Down
3 changes: 0 additions & 3 deletions reference/format1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ serial mtk MTK Logger (iBlue 747,Qstarz BT-1000,...) download
file tpg tpg National Geographic Topo .tpg (waypoints)
file tpo2 tpo National Geographic Topo 2.x .tpo
file tpo3 tpo National Geographic Topo 3.x/4.x .tpo
serial navilink NaviGPS GT-11/BGT-11 Download
file sbp sbp NaviGPS GT-31/BGT-31 datalogger (.sbp)
file sbn sbn NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn)
file nmea NMEA 0183 sentences
file osm osm OpenStreetMap data files
file ozi OziExplorer
Expand Down
3 changes: 0 additions & 3 deletions reference/format2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ serial r-r--- mtk MTK Logger (iBlue 747,Qstarz BT-1000,...) download
file rw---- tpg tpg National Geographic Topo .tpg (waypoints)
file --r--- tpo2 tpo National Geographic Topo 2.x .tpo
file r-r-r- tpo3 tpo National Geographic Topo 3.x/4.x .tpo
serial rwrwrw navilink NaviGPS GT-11/BGT-11 Download
file --r--- sbp sbp NaviGPS GT-31/BGT-31 datalogger (.sbp)
file --r--- sbn sbn NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn)
file rwrw-- nmea NMEA 0183 sentences
file rw-wrw osm osm OpenStreetMap data files
file rwrwrw ozi OziExplorer
Expand Down
18 changes: 0 additions & 18 deletions reference/format3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -574,24 +574,6 @@ file --r--- tpo2 tpo National Geographic Topo 2.x .tpo tpo2
https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tpo2.html
file r-r-r- tpo3 tpo National Geographic Topo 3.x/4.x .tpo tpo3
https://www.gpsbabel.org/WEB_DOC_DIR/fmt_tpo3.html
serial rwrwrw navilink NaviGPS GT-11/BGT-11 Download navilink
https://www.gpsbabel.org/WEB_DOC_DIR/fmt_navilink.html
option navilink nuketrk Delete all track points boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_navilink.html#fmt_navilink_o_nuketrk

option navilink nukerte Delete all routes boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_navilink.html#fmt_navilink_o_nukerte

option navilink nukewpt Delete all waypoints boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_navilink.html#fmt_navilink_o_nukewpt

option navilink nukedlg Clear the datalog boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_navilink.html#fmt_navilink_o_nukedlg

option navilink datalog Read from datalogger buffer boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_navilink.html#fmt_navilink_o_datalog

option navilink power_off Command unit to power itself down boolean https://www.gpsbabel.org/WEB_DOC_DIR/fmt_navilink.html#fmt_navilink_o_power_off

file --r--- sbp sbp NaviGPS GT-31/BGT-31 datalogger (.sbp) sbp
https://www.gpsbabel.org/WEB_DOC_DIR/fmt_sbp.html
file --r--- sbn sbn NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn) sbn
https://www.gpsbabel.org/WEB_DOC_DIR/fmt_sbn.html
file rwrw-- nmea NMEA 0183 sentences nmea
https://www.gpsbabel.org/WEB_DOC_DIR/fmt_nmea.html
option nmea snlen Max length of waypoint name to write integer 6 1 64 https://www.gpsbabel.org/WEB_DOC_DIR/fmt_nmea.html#fmt_nmea_o_snlen
Expand Down
9 changes: 0 additions & 9 deletions reference/help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -282,15 +282,6 @@ File Types (-i and -o options):
datum Datum (default=NAD27)
tpo2 National Geographic Topo 2.x .tpo
tpo3 National Geographic Topo 3.x/4.x .tpo
navilink NaviGPS GT-11/BGT-11 Download
nuketrk (0/1) Delete all track points
nukerte (0/1) Delete all routes
nukewpt (0/1) Delete all waypoints
nukedlg (0/1) Clear the datalog
datalog (0/1) Read from datalogger buffer
power_off (0/1) Command unit to power itself down
sbp NaviGPS GT-31/BGT-31 datalogger (.sbp)
sbn NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn)
nmea NMEA 0183 sentences
snlen Max length of waypoint name to write
gprmc (0/1) Read/write GPRMC sentences
Expand Down
Loading

0 comments on commit 28d9ac0

Please sign in to comment.