summaryrefslogtreecommitdiff
path: root/libloragw/inc/loragw_gps.h
diff options
context:
space:
mode:
Diffstat (limited to 'libloragw/inc/loragw_gps.h')
-rw-r--r--libloragw/inc/loragw_gps.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libloragw/inc/loragw_gps.h b/libloragw/inc/loragw_gps.h
index 94d1d2a..0714974 100644
--- a/libloragw/inc/loragw_gps.h
+++ b/libloragw/inc/loragw_gps.h
@@ -117,6 +117,13 @@ int lgw_gps_enable(struct gps_data_t *gpsdata, struct fixsource_t *source);
int lgw_gps_disable(struct gps_data_t *gpsdata);
/**
+@brief Get updated leap seconds
+
+@return success if the function was able to get the new leap seconds
+*/
+int lgw_get_leap_seconds();
+
+/**
@brief Parse messages coming from the GPS system (or other GNSS)
@param serial_buff pointer to the string to be parsed