endpoint C207 radio support

Dependents:   mbed_mqtt_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_cellular

Revision:
9:c5db2b63ed05
Parent:
5:a8fd1fa0f0d0
Child:
16:19f597d8048f
diff -r ad37c7157d3c -r c5db2b63ed05 MBEDUbloxCellRadio.h
--- a/MBEDUbloxCellRadio.h	Tue Apr 01 04:46:33 2014 +0000
+++ b/MBEDUbloxCellRadio.h	Wed Apr 02 04:35:49 2014 +0000
@@ -29,12 +29,12 @@
   
  class MBEDUbloxCellRadio : public BaseClass {
      private: 
+        C027              *m_c027;
         UBLOX_MODEM       *m_modem;
-        C027              *m_c027;
         bool               m_connected;
         
      public:
-        MBEDUbloxCellRadio(ErrorHandler *error_handler, void *endpoint);
+        MBEDUbloxCellRadio(ErrorHandler *error_handler, void *endpoint,UBLOX_MODEM *modem,C027 *c027);
         virtual ~MBEDUbloxCellRadio();
        
        bool connect();