aboutsummaryrefslogtreecommitdiff
path: root/apps/attitude_estimator_ekf/codegen/rtGetInf.h
blob: ab2d5a70d578882bde03ffa71b5d15c5e61c9476 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * rtGetInf.h
 *
 * Code generation for function 'attitudeKalmanfilter'
 *
 * C source code generated on: Wed Jul 11 08:38:35 2012
 *
 */

#ifndef __RTGETINF_H__
#define __RTGETINF_H__

#include <stddef.h>
#include "rtwtypes.h"
#include "rt_nonfinite.h"

extern real_T rtGetInf(void);
extern real32_T rtGetInfF(void);
extern real_T rtGetMinusInf(void);
extern real32_T rtGetMinusInfF(void);

#endif
/* End of code generation (rtGetInf.h) */