nsp specific components for the NSP version of the impact endpoint

Dependents:   mbed_nsp_endpoint_ublox_cellular mbed_nsp_endpoint_ublox_ethernet mbed_nsp_endpoint_nxp

Revision:
19:3cecccc1a3d4
Parent:
15:a0eae7ab1e59
Child:
21:272df0444756
diff -r 0e32c41b238e -r 3cecccc1a3d4 MBEDEndpoint.h
--- a/MBEDEndpoint.h	Mon Jun 30 17:38:46 2014 +0000
+++ b/MBEDEndpoint.h	Mon Jun 30 22:47:07 2014 +0000
@@ -62,7 +62,7 @@
         int                m_instance_id;                                   // Instance ID for this endpoint
         
     public:
-        MBEDEndpoint(ErrorHandler *error_handler,void *transport,void *pinouts);
+        MBEDEndpoint(ErrorHandler *error_handler,void *transport,void *extra);
         virtual ~MBEDEndpoint();
         ResourceFactory *initResourceFactory();
         void run();
@@ -90,8 +90,8 @@
         bool closeTransports();
         
 #ifdef CELLULAR_NETWORK
-        bool initializeCellularModem(void *transport,void *pinouts);
-        bool initializeGPSReceiver(void *pinouts);
+        bool initializeCellularModem(void *transport,void *modem);
+        bool initializeGPSReceiver(void *gps);
         bool closeCellularModem();
         bool closeGPSReceiver();
 #else