Kosma Moczek
|
77d5410c68
rename minmea_getdate -> minmea_getdatetime
|
3 년 전 |
Kosma Moczek
|
8e243e5310
minmea_getdate: consistent argument naming
|
3 년 전 |
Kosma Moczek
|
f2bd34c82a
minmea_getdate: use pointer dereferencing for memset (safer)
|
3 년 전 |
Benjamin Valentin
|
4ebbaef840
add minmea_getdate()
|
6 년 전 |
gdpinchina
|
c4a5a01d66
modify dgps_age type
|
7 년 전 |
Sean Wilson
|
4d97109408
Fix compiler warnings.
|
7 년 전 |
asund
|
80af9b4838
* Arrange year interpretation in order of likeliness
|
7 년 전 |
asund
|
ef8bca720f
clarity of century use in struct tm
|
7 년 전 |
asund
|
486da2bb5b
Small fixes to minmea_gettime
|
7 년 전 |
Kosma Moczek
|
fcc63a54b0
Merge pull request #24 from kosma/zda
|
8 년 전 |
Dawid Marszałkiewicz
|
a370e981d8
Add $--ZDA sentences
|
8 년 전 |
Kaspar Schleiser
|
f3253039a3
use explicit 32bit integer for fractional time calculation
|
8 년 전 |
Maxime Vincent
|
48ba91275c
Use _DEFAULT_SOURCE instead of _BSD_SOURCE (support newer compilers)
|
9 년 전 |
lvitya
|
95f6beec4f
Add $--VTG sentences.
|
9 년 전 |
Joshua Whitley
|
a499d2bdd8
Removed array bounds as requested by madrypl.
|
9 년 전 |
Joshua Whitley
|
869b8f4f2c
Fixing minmea.c to compile with C++ compiler.
|
9 년 전 |
Kosma Moczek
|
ae62148805
add minmea_checksum
|
11 년 전 |
Kosma Moczek
|
bf0f7d30f9
[API CHANGE] minmea_check: add "strict" argument
|
11 년 전 |
Kosma Moczek
|
e81f908109
minmea_scan("f"): allow spaces at the start of the field
|
11 년 전 |
Kosma Moczek
|
b777fbe0b9
minmea_gettimeofday -> minmea_gettime
|
11 년 전 |
Kosma Moczek
|
23e2f950c5
README.md: more timegm() documentation
|
11 년 전 |
Evgueni Souleimanov
|
a52c1faa27
GSV: parse sentences that list 0 to 4 satellites
|
11 년 전 |
Evgueni Souleimanov
|
1b3147c7e0
fix "warning: declaration of 'time' shadows a global declaration" (-Wshadow)
|
11 년 전 |
Kosma Moczek
|
7477e3caa3
minmea_parse_gll: make mode field optional
|
11 년 전 |
Kosma Moczek
|
f9394d2915
minmea_sentence_gll: adapt for new floating point format
|
11 년 전 |
Kosma Moczek
|
c375b8144b
merge with master
|
11 년 전 |
Kosma Moczek
|
c5bc12f8cc
minmea_gettimeofday: workaround missing tm_isdst on some systems
|
11 년 전 |
Kosma Moczek
|
03d9772807
always run tests before committing, kiddo.
|
11 년 전 |
Kosma Moczek
|
2329d55ff6
minmea_scan: avoid shadowing local variables
|
11 년 전 |
Kosma Moczek
|
3e3420d1ab
fix minmea_scan("f") overflow
|
11 년 전 |