X-Git-Url: http://rtime.felk.cvut.cz/gitweb/ert_linux.git/blobdiff_plain/d559198e62cf692b9a85d9135a6caef53ada02c4..d8d66203208bff4134f33cd3df2ff8c4bee60205:/ert_linux/ert_linux.tlc diff --git a/ert_linux/ert_linux.tlc b/ert_linux/ert_linux.tlc index bb92d14..3a0d73f 100644 --- a/ert_linux/ert_linux.tlc +++ b/ert_linux/ert_linux.tlc @@ -15,6 +15,8 @@ %assign AutoBuildProcedure = !GenerateSampleERTMain %endif +%assign RateBasedStepFcn = 1 /% Generate only rate-based step functions %/ + %% The model_SetEventsForThisBaseRate function is not required for the %% VxWorks environment, i.e., when using an operating system. %assign SuppressSetEventsForThisBaseRateFcn = (TargetOS == "VxWorksExample") @@ -30,6 +32,7 @@ %include "commontargetlib.tlc" %include "codegenentry.tlc" +%include "ert_linux_genfiles.tlc" /% BEGIN_RTW_OPTIONS @@ -41,6 +44,8 @@ %----------------------------------------% rtwgensettings.BuildDirSuffix = '_ert_linux'; + rtwgensettings.Version = '1'; + rtwgensettings.SelectCallback = 'ert_linux_select_callback_handler(hDlg, hSrc)'; END_RTW_OPTIONS %/