-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrtmodel.h
More file actions
34 lines (31 loc) · 925 Bytes
/
rtmodel.h
File metadata and controls
34 lines (31 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/*
* 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.
*
* File: rtmodel.h
*
* Code generated for Simulink model 'control'.
*
* Model version : 1.108
* Simulink Coder version : 25.2 (R2025b) 28-Jul-2025
* C/C++ source code generated on : Tue Apr 7 22:41:27 2026
*
* Target selection: ert.tlc
* Embedded hardware selection: ARM Compatible->ARM Cortex-M
* Code generation objectives: Unspecified
* Validation result: Not run
*/
#ifndef rtmodel_h_
#define rtmodel_h_
#include "control.h"
/* Macros generated for backwards compatibility */
#ifndef rtmGetStopRequested
#define rtmGetStopRequested(rtm) ((void*) 0)
#endif
#endif /* rtmodel_h_ */
/*
* File trailer for generated code.
*
* [EOF]
*/