first running observer with new data

This commit is contained in:
2019-02-08 13:38:45 +01:00
parent 6b5b8750d1
commit cc582d1bf8
10 changed files with 560 additions and 43 deletions

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<CodeBlocks_project_file>
<FileVersion major="1" minor="6" />
<Project>
<Option title="usr_code" />
<Option makefile_is_custom="1" />
<Option pch_mode="2" />
<Option compiler="deltatau_gcc_compiler" />
<MakeCommands>
<Build command="$make -f $makefile" />
<CompileFile command="$make -f $makefile $file" />
<Clean command="$make -f $makefile clean$target" />
<DistClean command="$make -f $makefile distclean$target" />
<AskRebuildNeeded command="$make -q -f $makefile $target" />
<SilentBuild command="$make -f $makefile &gt; $(CMD_NULL)" />
</MakeCommands>
<Build>
<Target title="Debug">
<Option output="bin/Debug/usr_code" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="deltatau_gcc_compiler" />
</Target>
</Build>
<Unit filename="Makefile" />
<Unit filename="pp_proj.h" />
<Unit filename="usralgomain.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="usrcode.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="usrcode.h" />
<Unit filename="usrcode_template.c">
<Option compilerVar="CC" />
</Unit>
<Unit filename="usrcode_template.h" />
<Extensions>
<code_completion />
<debugger />
</Extensions>
</Project>
</CodeBlocks_project_file>