File: /Users/peter/svn/azumio/trunk/iOSCommon/heartrate/lib/rtGetInf.h
1 /*
2 * rtGetInf.h
3 *
4 * Code generation for function 'filterForDisplay'
5 *
6 * C source code generated on: Sun Jan 27 20:19:03 2013
7 *
8 */
9
10 #ifndef __RTGETINF_H__
11 #define __RTGETINF_H__
12
13 #include <stddef.h>
14 #include "rtwtypes.h"
15 #include "rt_nonfinite.h"
16
17 extern real_T rtGetInf(void);
18 extern real32_T rtGetInfF(void);
19 extern real_T rtGetMinusInf(void);
20 extern real32_T rtGetMinusInfF(void);
21
22 #endif
23 /* End of code generation (rtGetInf.h) */
24
|