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:
27:405a5e611635
Parent:
26:2876ec28d223
Child:
31:9a1ce433f062
--- a/gnss_operations.h	Fri Nov 09 15:59:33 2018 +0500
+++ b/gnss_operations.h	Mon Nov 26 16:59:49 2018 +0500
@@ -157,11 +157,12 @@
 	 *                          CONSERVATIVE_CONTINOUS
 	 *                          FULL_POWER
 	 *                          FULL_POWER_BLOCK_LEVEL
+	 *          minimumAcqTime  boolean
 	 *
 	 *  @return int             1: Successful
 	 * 	                       0: Failure
 	 */
-	int cfg_power_mode(Powermodes power_mode);
+	int cfg_power_mode(Powermodes power_mode, bool minimumAcqTime);
 
 	/** Method to poll the GNSS configuration
 	 *  @param 	void