summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-04-04 16:53:28 -0700
committerGary E. Miller <gem@rellim.com>2019-04-04 16:53:28 -0700
commitb71e22d966d9e972b442c493afa6473a502331df (patch)
treead3ae952da246100ae59bd8310ec66f86bb52e1a
parentfbbd88c7e1d631b7168881afae13641310becedb (diff)
downloadgpsd-b71e22d966d9e972b442c493afa6473a502331df.tar.gz
ubxtool: Add last of CFG-MSGOUT- config items.
-rwxr-xr-xubxtool114
1 files changed, 114 insertions, 0 deletions
diff --git a/ubxtool b/ubxtool
index 22021258..67d29595 100755
--- a/ubxtool
+++ b/ubxtool
@@ -159,6 +159,120 @@ class ubx(object):
# 5 - Unit
# 6 - Description
cfgs = (
+ ("CFG-MSGOUT-NMEA_ID_DTM_I2C", 0x209100a6, "U1", 1, "",
+ "Output rate of the NMEA-GX-DTM message on port I2C"),
+ ("CFG-MSGOUT-NMEA_ID_DTM_SPI", 0x209100aa, "U1", 1, "",
+ "Output rate of the NMEA-GX-DTM message on port SPI"),
+ ("CFG-MSGOUT-NMEA_ID_DTM_UART1", 0x209100a7, "U1", 1, "",
+ "Output rate of the NMEA-GX-DTM message on port UART1"),
+ ("CFG-MSGOUT-NMEA_ID_DTM_UART2", 0x209100a8, "U1", 1, "",
+ "Output rate of the NMEA-GX-DTM message on port UART2"),
+ ("CFG-MSGOUT-NMEA_ID_DTM_USB", 0x209100a9, "U1", 1, "",
+ "Output rate of the NMEA-GX-DTM message on port USB"),
+ ("CFG-MSGOUT-NMEA_ID_GBS_I2C", 0x209100dd, "U1", 1, "",
+ "Output rate of the NMEA-GX-GBS message on port I2C"),
+ ("CFG-MSGOUT-NMEA_ID_GBS_SPI", 0x209100e1, "U1", 1, "",
+ "Output rate of the NMEA-GX-GBS message on port SPI"),
+ ("CFG-MSGOUT-NMEA_ID_GBS_UART1", 0x209100de, "U1", 1, "",
+ "Output rate of the NMEA-GX-GBS message on port UART1"),
+ ("CFG-MSGOUT-NMEA_ID_GBS_UART2", 0x209100df, "U1", 1, "",
+ "Output rate of the NMEA-GX-GBS message on port UART2"),
+ ("CFG-MSGOUT-NMEA_ID_GBS_USB", 0x209100e0, "U1", 1, "",
+ "Output rate of the NMEA-GX-GBS message on port USB"),
+ ("CFG-MSGOUT-NMEA_ID_GGA_I2C", 0x209100ba, "U1", 1, "",
+ "Output rate of the NMEA-GX-GGA message on port I2C"),
+ ("CFG-MSGOUT-NMEA_ID_GGA_SPI", 0x209100be, "U1", 1, "",
+ "Output rate of the NMEA-GX-GGA message on port SPI"),
+ ("CFG-MSGOUT-NMEA_ID_GGA_UART1", 0x209100bb, "U1", 1, "",
+ "Output rate of the NMEA-GX-GGA message on port UART1"),
+ ("CFG-MSGOUT-NMEA_ID_GGA_UART2", 0x209100bc, "U1", 1, "",
+ "Output rate of the NMEA-GX-GGA message on port UART2"),
+ ("CFG-MSGOUT-NMEA_ID_GGA_USB", 0x209100bd, "U1", 1, "",
+ "Output rate of the NMEA-GX-GGA message on port USB"),
+ ("CFG-MSGOUT-NMEA_ID_GLL_I2C", 0x209100c9, "U1", 1, "",
+ "Output rate of the NMEA-GX-GLL message on port I2C"),
+ ("CFG-MSGOUT-NMEA_ID_GLL_SPI", 0x209100cd, "U1", 1, "",
+ "Output rate of the NMEA-GX-GLL message on port SPI"),
+ ("CFG-MSGOUT-NMEA_ID_GLL_UART1", 0x209100ca, "U1", 1, "",
+ "Output rate of the NMEA-GX-GLL message on port UART1"),
+ ("CFG-MSGOUT-NMEA_ID_GLL_UART2", 0x209100cb, "U1", 1, "",
+ "Output rate of the NMEA-GX-GLL message on port UART2"),
+ ("CFG-MSGOUT-NMEA_ID_GLL_USB", 0x209100cc, "U1", 1, "",
+ "Output rate of the NMEA-GX-GLL message on port USB"),
+ ("CFG-MSGOUT-NMEA_ID_GNS_I2C", 0x209100b5, "U1", 1, "",
+ "Output rate of the NMEA-GX-GNS message on port I2C"),
+ ("CFG-MSGOUT-NMEA_ID_GNS_SPI", 0x209100b9, "U1", 1, "",
+ "Output rate of the NMEA-GX-GNS message on port SPI"),
+ ("CFG-MSGOUT-NMEA_ID_GNS_UART1", 0x209100b6, "U1", 1, "",
+ "Output rate of the NMEA-GX-GNS message on port UART1"),
+ ("CFG-MSGOUT-NMEA_ID_GNS_UART2", 0x209100b7, "U1", 1, "",
+ "Output rate of the NMEA-GX-GNS message on port UART2"),
+ ("CFG-MSGOUT-NMEA_ID_GNS_USB", 0x209100b8, "U1", 1, "",
+ "Output rate of the NMEA-GX-GNS message on port USB"),
+ ("CFG-MSGOUT-NMEA_ID_GRS_I2C", 0x209100ce, "U1", 1, "",
+ "Output rate of the NMEA-GX-GRS message on port I2C"),
+ ("CFG-MSGOUT-NMEA_ID_GRS_SPI", 0x209100d2, "U1", 1, "",
+ "Output rate of the NMEA-GX-GRS message on port SPI"),
+ ("CFG-MSGOUT-NMEA_ID_GRS_UART1", 0x209100cf, "U1", 1, "",
+ "Output rate of the NMEA-GX-GRS message on port UART1"),
+ ("CFG-MSGOUT-NMEA_ID_GRS_UART2", 0x209100d0, "U1", 1, "",
+ "Output rate of the NMEA-GX-GRS message on port UART2"),
+ ("CFG-MSGOUT-NMEA_ID_GRS_USB", 0x209100d1, "U1", 1, "",
+ "Output rate of the NMEA-GX-GRS message on port USB"),
+ ("CFG-MSGOUT-NMEA_ID_GSA_I2C", 0x209100bf, "U1", 1, "",
+ "Output rate of the NMEA-GX-GSA message on port I2C"),
+ ("CFG-MSGOUT-NMEA_ID_GSA_SPI", 0x209100c3, "U1", 1, "",
+ "Output rate of the NMEA-GX-GSA message on port SPI"),
+ ("CFG-MSGOUT-NMEA_ID_GSA_UART1", 0x209100c0, "U1", 1, "",
+ "Output rate of the NMEA-GX-GSA message on port UART1"),
+ ("CFG-MSGOUT-NMEA_ID_GSA_UART2", 0x209100c1, "U1", 1, "",
+ "Output rate of the NMEA-GX-GSA message on port UART2"),
+ ("CFG-MSGOUT-NMEA_ID_GSA_USB", 0x209100c2, "U1", 1, "",
+ "Output rate of the NMEA-GX-GSA message on port USB"),
+ ("CFG-MSGOUT-NMEA_ID_GST_I2C", 0x209100d3, "U1", 1, "",
+ "Output rate of the NMEA-GX-GST message on port I2C"),
+ ("CFG-MSGOUT-NMEA_ID_GST_SPI", 0x209100d7, "U1", 1, "",
+ "Output rate of the NMEA-GX-GST message on port SPI"),
+ ("CFG-MSGOUT-NMEA_ID_GST_UART1", 0x209100d4, "U1", 1, "",
+ "Output rate of the NMEA-GX-GST message on port UART1"),
+ ("CFG-MSGOUT-NMEA_ID_GST_UART2", 0x209100d5, "U1", 1, "",
+ "Output rate of the NMEA-GX-GST message on port UART2"),
+ ("CFG-MSGOUT-NMEA_ID_GST_USB", 0x209100d6, "U1", 1, "",
+ "Output rate of the NMEA-GX-GST message on port USB"),
+ ("CFG-MSGOUT-NMEA_ID_GSV_I2C", 0x209100c4, "U1", 1, "",
+ "Output rate of the NMEA-GX-GSV message on port I2C"),
+ ("CFG-MSGOUT-NMEA_ID_GSV_SPI", 0x209100c8, "U1", 1, "",
+ "Output rate of the NMEA-GX-GSV message on port SPI"),
+ ("CFG-MSGOUT-NMEA_ID_GSV_UART1", 0x209100c5, "U1", 1, "",
+ "Output rate of the NMEA-GX-GSV message on port UART1"),
+ ("CFG-MSGOUT-NMEA_ID_GSV_UART2", 0x209100c6, "U1", 1, "",
+ "Output rate of the NMEA-GX-GSV message on port UART"),
+ ("CFG-MSGOUT-NMEA_ID_GSV_USB", 0x209100c7, "U1", 1, "",
+ "Output rate of the NMEA-GX-GSV message on port USB"),
+ ("CFG-MSGOUT-NMEA_ID_RMC_I2C", 0x209100ab, "U1", 1, "",
+ "Output rate of the NMEA-GX-RMC message on port I2C"),
+ ("CFG-MSGOUT-NMEA_ID_RMC_SPI", 0x209100af, "U1", 1, "",
+ "Output rate of the NMEA-GX-RMC message on port SPI"),
+ ("CFG-MSGOUT-NMEA_ID_RMC_UART1", 0x209100ac, "U1", 1, "",
+ "Output rate of the NMEA-GX-RMC message on port UART1"),
+ ("CFG-MSGOUT-NMEA_ID_RMC_UART2", 0x209100ad, "U1", 1, "",
+ "Output rate of the NMEA-GX-RMC message on port UART2"),
+ ("CFG-MSGOUT-NMEA_ID_RMC_USB", 0x209100ae, "U1", 1, "",
+ "Output rate of the NMEA-GX-RMC message on port USB"),
+ ("CFG-MSGOUT-NMEA_ID_VLW_I2C", 0x209100e7, "U1", 1, "",
+ "Output rate of the NMEA-GX-VLW message on port I2C"),
+ ("CFG-MSGOUT-NMEA_ID_VLW_SPI", 0x209100eb, "U1", 1, "",
+ "Output rate of the NMEA-GX-VLW message on port SPI"),
+ ("CFG-MSGOUT-NMEA_ID_VLW_UART1", 0x209100e8, "U1", 1, "",
+ "Output rate of the NMEA-GX-VLW message on port UART1"),
+ ("CFG-MSGOUT-NMEA_ID_VLW_UART2", 0x209100e9, "U1", 1, "",
+ "Output rate of the NMEA-GX-VLW message on port UART2"),
+ ("CFG-MSGOUT-NMEA_ID_VLW_USB", 0x209100ea, "U1", 1, "",
+ "Output rate of the NMEA-GX-VLW message on port USB"),
+ ("CFG-MSGOUT-NMEA_ID_VTG_I2C", 0x209100b0, "U1", 1, "",
+ "Output rate of the NMEA-GX-VTG message on port I2C"),
+ ("CFG-MSGOUT-NMEA_ID_VTG_SPI", 0x209100b4, "U1", 1, "",
+ "Output rate of the NMEA-GX-VTG message on port SPI"),
("CFG-MSGOUT-NMEA_ID_VTG_UART1", 0x209100b1, "U1", 1, "",
"Output rate of the NMEA-GX-VTG message on port UART1"),
("CFG-MSGOUT-NMEA_ID_VTG_UART2", 0x209100b2, "U1", 1, "",