Auswertung Experiment

Database tüddelei
DBHanlder läuft gut für DIESE Datanbank struktur...
App begonnen aber weit entfernt von gutem Stand
This commit is contained in:
sioe
2024-11-15 16:51:37 +01:00
parent 553ed19b9f
commit 397cfa61dd
219 changed files with 584 additions and 854 deletions

View File

@@ -0,0 +1,27 @@
%implements Sample "C"
%% Function: SampleFunction ===============================================
%% Abstract:
%% Doesn't do anything, but does contain some TLC code
%% with syntax highlighting.
%%
%function SampleFunction(inputVal, indexVal) void
%% Need this library to use FILE
%<SLibAddToCommonIncludes("<stdio.h>")>
sprintf("index: %i", indexVal)
%openfile testFile
Some text to verbosely go into the file.
%closefile testFile
%assign myVar = STRING(ParamSettings.Input)
char fileName[%<RTWMaxStringLength>] = "%<myVar>";
%if flagTrue
void *tp = %<nulldef>;
%else
%return ""
%endif
%% [EOF] sample.tlc