1 | /* |
2 | * VisionTest_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 "VisionTest". |
8 | * |
9 | * Model version : 1.4 |
10 | * Simulink Coder version : 8.11 (R2016b) 25-Aug-2016 |
11 | * C source code generated on : Thu Dec 01 17:32:23 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_VisionTest_private_h_ |
21 | #define RTW_HEADER_VisionTest_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_getFoilCheck_Outputs_wrapper(real_T *x, |
35 | real_T *y, |
36 | real_T *press, |
37 | int32_T *error, |
38 | const real_T *xD); |
39 | extern void sfcn_getFoilCheck_Update_wrapper(real_T *x, |
40 | real_T *y, |
41 | real_T *press, |
42 | int32_T *error, |
43 | real_T *xD); |
44 | extern void sfcn_posread_shm_Outputs_wrapper(int32_T *pos_x, |
45 | int32_T *pos_y, |
46 | const real_T *xD); |
47 | extern void sfcn_posread_shm_Update_wrapper(int32_T *pos_x, |
48 | int32_T *pos_y, |
49 | real_T *xD); |
50 | |
51 | #endif /* RTW_HEADER_VisionTest_private_h_ */ |
52 | |