mbgtools-lx
4.2.8
|
Go to the source code of this file.
Macros | |
#define | _IDENTDEC |
#define | _is_digit(_c) ( (_c) >= '0' && (_c) <= '9' ) |
Functions | |
static char * | do_strnpcpy (char *p_dst, const char *p_src, int n) |
char * | mbg_gps_ident_swap (char *p_dst, const char *p_src) |
void | mbg_gps_ident_decode (char *s, const IDENT *p_id) |
#define _IDENTDEC |
Definition at line 24 of file identdec.c.
#define _is_digit | ( | _c | ) | ( (_c) >= '0' && (_c) <= '9' ) |
Definition at line 32 of file identdec.c.
Referenced by mbg_gps_ident_decode().
|
static |
Definition at line 39 of file identdec.c.
Referenced by mbg_gps_ident_decode().
void mbg_gps_ident_decode | ( | char * | s, |
const IDENT * | p_id | ||
) |
Definition at line 92 of file identdec.c.
References _is_digit, do_strnpcpy(), mbg_gps_ident_swap(), MBG_GRP_CODE_LEN, MBG_GRP_SERNUM_LEN, and MBG_SERNUM_LEN.
char* mbg_gps_ident_swap | ( | char * | p_dst, |
const char * | p_src | ||
) |
Definition at line 72 of file identdec.c.