Base class for the ublox-xxx-cellular-xxx classes. Cannot be used standalone, only inherited by classes that do properly useful stuff. Or, to put it another way, if you are using any of the ublox-xxx-cellular-xxx classes, you will need this class also.

Dependents:   example-ublox-cellular-interface example-ublox-cellular-driver-gen HelloMQTT example-ublox-cellular-interface_r410M ... more

Files at this revision

API Documentation at this revision

Comitter:
ublox
Date:
Fri Oct 04 05:25:38 2019 +0000
Parent:
32:1fc4850f1253
Child:
35:24f29bf0d810
Commit message:
Build failure fixed as header file name corrected

Changed in this revision

UbloxCellularBase.h Show annotated file Show diff for this revision Revisions of this file
--- a/UbloxCellularBase.h	Wed Sep 04 16:29:43 2019 +0500
+++ b/UbloxCellularBase.h	Fri Oct 04 05:25:38 2019 +0000
@@ -18,7 +18,7 @@
 
 #include "mbed.h"
 #include "mbed_toolchain.h" // for MBED_DEPRECATED
-#include "ubloxATCmdParser.h"
+#include "UbloxATCmdParser.h"
 #include "FileHandle.h"
 
 #ifdef TARGET_UBLOX_C030_R410M