Kosma Moczek
|
fcc63a54b0
Merge pull request #24 from kosma/zda
|
8 gadi atpakaļ |
Kosma Moczek
|
f1871e40b9
add unit tests for ZDA
|
8 gadi atpakaļ |
Anthony Brice
|
137824049b
NULL terminate array as test_minmea_check expects
|
9 gadi atpakaļ |
lvitya
|
95f6beec4f
Add $--VTG sentences.
|
9 gadi atpakaļ |
Kosma Moczek
|
ae62148805
add minmea_checksum
|
11 gadi atpakaļ |
Kosma Moczek
|
103a523096
tests.c: rename sequence -> sentence (I was drunk at the time?)
|
11 gadi atpakaļ |
Kosma Moczek
|
bf0f7d30f9
[API CHANGE] minmea_check: add "strict" argument
|
11 gadi atpakaļ |
Kosma Moczek
|
ea324ed49f
tests.c: squash GCC's complaints, I'm tired of this shit
|
11 gadi atpakaļ |
Kosma Moczek
|
b763062f8d
tests.c: work around spurious compiler error when comparing large ints
|
11 gadi atpakaļ |
Kosma Moczek
|
e81f908109
minmea_scan("f"): allow spaces at the start of the field
|
11 gadi atpakaļ |
Kosma Moczek
|
b777fbe0b9
minmea_gettimeofday -> minmea_gettime
|
11 gadi atpakaļ |
Kosma Moczek
|
7786885eef
tests.c: shorter & consistent variable names
|
11 gadi atpakaļ |
Kosma Moczek
|
eb6baa182e
tests.c: add assert_float_eq() macro
|
11 gadi atpakaļ |
Evgueni Souleimanov
|
40b3fdd80d
tests: use fabsf (float), not fabs (double) in epsilon comparisons of floats
|
11 gadi atpakaļ |
Evgueni Souleimanov
|
74e2ce002e
add test for shorter GSV sentence, with 0 to 4 satellites
|
11 gadi atpakaļ |
Evgueni Souleimanov
|
f68eb7c9fd
fix "warning: comparing floating point with == or != is unsafe" (epsilon comparison)
|
11 gadi atpakaļ |
Evgueni Souleimanov
|
52c077c5ac
undo commit "tests: prevent compiler warning when comparing floats"
|
11 gadi atpakaļ |
Evgueni Souleimanov
|
2ae5c4a645
fix "warning: no previous prototype for 'minmea_suite'"
|
11 gadi atpakaļ |
Evgueni Souleimanov
|
0fc9cea986
fix "warning: old-style function definition"
|
11 gadi atpakaļ |
Evgueni Souleimanov
|
1b3147c7e0
fix "warning: declaration of 'time' shadows a global declaration" (-Wshadow)
|
11 gadi atpakaļ |
Kosma Moczek
|
7477e3caa3
minmea_parse_gll: make mode field optional
|
11 gadi atpakaļ |
Kosma Moczek
|
f9394d2915
minmea_sentence_gll: adapt for new floating point format
|
11 gadi atpakaļ |
Kosma Moczek
|
531192598d
test_minmea_parse_gll1: keep naming consistent
|
11 gadi atpakaļ |
Kosma Moczek
|
c375b8144b
merge with master
|
11 gadi atpakaļ |
Kosma Moczek
|
df695c4933
tests: prevent compiler warning when comparing floats
|
11 gadi atpakaļ |
Kosma Moczek
|
334e63d599
tests.c: add minmea_scan("f") overflow tests
|
11 gadi atpakaļ |
Kosma Moczek
|
14437a9631
[API change] add struct minmea_float w/ int_least32_t
|
11 gadi atpakaļ |
Kosma Moczek
|
6473d5b30e
Merge commit 'pull/origin/5'
|
11 gadi atpakaļ |
Kosma Moczek
|
e2e6a41209
tests.c: fix build errors introduced by #4
|
11 gadi atpakaļ |
Kosma Moczek
|
08d28a590a
Merge pull request #3 from eketh/master
|
11 gadi atpakaļ |