You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/*
|
|
|
|
* rtGetInf.h
|
|
|
|
*
|
|
|
|
* Code generation for function 'attitudeKalmanfilter'
|
|
|
|
*
|
|
|
|
* C source code generated on: Tue Oct 16 15:27:58 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) */
|