mbgtools-lx
4.2.8
|
#include <gpsdefs.h>
Go to the source code of this file.
Macros | |
#define | _ext extern |
Functions | |
char * | mbg_gps_ident_swap (char *p_dst, const char *p_src) |
void | mbg_gps_ident_decode (char *s, const IDENT *p_id) |
#define _ext extern |
Definition at line 33 of file identdec.h.
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.
Referenced by mbgextio_setup_receiver_info(), and setup_sernum_and_receiver_info().
char* mbg_gps_ident_swap | ( | char * | p_dst, |
const char * | p_src | ||
) |
Definition at line 72 of file identdec.c.
Referenced by mbg_gps_ident_decode().