File: rtGetNaN.h1 /* 2 * rtGetNaN.h 3 * 4 * Code generation for model "Controller". 5 * 6 * Model version : 1.1303 7 * Simulink Coder version : 8.3 (R2012b) 20-Jul-2012 8 * C++ source code generated on : Sun Jun 01 14:58:10 2014 9 * 10 * Target selection: grt.tlc 11 * Note: GRT includes extra infrastructure and instrumentation for prototyping 12 * Embedded hardware selection: Generic->32-bit x86 compatible 13 * Code generation objectives: Unspecified 14 * Validation result: Not run 15 */ 16 17 #ifndef RTW_HEADER_rtGetNaN_h_ 18 #define RTW_HEADER_rtGetNaN_h_ 19 #include <stddef.h> 20 #include "rtwtypes.h" 21 #include "rt_nonfinite.h" 22 #ifdef __cplusplus 23 24 extern "C" { 25 26 #endif 27 28 extern real_T rtGetNaN(void); 29 extern real32_T rtGetNaNF(void); 30 31 #ifdef __cplusplus 32 33 } /* extern "C" */ 34 #endif 35 #endif /* RTW_HEADER_rtGetNaN_h_ */ 36 |