aboutsummaryrefslogblamecommitdiff
path: root/src/modules/attitude_estimator_ekf/codegen/rtGetInf.h
blob: 145373cd02fe8cabbb543561051bc6ade515c840 (plain) (tree)
1
2
3
4
5
6




                                                       
                                                        
















                                          
/*
 * rtGetInf.h
 *
 * Code generation for function 'attitudeKalmanfilter'
 *
 * C source code generated on: Sat Jan 19 15:25:29 2013
 *
 */

#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) */