SNIC UART Interface library: Serial to Wi-Fi library for Murata TypeYD Wi-Fi module. For more information about TypeYD: http://www.murata.co.jp/products/microwave/module/lbwb1zzydz/index.html

Dependents:   SNIC-xively-jumpstart-demo SNIC-FluentLogger-example TCPEchoServer murataDemo ... more

Fork of YDwifiInterface by Takao Kishino

Revision:
25:67183ed15708
Parent:
23:4ff2231ff9ba
Child:
26:f2e1030964e4
--- a/SNIC/SNIC_UartMsgUtil.h	Fri Mar 28 00:45:15 2014 +0000
+++ b/SNIC/SNIC_UartMsgUtil.h	Fri Mar 28 01:56:08 2014 +0000
@@ -13,7 +13,7 @@
  * ***********************************************************************/
 #ifndef _SNIC_WIFI_UART_MSG_UTIL_H_
 #define _SNIC_WIFI_UART_MSG_UTILH_
-
+#include "MurataObject.h"
 #include "mbed.h"
 #include "rtos.h"
 #include "RawSerial.h"
@@ -133,7 +133,7 @@
 
 /** Internal utility class used by any other classes.
  */
-class C_SNIC_UartMsgUtil
+class C_SNIC_UartMsgUtil: public C_MurataObject
 {
 friend class C_SNIC_Core;