forked from Archive/PX4-Autopilot
22 lines
392 B
C
Executable File
22 lines
392 B
C
Executable File
/*
|
|
* rtGetNaN.h
|
|
*
|
|
* Code generation for function 'attitudeKalmanfilter'
|
|
*
|
|
* C source code generated on: Sat Jan 19 15:25:29 2013
|
|
*
|
|
*/
|
|
|
|
#ifndef __RTGETNAN_H__
|
|
#define __RTGETNAN_H__
|
|
|
|
#include <stddef.h>
|
|
#include "rtwtypes.h"
|
|
#include "rt_nonfinite.h"
|
|
|
|
extern real_T rtGetNaN(void);
|
|
extern real32_T rtGetNaNF(void);
|
|
|
|
#endif
|
|
/* End of code generation (rtGetNaN.h) */
|