1 | /* |
2 | * File: untitled_private.h |
3 | * |
4 | * Code generated for Simulink model 'untitled'. |
5 | * |
6 | * Model version : 1.0 |
7 | * Simulink Coder version : 8.12 (R2017a) 16-Feb-2017 |
8 | * C/C++ source code generated on : Thu Mar 14 11:23:20 2019 |
9 | * |
10 | * Target selection: ert.tlc |
11 | * Embedded hardware selection: Atmel->AVR |
12 | * Code generation objectives: Unspecified |
13 | * Validation result: Not run |
14 | */ |
15 | |
16 | #ifndef RTW_HEADER_untitled_private_h_ |
17 | #define RTW_HEADER_untitled_private_h_ |
18 | #include "rtwtypes.h" |
19 | #include "multiword_types.h" |
20 | |
21 | /* Private macros used by the generated code to access rtModel */ |
22 | #ifndef rtmSetTFinal |
23 | # define rtmSetTFinal(rtm, val) ((rtm)->Timing.tFinal = (val)) |
24 | #endif |
25 | |
26 | #ifndef rtmGetTPtr |
27 | # define rtmGetTPtr(rtm) (&(rtm)->Timing.taskTime0) |
28 | #endif |
29 | |
30 | extern real_T rt_powd_snf(real_T u0, real_T u1); |
31 | |
32 | #endif /* RTW_HEADER_untitled_private_h_ */ |
33 | |
34 | /* |
35 | * File trailer for generated code. |
36 | * |
37 | * [EOF] |
38 | */ |
39 |