diff options
Diffstat (limited to 'gps_json.h')
-rw-r--r-- | gps_json.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gps_json.h b/gps_json.h new file mode 100644 index 00000000..48f2b294 --- /dev/null +++ b/gps_json.h @@ -0,0 +1,9 @@ +/* gps_json.h - JSON handling for libgps and gpsd */ + +#include "json.h" + +void json_tpv_dump(char *, struct gps_fix_t *, char *, size_t); +void json_sky_dump(struct gps_data_t *, char *, size_t); +int json_sky_read(const char *, struct gps_data_t *); + +/* gps_json.h ends here */ |