Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 11:514ea8bf1dc8, committed 2018-05-29
- Comitter:
- Bilal Qamar
- Date:
- Tue May 29 15:17:31 2018 +0500
- Parent:
- 10:bfa9081e1d14
- Child:
- 12:a04f7eeece23
- Commit message:
- UBX_CFG_BATCH sturct added
Changed in this revision
| gnss.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/gnss.h Mon May 21 17:18:35 2018 +0500
+++ b/gnss.h Tue May 29 15:17:31 2018 +0500
@@ -89,6 +89,16 @@
}tUBX_LOG_BATCH;
+typedef struct UBX_CFG_BATCH {
+ uint32_t version;
+ uint8_t flags;
+ uint32_t bufSize;
+ uint32_t notifThrs;
+ uint8_tpioId;
+ uint8_treserved1;
+
+}tUBX_CFG_BATCH;
+
/** Basic GNSS parser class.
*/
class GnssParser