Gary E. Miller
|
7454cf8c3f
ppsthread.c: replace (long long) with (int64_t).
|
5 年之前 |
Gary E. Miller
|
2e14e2971c
driver_greis.c: Use fixed size int to maybe fix odd FreeBSD problem.
|
5 年之前 |
Gary E. Miller
|
e7c9873b65
timespec_str.c: Have timespec_str() return pointer to buf.
|
5 年之前 |
Gary E. Miller
|
e1d960f2be
timespec_str.c: Minor cleanup. Use TS_GEZ(). Add comment.
|
5 年之前 |
Gary E. Miller
|
b5520801c5
timespec.h: remove timestamp_t form comment.
|
5 年之前 |
Gary E. Miller
|
19ec593e76
timespec.h: Add TS_SUB_D(). Subtract 2 timespec, return double.
|
5 年之前 |
Gary E. Miller
|
fbe78abfea
timespec.h: Add TS_NZ() macro to check for non-zero timespec.
|
5 年之前 |
Gary E. Miller
|
46b5148d01
timespec.h: Add TS_EQ() macro. Check it two timespecs are equal.
|
5 年之前 |
Gary E. Miller
|
cdbf15c8e0
timespec.h: Add TS_GE() macro.
|
5 年之前 |
Gary E. Miller
|
a27f65331d
timespec.h: Add TS_GZ() and TS_GT() macros.
|
5 年之前 |
Gary E. Miller
|
0e1bfe8405
gpsd.h: Change gps_context_t.gps_tow from double to timespec_t
|
5 年之前 |
Gary E. Miller
|
6c05f1cb31
timespec.h: Add MSTOTC() macro. Integer milli sec to timespec_t.
|
5 年之前 |
Gary E. Miller
|
1d4a09541a
gps.h: Change gps_fix_t time to timepec_t.
|
5 年之前 |
Gary E. Miller
|
e78d969bba
nanowait(): move prototupe from gpsd.h to timespec.h
|
6 年之前 |
Gary E. Miller
|
931995286f
timespec.h: Change MS to US for micro seconds.
|
6 年之前 |
Gary E. Miller
|
959c6722c5
libgps_sock: Fix to the fix for pselect() change.
|
6 年之前 |
Eric S. Raymond
|
70824d3f0c
SPDXify the licerse references.
|
7 年之前 |
Haakan Johansson
|
1829ba9c51
Minor spell and wording.
|
9 年之前 |
Gary E. Miller
|
09f2659e61
Fix some nits.
|
9 年之前 |
Gary E. Miller
|
8c8de43092
Revert a change to TSTONS() that caused loss of precision.
|
9 年之前 |
Gary E. Miller
|
70b0355e57
Add warning for TSTONS()
|
9 年之前 |
Gary E. Miller
|
b7ada8e1c8
NS_TO_SEC must be LL to prevent overflow on 32 bit binaries.
|
9 年之前 |
Gary E. Miller
|
271801553f
Remove duplicate definition of timespec_diff_ns()
|
9 年之前 |
Gary E. Miller
|
79393cfc0b
A horrowshow of whitespace hacks.
|
10 年之前 |
Gary E. Miller
|
280b35a816
Note that gpsd timespec normalize is different then ntpd's.
|
10 年之前 |
Eric S. Raymond
|
b84b15bb0c
Formulas are easier to read without more zeros than eyes can process.
|
10 年之前 |
Eric S. Raymond
|
e498ed8029
Eliminate some duplication code for timespec arithmetic.
|
10 年之前 |