customized SNICInterface
Fork of NySNICInterface by
Diff: SNIC/SNIC_Core.h
- Revision:
- 17:d8bc02c455a6
- Parent:
- 16:6100acfeb1f1
--- 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 */