aboutsummaryrefslogtreecommitdiff
path: root/apps/position_estimator/codegen/rtGetInf.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/position_estimator/codegen/rtGetInf.h')
-rw-r--r--apps/position_estimator/codegen/rtGetInf.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/apps/position_estimator/codegen/rtGetInf.h b/apps/position_estimator/codegen/rtGetInf.h
deleted file mode 100644
index c74f1fc28..000000000
--- a/apps/position_estimator/codegen/rtGetInf.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * rtGetInf.h
- *
- * Code generation for function 'position_estimator'
- *
- * C source code generated on: Fri Jun 8 13:31:21 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) */