-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtv_code_private.h
53 lines (45 loc) · 1.65 KB
/
tv_code_private.h
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/*
* 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: tv_code_private.h
*
* Code generated for Simulink model 'tv_code'.
*
* Model version : 1.30
* Simulink Coder version : 9.8 (R2022b) 13-May-2022
* C/C++ source code generated on : Wed Feb 26 15:34:24 2025
*
* Target selection: ert.tlc
* Embedded hardware selection: Intel->x86-64 (Windows64)
* Code generation objectives: Unspecified
* Validation result: Not run
*/
#ifndef RTW_HEADER_tv_code_private_h_
#define RTW_HEADER_tv_code_private_h_
#include "rtwtypes.h"
#include "tv_code.h"
#include "tv_code_types.h"
/* Private macros used by the generated code to access rtModel */
#ifndef rtmIsMajorTimeStep
#define rtmIsMajorTimeStep(rtm) (((rtm)->Timing.simTimeStep) == MAJOR_TIME_STEP)
#endif
#ifndef rtmIsMinorTimeStep
#define rtmIsMinorTimeStep(rtm) (((rtm)->Timing.simTimeStep) == MINOR_TIME_STEP)
#endif
#ifndef rtmSetTPtr
#define rtmSetTPtr(rtm, val) ((rtm)->Timing.t = (val))
#endif
extern void tv_code_ax_filter_Init(DW_ax_filter_tv_code_T *localDW);
extern void tv_code_ax_filter(real_T rtu_0, B_ax_filter_tv_code_T *localB,
DW_ax_filter_tv_code_T *localDW);
extern void tv_code_ax_filter_Term(DW_ax_filter_tv_code_T *localDW);
/* private model entry point functions */
extern void tv_code_derivatives(void);
#endif /* RTW_HEADER_tv_code_private_h_ */
/*
* File trailer for generated code.
*
* [EOF]
*/