1 | /* |
2 | * Academic License - for use in teaching, academic research, and meeting |
3 | * course requirements at degree granting institutions only. Not for |
4 | * government, commercial, or other organizational use. |
5 | * |
6 | * File: integ_accel_private.h |
7 | * |
8 | * Code generated for Simulink model 'integ_accel'. |
9 | * |
10 | * Model version : 1.6 |
11 | * Simulink Coder version : 8.12 (R2017a) 16-Feb-2017 |
12 | * C/C++ source code generated on : Tue Dec 05 15:11:10 2017 |
13 | * |
14 | * Target selection: ert.tlc |
15 | * Embedded hardware selection: ARM Compatible->ARM Cortex |
16 | * Code generation objectives: Unspecified |
17 | * Validation result: Not run |
18 | */ |
19 | |
20 | #ifndef RTW_HEADER_integ_accel_private_h_ |
21 | #define RTW_HEADER_integ_accel_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 rtmIsMajorTimeStep |
27 | # define rtmIsMajorTimeStep(rtm) (((rtm)->Timing.simTimeStep) == MAJOR_TIME_STEP) |
28 | #endif |
29 | |
30 | #ifndef rtmIsMinorTimeStep |
31 | # define rtmIsMinorTimeStep(rtm) (((rtm)->Timing.simTimeStep) == MINOR_TIME_STEP) |
32 | #endif |
33 | |
34 | #ifndef rtmSetTFinal |
35 | # define rtmSetTFinal(rtm, val) ((rtm)->Timing.tFinal = (val)) |
36 | #endif |
37 | |
38 | #ifndef rtmGetTPtr |
39 | # define rtmGetTPtr(rtm) ((rtm)->Timing.t) |
40 | #endif |
41 | |
42 | #ifndef rtmSetTPtr |
43 | # define rtmSetTPtr(rtm, val) ((rtm)->Timing.t = (val)) |
44 | #endif |
45 | #endif /* RTW_HEADER_integ_accel_private_h_ */ |
46 | |
47 | /* |
48 | * File trailer for generated code. |
49 | * |
50 | * [EOF] |
51 | */ |
52 |