mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 02:34:07 +08:00
24 lines
436 B
C
Executable File
24 lines
436 B
C
Executable File
/*
|
|
* rtGetInf.h
|
|
*
|
|
* Code generation for function 'kalman_dlqe2'
|
|
*
|
|
* C source code generated on: Thu Feb 14 12:52: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) */
|