#ifndef RTW_HEADER_IH100_private_h_ #define RTW_HEADER_IH100_private_h_ #include "rtwtypes.h" #include "IH100_types.h" #ifndef UCHAR_MAX #include #endif #if ( UCHAR_MAX != (0xFFU) ) || ( SCHAR_MAX != (0x7F) ) #error Code was generated for compiler with different sized uchar/char. \ Consider adjusting Test hardware word size settings on the \ Hardware Implementation pane to match your compiler word sizes as \ defined in limits.h of the compiler. Alternatively, you can \ select the Test hardware is the same as production hardware option and \ select the Enable portable word sizes option on the Code Generation > \ Verification pane for ERT based targets, which will disable the \ preprocessor word size checks. #endif #if ( USHRT_MAX != (0xFFFFU) ) || ( SHRT_MAX != (0x7FFF) ) #error Code was generated for compiler with different sized ushort/short. \ Consider adjusting Test hardware word size settings on the \ Hardware Implementation pane to match your compiler word sizes as \ defined in limits.h of the compiler. Alternatively, you can \ select the Test hardware is the same as production hardware option and \ select the Enable portable word sizes option on the Code Generation > \ Verification pane for ERT based targets, which will disable the \ preprocessor word size checks. #endif #if ( UINT_MAX != (0xFFFFFFFFU) ) || ( INT_MAX != (0x7FFFFFFF) ) #error Code was generated for compiler with different sized uint/int. \ Consider adjusting Test hardware word size settings on the \ Hardware Implementation pane to match your compiler word sizes as \ defined in limits.h of the compiler. Alternatively, you can \ select the Test hardware is the same as production hardware option and \ select the Enable portable word sizes option on the Code Generation > \ Verification pane for ERT based targets, which will disable the \ preprocessor word size checks. #endif #if ( ULONG_MAX != (0xFFFFFFFFU) ) || ( LONG_MAX != (0x7FFFFFFF) ) #error Code was generated for compiler with different sized ulong/long. \ Consider adjusting Test hardware word size settings on the \ Hardware Implementation pane to match your compiler word sizes as \ defined in limits.h of the compiler. Alternatively, you can \ select the Test hardware is the same as production hardware option and \ select the Enable portable word sizes option on the Code Generation > \ Verification pane for ERT based targets, which will disable the \ preprocessor word size checks. #endif #ifndef rtmGetErrorStatus #define rtmGetErrorStatus(rtm) (*((rtm)->errorStatus)) #endif #ifndef rtmSetErrorStatus #define rtmSetErrorStatus(rtm, val) (*((rtm)->errorStatus) = (val)) #endif #ifndef rtmGetErrorStatusPointer #define rtmGetErrorStatusPointer(rtm) (rtm)->errorStatus #endif #ifndef rtmSetErrorStatusPointer #define rtmSetErrorStatusPointer(rtm, val) ((rtm)->errorStatus = (val)) #endif extern const uint16_T rtCP_pooled_bGtbEevhgRDy[12]; extern const uint16_T rtCP_pooled_38ieQigmLwUn[12]; extern const uint8_T rtCP_pooled_Gh9RpM5of8Do[12]; #define rtCP_uDLookupTable1_tableData rtCP_pooled_bGtbEevhgRDy #define rtCP_uDLookupTable_tableData rtCP_pooled_38ieQigmLwUn #define rtCP_uDLookupTable1_tableData_g rtCP_pooled_bGtbEevhgRDy #define rtCP_uDLookupTable_tableData_k rtCP_pooled_38ieQigmLwUn #define rtCP_uDLookupTable1_bp01Data rtCP_pooled_Gh9RpM5of8Do #define rtCP_uDLookupTable_bp01Data rtCP_pooled_Gh9RpM5of8Do #define rtCP_uDLookupTable1_bp01Data_o rtCP_pooled_Gh9RpM5of8Do #define rtCP_uDLookupTable_bp01Data_b rtCP_pooled_Gh9RpM5of8Do #endif