File: GPCA_SW_Functional_private.h1 /* 2 * GPCA_SW_Functional_private.h 3 * 4 * Code generation for model "GPCA_SW_Functional". 5 * 6 * Model version : 1.1238 7 * Simulink Coder version : 8.4 (R2013a) 13-Feb-2013 8 * C source code generated on : Tue Aug 20 14:29:47 2013 9 * 10 * Target selection: grt.tlc 11 * Note: GRT includes extra infrastructure and instrumentation for prototyping 12 * Embedded hardware selection: 32-bit Generic 13 * Code generation objectives: Unspecified 14 * Validation result: Not run 15 */ 16 #ifndef RTW_HEADER_GPCA_SW_Functional_private_h_ 17 #define RTW_HEADER_GPCA_SW_Functional_private_h_ 18 #include "rtwtypes.h" 19 20 /* Private macros used by the generated code to access rtModel */ 21 #ifndef rtmSetTFinal 22 # define rtmSetTFinal(rtm, val) ((rtm)->Timing.tFinal = (val)) 23 #endif 24 25 #ifndef rtmGetTPtr 26 # define rtmGetTPtr(rtm) (&(rtm)->Timing.taskTime0) 27 #endif 28 29 #ifndef __RTWTYPES_H__ 30 #error This file requires rtwtypes.h to be included 31 #else 32 #ifdef TMWTYPES_PREVIOUSLY_INCLUDED 33 #error This file requires rtwtypes.h to be included before tmwtypes.h 34 #else 35 36 /* Check for inclusion of an incorrect version of rtwtypes.h */ 37 #ifndef RTWTYPES_ID_C08S16I32L32N32F1 38 #error This code was generated with a different "rtwtypes.h" than the file included 39 #endif /* RTWTYPES_ID_C08S16I32L32N32F1 */ 40 #endif /* TMWTYPES_PREVIOUSLY_INCLUDED */ 41 #endif /* __RTWTYPES_H__ */ 42 #endif /* RTW_HEADER_GPCA_SW_Functional_private_h_ */ 43 |