control/Control Vectorial/real/control_vectorial_sg_rtw/rtmodel.cpp
2025-09-03 11:21:53 +02:00

40 lines
1.0 KiB
C++

/*
* rtmodel.cpp:
*
* Academic License - for use in teaching, academic research, and meeting
* course requirements at degree granting institutions only. Not for
* government, commercial, or other organizational use.
*
* Code generation for model "control_vectorial".
*
* Model version : 1.33
* Simulink Coder version : 24.2 (R2024b) 21-Jun-2024
* C++ source code generated on : Mon Jul 28 10:28:03 2025
*
* Target selection: speedgoat.tlc
* Note: GRT includes extra infrastructure and instrumentation for prototyping
* Embedded hardware selection: Intel->x86-64 (Linux 64)
* Code generation objectives: Unspecified
* Validation result: Not run
*/
#include "rtmodel.h"
/* Use this function only if you need to maintain compatibility with an existing static main program. */
void control_vectorial_step(int_T tid)
{
switch (tid) {
case 0 :
control_vectorial_step0();
break;
case 1 :
control_vectorial_step2();
break;
default :
/* do nothing */
break;
}
}