mbgtools-lx  4.2.8
qsdefs.h File Reference

Go to the source code of this file.

Macros

#define MBG_GRP_CODE_LEN   4
 
#define MBG_GRP_CODE_SIZE   ( MBG_GRP_CODE_LEN + 1 )
 
#define MBG_SERNUM_LEN   8
 
#define MBG_GRP_SERNUM_LEN   ( MBG_GRP_CODE_LEN + MBG_SERNUM_LEN )
 

Typedefs

typedef char MBG_GRP_CODE[(4+1)]
 

Macro Definition Documentation

◆ MBG_GRP_CODE_LEN

#define MBG_GRP_CODE_LEN   4

Definition at line 27 of file qsdefs.h.

Referenced by mbg_gps_ident_decode().

◆ MBG_GRP_CODE_SIZE

#define MBG_GRP_CODE_SIZE   ( MBG_GRP_CODE_LEN + 1 )

Definition at line 31 of file qsdefs.h.

◆ MBG_GRP_SERNUM_LEN

#define MBG_GRP_SERNUM_LEN   ( MBG_GRP_CODE_LEN + MBG_SERNUM_LEN )

Definition at line 41 of file qsdefs.h.

Referenced by mbg_gps_ident_decode(), and mbg_str_dev_name().

◆ MBG_SERNUM_LEN

#define MBG_SERNUM_LEN   8

Definition at line 38 of file qsdefs.h.

Referenced by mbg_gps_ident_decode().

Typedef Documentation

◆ MBG_GRP_CODE

typedef char MBG_GRP_CODE[( 4+1)]

Definition at line 34 of file qsdefs.h.