dd93e8cf1b
Added two device object table functions for COV support. Corrected demo COV handler interaction with TSM, COV flags, and multiple subscriptions for the same object.
61 lines
1.6 KiB
XML
61 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<CodeBlocks_project_file>
|
|
<FileVersion major="1" minor="6" />
|
|
<Project>
|
|
<Option title="BACnet EPICS Demo" />
|
|
<Option pch_mode="2" />
|
|
<Option compiler="gcc" />
|
|
<Build>
|
|
<Target title="Debug">
|
|
<Option output="bin\Debug\bacepics" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="obj\Debug\" />
|
|
<Option type="1" />
|
|
<Option compiler="gcc" />
|
|
<Compiler>
|
|
<Add option="-g" />
|
|
</Compiler>
|
|
</Target>
|
|
<Target title="Release">
|
|
<Option output="bin\Release\bacepics" prefix_auto="1" extension_auto="1" />
|
|
<Option object_output="obj\Release\" />
|
|
<Option type="1" />
|
|
<Option compiler="gcc" />
|
|
<Compiler>
|
|
<Add option="-O2" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add option="-s" />
|
|
</Linker>
|
|
</Target>
|
|
</Build>
|
|
<Compiler>
|
|
<Add option="-Wall" />
|
|
<Add option="-fexceptions" />
|
|
<Add option="-DBACDL_BIP" />
|
|
<Add option="-DPRINT_ENABLED=1" />
|
|
<Add option="-DBACAPP_ALL" />
|
|
<Add directory="." />
|
|
<Add directory="..\..\include" />
|
|
<Add directory="..\handler" />
|
|
<Add directory="..\object" />
|
|
<Add directory="..\..\ports\win32" />
|
|
</Compiler>
|
|
<Linker>
|
|
<Add library="..\..\lib\libbacnet.a" />
|
|
<Add library="ws2_32" />
|
|
<Add library="iphlpapi" />
|
|
</Linker>
|
|
<Unit filename="main.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Unit filename="..\object\device-client.c">
|
|
<Option compilerVar="CC" />
|
|
</Unit>
|
|
<Extensions>
|
|
<code_completion />
|
|
<envvars />
|
|
<debugger />
|
|
</Extensions>
|
|
</Project>
|
|
</CodeBlocks_project_file>
|