File: ALARM_Functional_private.h1 /* 2 * ALARM_Functional_private.h 3 * 4 * Code generation for model "ALARM_Functional". 5 * 6 * Model version : 1.1326 7 * Simulink Coder version : 8.4 (R2013a) 13-Feb-2013 8 * C source code generated on : Thu Sep 12 09:49:37 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 objective: Debugging 14 * Validation result: Not run 15 */ 16 #ifndef RTW_HEADER_ALARM_Functional_private_h_ 17 #define RTW_HEADER_ALARM_Functional_private_h_ 18 #include "rtwtypes.h" 19 #ifndef __RTWTYPES_H__ 20 #error This file requires rtwtypes.h to be included 21 #else 22 #ifdef TMWTYPES_PREVIOUSLY_INCLUDED 23 #error This file requires rtwtypes.h to be included before tmwtypes.h 24 #else 25 26 /* Check for inclusion of an incorrect version of rtwtypes.h */ 27 #ifndef RTWTYPES_ID_C08S16I32L32N32F1 28 #error This code was generated with a different "rtwtypes.h" than the file included 29 #endif /* RTWTYPES_ID_C08S16I32L32N32F1 */ 30 #endif /* TMWTYPES_PREVIOUSLY_INCLUDED */ 31 #endif /* __RTWTYPES_H__ */ 32 33 /* Macros for accessing real-time model data structure */ 34 #ifndef rtmGetErrorStatus 35 # define rtmGetErrorStatus(rtm) (*((rtm)->errorStatus)) 36 #endif 37 38 #ifndef rtmSetErrorStatus 39 # define rtmSetErrorStatus(rtm, val) (*((rtm)->errorStatus) = (val)) 40 #endif 41 42 #ifndef rtmGetErrorStatusPointer 43 # define rtmGetErrorStatusPointer(rtm) (rtm)->errorStatus 44 #endif 45 46 #ifndef rtmSetErrorStatusPointer 47 # define rtmSetErrorStatusPointer(rtm, val) ((rtm)->errorStatus = (val)) 48 #endif 49 #endif /* RTW_HEADER_ALARM_Functional_private_h_ */ 50 |