summaryrefslogtreecommitdiffstats
path: root/app/prototypes.h
diff options
context:
space:
mode:
authorJames McKenzie <root@ka-ata-killa.panaceas.james.local>2023-02-18 18:44:57 +0000
committerJames McKenzie <root@ka-ata-killa.panaceas.james.local>2023-02-18 18:44:57 +0000
commitae0195ab312388deb8466816375addc155eadad9 (patch)
tree1638133d5908a0cc977da3f7e08bffa5a521f4a5 /app/prototypes.h
parent86d61b9e775d615f210b79e4f69dbc3d62c885ea (diff)
downloadclock-ae0195ab312388deb8466816375addc155eadad9.tar.gz
clock-ae0195ab312388deb8466816375addc155eadad9.tar.bz2
clock-ae0195ab312388deb8466816375addc155eadad9.zip
add code for fetching epheredies and ublox assit data
Diffstat (limited to 'app/prototypes.h')
-rw-r--r--app/prototypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/prototypes.h b/app/prototypes.h
index e502fd9..2fb6277 100644
--- a/app/prototypes.h
+++ b/app/prototypes.h
@@ -121,6 +121,7 @@ extern void gps_dispatch(void);
extern int gps_init(void);
extern int gps_almanac(void);
extern void gps_dump_almanac(void);
+extern void gps_dump_eph(void);
extern int gps_bs(void);
extern void gps_reset(void);
/* hexdump.c */
@@ -209,3 +210,5 @@ extern void alarm_dispatch(void);
/* meteotime.c */
extern uint32_t meteotime_data[(((((37)*(60)*(24)))+(32 -1))/(32))];
extern void meteotime_save(UTC *u, uint8_t *bits);
+/* ephemeris.c */
+extern Ephemeris ephemeris[32];