%implements Test_1_sfcn "C"
 
 %function Outputs(block, system) Output
   %assign rollVars = ["U", "Y"]
   %roll idx = RollRegions, lcv = RollThreshold, block, "Roller", rollVars
    %<LibBlockOutputSignal(0, "", lcv, idx)> = \
    %<LibBlockInputSignal (0, "", lcv, idx)>; %% Ausgang = Eingang
   %endroll
 %endfunction

%% hier fehlt jetzt noch die Parameterzuweisung bei x=10 und x=50 Sekunden

%% [EOF]
