ubloxcfg
u-blox 9 configuration helpers
CFG-INFMSG-NMEA_UART1 (Information message enable flags for the NMEA protocol on the UART1 interface)

Macros

#define UBLOXCFG_CFG_INFMSG_NMEA_UART1_ID   0x20920007
 ID of CFG-INFMSG-NMEA_UART1.
 
#define UBLOXCFG_CFG_INFMSG_NMEA_UART1_STR   "CFG-INFMSG-NMEA_UART1"
 Name of CFG-INFMSG-NMEA_UART1.
 
#define UBLOXCFG_CFG_INFMSG_NMEA_UART1_TYPE   X1
 Type of CFG-INFMSG-NMEA_UART1.
 
#define UBLOXCFG_CFG_INFMSG_NMEA_UART1_ERROR   0x01
 Enable ERROR information messages.
 
#define UBLOXCFG_CFG_INFMSG_NMEA_UART1_WARNING   0x02
 Enable WARNING information messages.
 
#define UBLOXCFG_CFG_INFMSG_NMEA_UART1_NOTICE   0x04
 Enable NOTICE information messages.
 
#define UBLOXCFG_CFG_INFMSG_NMEA_UART1_TEST   0x08
 Enable TEST information messages.
 
#define UBLOXCFG_CFG_INFMSG_NMEA_UART1_DEBUG   0x10
 Enable DEBUG information messages.
 

Detailed Description