OSDN Git Service

add mbed.html
[mimic/MiMicSDK.git] / lib / src / include / NyLPC_uipService.h
1 /*********************************************************************************\r
2  * PROJECT: MiMic\r
3  * --------------------------------------------------------------------------------\r
4  *\r
5  * This file is part of MiMic\r
6  * Copyright (C)2011 Ryo Iizuka\r
7  *\r
8  * MiMic is free software: you can redistribute it and/or modify\r
9  * it under the terms of the GNU Lesser General Public License as published\r
10  * by the Free Software Foundation, either version 3 of the License, or\r
11  * (at your option) any later version.\r
12  *\r
13  * This program is distributed in the hope that it will be useful,\r
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
16  * GNU General Public License for more details.\r
17  *\r
18  * You should have received a copy of the GNU Lesser General Public License\r
19  * along with this program.  If not, see <http://www.gnu.org/licenses/>.\r
20  *\r
21  * For further information please contact.\r
22  *  http://nyatla.jp/\r
23  *  <airmail(at)ebony.plala.or.jp> or <nyatla(at)nyatla.jp>\r
24  *\r
25  *********************************************************************************/\r
26 /**\r
27  * @file\r
28  * このファイルは、uipディレクトリにあるヘッダファイルを集積します。\r
29  */\r
30 #ifndef NyLPC_uipService_H\r
31 #define NyLPC_uipService_H\r
32 \r
33 #include "NyLPC_stdlib.h"\r
34 #include "../uip/NyLPC_cTcpListener.h"\r
35 #include "../uip/NyLPC_cTcpSocket.h"\r
36 #include "../uip/NyLPC_cUdpSocket.h"\r
37 #include "../uip/NyLPC_cUipService.h"\r
38 #include "../uip/NyLPC_uip_ethernet.h"\r
39 \r
40 #ifdef __cplusplus\r
41 extern "C" {\r
42 #endif /* __cplusplus */\r
43 \r
44 #ifdef __cplusplus\r
45 }\r
46 #endif /* __cplusplus */\r
47 \r
48 \r
49 \r
50 #endif\r