File: C:\Users\SLUG\Documents\MATLAB\SLUG_Autopilot\Stable\controlMCUSlugsMKII_dspic\sources\rtGetNaN.h1 /* 2 * File: rtGetNaN.h 3 * 4 * Real-Time Workshop code generated for Simulink model controlMCUSlugsMKII. 5 * 6 * Model version : 1.714 7 * Real-Time Workshop file version : 7.5 (R2010a) 25-Jan-2010 8 * Real-Time Workshop file generated on : Tue Nov 23 13:12:51 2010 9 * TLC version : 7.5 (Jan 19 2010) 10 * C source code generated on : Tue Nov 23 13:12:52 2010 11 *-------------------------------------------------------------- 12 * Embedded Coder for Microchip dsPIC family. | 13 * Generate .c and .h files from your Matlab/simulink model | 14 * and compile the diagram to .hex and .coff file that can be | 15 * downloaded directly into the microcontroller | 16 * | 17 * Licence Accorded to Blake Mills | 18 * University of Colorado-Boulder | 19 * | 20 * Written by Lubin KERHUEL - http://www.kerhuel.eu | 21 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | 22 * Version 3.3a 22-Nov-2010 | 23 * For Matlab 7.10 R2010a | 24 *-------------------------------------------------------------- 25 */ 26 27 #ifndef RTW_HEADER_rtGetNaN_h_ 28 #define RTW_HEADER_rtGetNaN_h_ 29 #include <stddef.h> 30 #include "rtwtypes.h" 31 #include "rt_nonfinite.h" 32 33 extern real_T rtGetNaN(void); 34 extern real32_T rtGetNaNF(void); 35 36 #endif /* RTW_HEADER_rtGetNaN_h_ */ 37 38 /* File trailer for Real-Time Workshop generated code. 39 * 40 * [EOF] 41 */ 42 |