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.
21 lines
392 B
21 lines
392 B
/* |
|
* rtGetNaN.h |
|
* |
|
* Code generation for function 'attitudeKalmanfilter' |
|
* |
|
* C source code generated on: Wed Jul 11 08:38:35 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) */
|
|
|