Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MODGPS by
Diff: GPS_Time.h
- Revision:
- 5:7f130f85d5a4
- Parent:
- 2:8aa059e7d8b1
diff -r 1e3a53f150aa -r 7f130f85d5a4 GPS_Time.h
--- a/GPS_Time.h Sat Apr 16 09:41:43 2011 +0000
+++ b/GPS_Time.h Wed Apr 20 09:15:07 2011 +0000
@@ -78,6 +78,7 @@
double siderealDegrees(GPS_Time *t, double longitude);
double siderealHA(double jd, double longitude);
double siderealHA(GPS_Time *t, double longitude);
+ time_t to_C_tm(bool set = false);
};
#endif
