00001 /* 00002 * rtGetInf.h 00003 * 00004 * Code generation for function 'Optimal_affine_tracking_3d16_fast_realtime' 00005 * 00006 * C source code generated on: Wed Jul 24 16:11:35 2013 00007 * 00008 */ 00009 00010 #ifndef __RTGETINF_H__ 00011 #define __RTGETINF_H__ 00012 00013 #include <stddef.h> 00014 #include "rtwtypes.h" 00015 #include "rt_nonfinite.h" 00016 00017 extern real_T rtGetInf(void); 00018 extern real32_T rtGetInfF(void); 00019 extern real_T rtGetMinusInf(void); 00020 extern real32_T rtGetMinusInfF(void); 00021 00022 #endif 00023 /* End of code generation (rtGetInf.h) */