ubloxcfg
u-blox 9 configuration helpers
CFG-INFMSG-UBX_USB (Information message enable flags for the UBX protocol on the USB interface)

Macros

#define UBLOXCFG_CFG_INFMSG_UBX_USB_ID   0x20920004
 ID of CFG-INFMSG-UBX_USB.
 
#define UBLOXCFG_CFG_INFMSG_UBX_USB_STR   "CFG-INFMSG-UBX_USB"
 Name of CFG-INFMSG-UBX_USB.
 
#define UBLOXCFG_CFG_INFMSG_UBX_USB_TYPE   X1
 Type of CFG-INFMSG-UBX_USB.
 
#define UBLOXCFG_CFG_INFMSG_UBX_USB_ERROR   0x01
 Enable ERROR information messages.
 
#define UBLOXCFG_CFG_INFMSG_UBX_USB_WARNING   0x02
 Enable WARNING information messages.
 
#define UBLOXCFG_CFG_INFMSG_UBX_USB_NOTICE   0x04
 Enable NOTICE information messages.
 
#define UBLOXCFG_CFG_INFMSG_UBX_USB_TEST   0x08
 Enable TEST information messages.
 
#define UBLOXCFG_CFG_INFMSG_UBX_USB_DEBUG   0x10
 Enable DEBUG information messages.
 

Detailed Description