48 lines
1.1 KiB
C++
48 lines
1.1 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 "SquareDebug".
|
|
*
|
|
* Model version : 1.1
|
|
* Simulink Coder version : 24.1 (R2024a) 19-Nov-2023
|
|
* C++ source code generated on : Thu Oct 10 10:54:01 2024
|
|
*
|
|
* 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 SquareDebug_step(int_T tid)
|
|
{
|
|
switch (tid) {
|
|
case 0 :
|
|
SquareDebug_step0();
|
|
break;
|
|
|
|
case 1 :
|
|
SquareDebug_step1();
|
|
break;
|
|
|
|
case 2 :
|
|
SquareDebug_step2();
|
|
break;
|
|
|
|
case 3 :
|
|
SquareDebug_step3();
|
|
break;
|
|
|
|
default :
|
|
/* do nothing */
|
|
break;
|
|
}
|
|
}
|