1 | /* |
2 | * testFoil_private.h |
3 | * |
4 | * Classroom License -- for classroom instructional use only. Not for |
5 | * government, commercial, academic research, or other organizational use. |
6 | * |
7 | * Code generation for model "testFoil". |
8 | * |
9 | * Model version : 1.3 |
10 | * Simulink Coder version : 8.11 (R2016b) 25-Aug-2016 |
11 | * C source code generated on : Wed Nov 23 16:13:03 2016 |
12 | * |
13 | * Target selection: ert.tlc |
14 | * Note: GRT includes extra infrastructure and instrumentation for prototyping |
15 | * Embedded hardware selection: ARM Compatible->ARM Cortex |
16 | * Code generation objectives: Unspecified |
17 | * Validation result: Not run |
18 | */ |
19 | |
20 | #ifndef RTW_HEADER_testFoil_private_h_ |
21 | #define RTW_HEADER_testFoil_private_h_ |
22 | #include "rtwtypes.h" |
23 | #include "multiword_types.h" |
24 | |
25 | /* Private macros used by the generated code to access rtModel */ |
26 | #ifndef rtmSetTFinal |
27 | # define rtmSetTFinal(rtm, val) ((rtm)->Timing.tFinal = (val)) |
28 | #endif |
29 | |
30 | #ifndef rtmGetTPtr |
31 | # define rtmGetTPtr(rtm) (&(rtm)->Timing.taskTime0) |
32 | #endif |
33 | |
34 | extern void sfcn_getFoil_Outputs_wrapper(real_T *x, |
35 | real_T *y, |
36 | real_T *press, |
37 | const real_T *xD); |
38 | extern void sfcn_getFoil_Update_wrapper(real_T *x, |
39 | real_T *y, |
40 | real_T *press, |
41 | real_T *xD); |
42 | |
43 | #endif /* RTW_HEADER_testFoil_private_h_ */ |
44 | |