mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
22 lines
369 B
C
22 lines
369 B
C
/*
|
|
* rtGetNaN.h
|
|
*
|
|
* Code generation for function 'position_estimator'
|
|
*
|
|
* C source code generated on: Fri Jun 8 13:31:21 2012
|
|
*
|
|
*/
|
|
|
|
#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) */
|