This class provides an API to communicate with a u-blox GNSS chip. The files here were originally part of the C027_Support library (https://developer.mbed.org/teams/ublox/code/C027_Support/ at revision 138:dafbbf31bf76) but have been separated out, primarily for use on the u-blox C030 board where the cellular interace portion of the C027_Support library will instead be provided through the new mbed Cellular API.

Dependents:   example-ublox-at-cellular-interface-ext example-low-power-sleep example-C030-out-of-box-demo example-C030-out-of-box-demo ... more

Revision:
10:bfa9081e1d14
Parent:
9:cff83b9f5093
Child:
11:514ea8bf1dc8
--- a/gnss.h	Fri May 18 13:29:00 2018 +0500
+++ b/gnss.h	Mon May 21 17:18:35 2018 +0500
@@ -240,6 +240,12 @@
 	 */
     tUBX_LOG_BATCH decode_ubx_log_batch_msg(char *);
 
+    /** Method to send UBX LOG-RETRIEVEBATCH msg. This message is used to request batched data.
+	 * @param bool
+	 * @return int
+	 */
+    int ubx_request_batched_data(bool sendMonFirst = false);
+
 protected:
     /** Power on the GNSS module.
     */