This repository has been archived by the owner on Feb 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxPLWebApi.cbp
153 lines (153 loc) · 6.33 KB
/
xPLWebApi.cbp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="xPLWebApi" />
<Option pch_mode="2" />
<Option default_target="Debug" />
<Option compiler="gcc" />
<Build>
<Target title="Release">
<Option output="bin/xPLWebApi" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/" />
<Option type="1" />
<Option compiler="gcc" />
<Option parameters="/Console" />
<Compiler>
<Add option="-O2" />
<Add option="-std=c++11" />
<Add option="-DWIN32" />
<Add directory="src" />
<Add directory="dependency" />
<Add directory="dependency/jsoncpp/include" />
</Compiler>
<Linker>
<Add option="-s" />
<Add library="ws2_32" />
</Linker>
</Target>
<Target title="Debug">
<Option output="bin/xPLWebApi-Debug" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/" />
<Option type="1" />
<Option compiler="gcc" />
<Option parameters="/Console" />
<Compiler>
<Add option="-O2" />
<Add option="-std=c++11" />
<Add option="-g" />
<Add option="-DDEBUG" />
<Add option="-DWIN32" />
<Add directory="src" />
<Add directory="dependency" />
<Add directory="dependency/jsoncpp/include" />
</Compiler>
<Linker>
<Add library="ws2_32" />
</Linker>
</Target>
</Build>
<Compiler>
<Add option="-std=c++11" />
<Add option="-Wall" />
<Add option="-fexceptions" />
<Add directory="xPLLib/src" />
</Compiler>
<Unit filename="dependency/Plateforms/Plateforms.cpp" />
<Unit filename="dependency/Plateforms/Plateforms.h" />
<Unit filename="dependency/SafeFunctions/SafeFunctions.cpp" />
<Unit filename="dependency/SafeFunctions/SafeFunctions.h" />
<Unit filename="dependency/Service/Service.cpp" />
<Unit filename="dependency/Service/Service.h" />
<Unit filename="dependency/SimpleFolders/SimpleFolders.cpp" />
<Unit filename="dependency/SimpleFolders/SimpleFolders.h" />
<Unit filename="dependency/SimpleIni/SimpleIni.cpp" />
<Unit filename="dependency/SimpleIni/SimpleIni.h" />
<Unit filename="dependency/SimpleLog/SimpleLog.cpp" />
<Unit filename="dependency/SimpleLog/SimpleLog.h" />
<Unit filename="dependency/SimpleLog/SimpleLog.inl" />
<Unit filename="dependency/SimpleSock/SimpleSock.cpp" />
<Unit filename="dependency/SimpleSock/SimpleSock.h" />
<Unit filename="dependency/SimpleSock/SimpleSockTCP.cpp" />
<Unit filename="dependency/SimpleSock/SimpleSockTCP.h" />
<Unit filename="dependency/SimpleSock/SimpleSockUDP.cpp" />
<Unit filename="dependency/SimpleSock/SimpleSockUDP.h" />
<Unit filename="dependency/StringTools/StringTools.cpp" />
<Unit filename="dependency/StringTools/StringTools.h" />
<Unit filename="dependency/Thread/mingw.mutex.h" />
<Unit filename="dependency/WebServer/IWebController.h" />
<Unit filename="dependency/WebServer/PageController.cpp" />
<Unit filename="dependency/WebServer/PageController.h" />
<Unit filename="dependency/WebServer/Request.cpp" />
<Unit filename="dependency/WebServer/Request.h" />
<Unit filename="dependency/WebServer/Response.cpp" />
<Unit filename="dependency/WebServer/Response.h" />
<Unit filename="dependency/WebServer/WebServer.cpp" />
<Unit filename="dependency/WebServer/WebServer.h" />
<Unit filename="dependency/jsoncpp/include/json/json.h" />
<Unit filename="dependency/jsoncpp/src/lib_json/json_reader.cpp" />
<Unit filename="dependency/jsoncpp/src/lib_json/json_value.cpp" />
<Unit filename="dependency/jsoncpp/src/lib_json/json_writer.cpp" />
<Unit filename="dependency/xPLLib/Address.cpp" />
<Unit filename="dependency/xPLLib/Address.h" />
<Unit filename="dependency/xPLLib/Extensions/AdvanceConfig.cpp" />
<Unit filename="dependency/xPLLib/Extensions/AdvanceConfig.h" />
<Unit filename="dependency/xPLLib/Extensions/BasicConfig.cpp" />
<Unit filename="dependency/xPLLib/Extensions/BasicConfig.h" />
<Unit filename="dependency/xPLLib/Extensions/Sensors.cpp" />
<Unit filename="dependency/xPLLib/Extensions/Sensors.h" />
<Unit filename="dependency/xPLLib/Schemas/SchemaAdvanceConfig.cpp" />
<Unit filename="dependency/xPLLib/Schemas/SchemaAdvanceConfig.h" />
<Unit filename="dependency/xPLLib/Schemas/SchemaConfig.cpp" />
<Unit filename="dependency/xPLLib/Schemas/SchemaConfig.h" />
<Unit filename="dependency/xPLLib/Schemas/SchemaControl.cpp" />
<Unit filename="dependency/xPLLib/Schemas/SchemaControl.h" />
<Unit filename="dependency/xPLLib/Schemas/SchemaHbeat.cpp" />
<Unit filename="dependency/xPLLib/Schemas/SchemaHbeat.h" />
<Unit filename="dependency/xPLLib/Schemas/SchemaObject.cpp" />
<Unit filename="dependency/xPLLib/Schemas/SchemaObject.h" />
<Unit filename="dependency/xPLLib/Schemas/SchemaSensor.cpp" />
<Unit filename="dependency/xPLLib/Schemas/SchemaSensor.h" />
<Unit filename="dependency/xPLLib/xPLDevCfg.cpp" />
<Unit filename="dependency/xPLLib/xPLDevCfg.h" />
<Unit filename="dependency/xPLLib/xPLDevice.cpp" />
<Unit filename="dependency/xPLLib/xPLDevice.h" />
<Unit filename="src/AdvanceConfigController.cpp" />
<Unit filename="src/AdvanceConfigController.h" />
<Unit filename="src/ApiController.cpp" />
<Unit filename="src/ApiController.h" />
<Unit filename="src/CacheManager.cpp" />
<Unit filename="src/CacheManager.h" />
<Unit filename="src/DataloggerController.cpp" />
<Unit filename="src/DataloggerController.h" />
<Unit filename="src/DevicesController.cpp" />
<Unit filename="src/DevicesController.h" />
<Unit filename="src/IxPLSend.h" />
<Unit filename="src/MessagesController.cpp" />
<Unit filename="src/MessagesController.h" />
<Unit filename="src/ModulesController.cpp" />
<Unit filename="src/ModulesController.h" />
<Unit filename="src/WebManager.cpp" />
<Unit filename="src/WebManager.h" />
<Unit filename="src/main.cpp" />
<Unit filename="src/xPLManager.cpp" />
<Unit filename="src/xPLManager.h" />
<Unit filename="src/xPLWebApi.cpp" />
<Unit filename="src/xPLWebApi.h" />
<Extensions>
<code_completion />
<envvars />
<debugger />
<lib_finder disable_auto="1" />
<DoxyBlocks>
<comment_style block="2" line="2" />
<doxyfile_project />
<doxyfile_build />
<doxyfile_warnings />
<doxyfile_output />
<doxyfile_dot />
<general />
</DoxyBlocks>
</Extensions>
</Project>
</CodeBlocks_project_file>