customized SNICInterface
Fork of NySNICInterface by
Diff: SNIC/SNIC_Core.h
- Revision:
- 25:67183ed15708
- Parent:
- 23:4ff2231ff9ba
- Child:
- 26:f2e1030964e4
--- a/SNIC/SNIC_Core.h Fri Mar 28 00:45:15 2014 +0000 +++ b/SNIC/SNIC_Core.h Fri Mar 28 01:56:08 2014 +0000 @@ -13,6 +13,7 @@ #ifndef _SNIC_CORE_H_ #define _SNIC_CORE_H_ +#include "MurataObject.h" #include "mbed.h" #include "rtos.h" #include "RawSerial.h" @@ -60,7 +61,7 @@ /** Internal class used by any other classes. This class is singleton. */ -class C_SNIC_Core +class C_SNIC_Core: public C_MurataObject { friend class C_SNIC_UartCommandManager; friend class C_SNIC_WifiInterface;