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: MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more
Diff: core/include/NyLPC_uipService.h
- Revision:
- 1:9f6a78395432
- Child:
- 37:fc4b4fd6a649
diff -r 142ee8b12fef -r 9f6a78395432 core/include/NyLPC_uipService.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/core/include/NyLPC_uipService.h Mon Mar 25 05:23:49 2013 +0000
@@ -0,0 +1,48 @@
+/*********************************************************************************
+ * PROJECT: MiMic
+ * --------------------------------------------------------------------------------
+ *
+ * This file is part of MiMic
+ * Copyright (C)2011 Ryo Iizuka
+ *
+ * MiMic is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Lesser General Public License as published
+ * by the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ *
+ * For further information please contact.
+ * http://nyatla.jp/
+ * <airmail(at)ebony.plala.or.jp> or <nyatla(at)nyatla.jp>
+ *
+ *********************************************************************************/
+/**
+ * @file
+ * このファイルは、uipディレクトリにあるヘッダファイルを集積します。
+ */
+#ifndef NyLPC_uipService_H
+#define NyLPC_uipService_H
+
+#include "NyLPC_stdlib.h"
+#include "../uip/NyLPC_cTcpListener.h"
+#include "../uip/NyLPC_cTcpSocket.h"
+#include "../uip/NyLPC_cUipService.h"
+
+#ifdef __cplusplus
+extern "C" {
+#endif /* __cplusplus */
+
+#ifdef __cplusplus
+}
+#endif /* __cplusplus */
+
+
+
+#endif
MiMic Webservice library