1 | /* |
2 | * RaspberryForceTest_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 "RaspberryForceTest". |
8 | * |
9 | * Model version : 1.4 |
10 | * Simulink Coder version : 8.11 (R2016b) 25-Aug-2016 |
11 | * C source code generated on : Tue Dec 20 10:51:32 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_RaspberryForceTest_private_h_ |
21 | #define RTW_HEADER_RaspberryForceTest_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 cvxfasd_Outputs_wrapper(const real_T *Am, |
45 | const real_T *Fx, |
46 | const real_T *Fy, |
47 | real_T *y0, |
48 | real_T *stat); |
49 | extern void sfcn_setPlatform_Outputs_wrapper(const real_T *input, |
50 | const real_T *xD); |
51 | extern void sfcn_setPlatform_Update_wrapper(const real_T *input, |
52 | real_T *xD); |
53 | extern real_T rt_powd_snf(real_T u0, real_T u1); |
54 | |
55 | #endif /* RTW_HEADER_RaspberryForceTest_private_h_ */ |
56 | |