File: bh_f14_private.h

    1   /*
    2    * File: bh_f14_private.h
    3    *
    4    * Code generated for Simulink model 'bh_f14'.
    5    *
    6    * Model version                  : 1.18
    7    * Simulink Coder version         : 8.10 (R2016a) 10-Feb-2016
    8    * C/C++ source code generated on : Wed Jun 22 07:56:08 2016
    9    *
   10    * Target selection: ert.tlc
   11    * Embedded hardware selection: 32-bit Generic
   12    * Code generation objectives: Unspecified
   13    * Validation result: Not run
   14    */
   15   
   16   #ifndef RTW_HEADER_bh_f14_private_h_
   17   #define RTW_HEADER_bh_f14_private_h_
   18   #include "rtwtypes.h"
   19   
   20   /* Private macros used by the generated code to access rtModel */
   21   #ifndef rtmIsMajorTimeStep
   22   # define rtmIsMajorTimeStep(rtm)       (((rtm)->Timing.simTimeStep) == MAJOR_TIME_STEP)
   23   #endif
   24   
   25   #ifndef rtmIsMinorTimeStep
   26   # define rtmIsMinorTimeStep(rtm)       (((rtm)->Timing.simTimeStep) == MINOR_TIME_STEP)
   27   #endif
   28   
   29   #ifndef rtmGetTPtr
   30   # define rtmGetTPtr(rtm)               ((rtm)->Timing.t)
   31   #endif
   32   
   33   #ifndef rtmSetTPtr
   34   # define rtmSetTPtr(rtm, val)          ((rtm)->Timing.t = (val))
   35   #endif
   36   
   37   extern real_T rt_urand_Upu32_Yd_f_pw_snf(uint32_T *u);
   38   extern real_T rt_nrand_Upu32_Yd_f_pw_snf(uint32_T *u);
   39   
   40   /* private model entry point functions */
   41   extern void bh_f14_derivatives(RT_MODEL_bh_f14_T *const bh_f14_M);
   42   
   43   #endif                                 /* RTW_HEADER_bh_f14_private_h_ */
   44   
   45   /*
   46    * File trailer for generated code.
   47    *
   48    * [EOF]
   49    */
   50