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: SNIC-xively-jumpstart-demo SNIC-FluentLogger-example TCPEchoServer murataDemo ... more
Fork of YDwifiInterface by
Diff: SNIC/SNIC_Core.h
- Revision:
- 17:d8bc02c455a6
- Parent:
- 16:6100acfeb1f1
diff -r 6100acfeb1f1 -r d8bc02c455a6 SNIC/SNIC_Core.h
--- a/SNIC/SNIC_Core.h Thu Mar 27 05:43:54 2014 +0000
+++ b/SNIC/SNIC_Core.h Thu Mar 27 06:04:00 2014 +0000
@@ -237,14 +237,12 @@
*/
static C_SNIC_Core *getInstance();
-protected:
- static C_SNIC_Core *mInstance_p;
- Thread *mUartRecvThread_p;
- RawSerial *mUart_p;
- Mutex mUartMutex;
-// DigitalInOut mModuleReset;
-
private:
+ static C_SNIC_Core *mInstance_p;
+ Thread *mUartRecvThread_p;
+ RawSerial *mUart_p;
+ Mutex mUartMutex;
+// DigitalInOut mModuleReset;
C_SNIC_UartCommandManager *mUartCommand_p;
/** MemoryPool for payload of UART response */

Murata TypeYD