-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchapter_Appendix_section_Appendix_A__.tex
More file actions
107 lines (72 loc) · 1.83 KB
/
chapter_Appendix_section_Appendix_A__.tex
File metadata and controls
107 lines (72 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
\chapter{Appendix}
\section{Appendix A : GPS data format and structure}
Location strings are given in the following format:
\begin{lstlisting}
<UTC>,<latitude>,<longitude>,<hdop>,<altitude>,<fix>,<cog>,<spkm>,<spkn>,<date>,<nsat>
\end{lstlisting}
\textbf{<UTC>} \\
UTC time (hhmmss.sss) referred to GGA sentence
\textbf{<latitude>} \\
Latitude N/S (referred to GGA sentence)
format:
ddmm.mmmm
where:
dd - degrees
00..90
mm.mmmm - minutes
00.0000..59.9999
N/S: North / South
\textbf{<longitude>} \\
Format is dddmm.mmmm E/W (referred to GGA sentence)
format:
dddmm.mmmm
where:
ddd - degrees
000..180
mm.mmmm - minutes
00.0000..59.9999
E/W: East / West
\textbf{<hdop>} \\
Horizontal Diluition of Precision (referred to GGA sentence)
\textbf{<altitude>} \\
Altitude - mean-sea-level (geoid) in meters (referred to GGA sentence)
\textbf{<fix>} \\
0 - Invalid Fix
2 - 2D fix
3 - 3D fix
\textbf{<cog>} \\
Course over Ground (degrees, True) (referred to VTG sentence) where:
format:
ddd.mm
ddd - degrees
000..360
mm - minutes
00..59
\textbf{<spkm>}\\
Speed over ground (Km/hr) (referred to VTG sentence)
\textbf{<spkn>} \\
Speed over ground (knots) (referred to VTG sentence)
\textbf{<date>} \\
Date of Fix (referred to RMC sentence)
format:
ddmmyy
where:
dd - day
01..31
mm - month
01..12
yy - year
00..99 - 2000 to 2099
\textbf{<nsat>}
nn - Total number of satellites in use (referred to GGA sentence)
00..12
For example:
\begin{lstlisting}
194118.000,2553.37745S,02804.20558E,1.0,1516.06,3,0.0,0.1,0.1,050714,07
\end{lstlisting}
% ---------------------------------------------------------------------------------------------------
\subsection{System task interface}
some text
\endsubsection{System task interface}
\endsection{Appendix A}
\endchapter{Appencies}