mbgtools-lx
4.2.8
identdec.h
Go to the documentation of this file.
1
2
/**************************************************************************
3
*
4
* $Id: identdec.h 1.2 2017/05/10 15:21:36 martin REL_M $
5
*
6
* Copyright (c) Meinberg Funkuhren, Bad Pyrmont, Germany
7
*
8
* Description:
9
* Definitions and prototypes for identdec.h.
10
*
11
* -----------------------------------------------------------------------
12
* $Log: identdec.h $
13
* Revision 1.2 2017/05/10 15:21:36 martin
14
* Tiny cleanup.
15
* Revision 1.1 2002/02/19 13:46:19 MARTIN
16
* Initial revision
17
*
18
**************************************************************************/
19
20
#ifndef _IDENTDEC_H
21
#define _IDENTDEC_H
22
23
24
/* Other headers to be included */
25
26
#include <
gpsdefs.h
>
27
28
29
#ifdef _IDENTDEC
30
#define _ext
31
#define _DO_INIT
32
#else
33
#define _ext extern
34
#endif
35
36
37
/* Start of header body */
38
39
#ifdef __cplusplus
40
extern
"C"
{
41
#endif
42
43
44
/* ----- function prototypes begin ----- */
45
46
/* This section was generated automatically */
47
/* by MAKEHDR, do not remove the comments. */
48
49
char
*
mbg_gps_ident_swap
(
char
*p_dst,
const
char
*p_src ) ;
50
void
mbg_gps_ident_decode
(
char
*s,
const
IDENT
*p_id ) ;
51
52
/* ----- function prototypes end ----- */
53
54
#ifdef __cplusplus
55
}
56
#endif
57
58
59
/* End of header body */
60
61
#undef _ext
62
#undef _DO_INIT
63
64
#endif
/* _IDENTDEC_H */
mbg_gps_ident_decode
void mbg_gps_ident_decode(char *s, const IDENT *p_id)
Definition:
identdec.c:92
IDENT
Definition:
gpsdefs.h:10989
mbg_gps_ident_swap
char * mbg_gps_ident_swap(char *p_dst, const char *p_src)
Definition:
identdec.c:72
gpsdefs.h
mbglib
common
identdec.h
Generated by
1.8.13