aboutsummaryrefslogtreecommitdiff
path: root/src/modules/position_estimator_mc/codegen/kalman_dlqe3_data.h
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2014-05-04 16:05:15 +0200
committerAnton Babushkin <anton.babushkin@me.com>2014-05-04 16:05:15 +0200
commitf2094b9a1f9ea492d0a3c4c294a756332e83404d (patch)
tree3dfe63faf63915849df9e6cc10d167d6a8fc252e /src/modules/position_estimator_mc/codegen/kalman_dlqe3_data.h
parent55cae08cf37c2a67f1ef357f205d2ee5e3208655 (diff)
downloadpx4-firmware-f2094b9a1f9ea492d0a3c4c294a756332e83404d.tar.gz
px4-firmware-f2094b9a1f9ea492d0a3c4c294a756332e83404d.tar.bz2
px4-firmware-f2094b9a1f9ea492d0a3c4c294a756332e83404d.zip
Unused deprecated modules removed: att_pos_estimator_ekf, fixedwing_att_control, fixedwing_pos_control, position_estimator, position_estimator_mc, sdlog
Diffstat (limited to 'src/modules/position_estimator_mc/codegen/kalman_dlqe3_data.h')
-rwxr-xr-xsrc/modules/position_estimator_mc/codegen/kalman_dlqe3_data.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/src/modules/position_estimator_mc/codegen/kalman_dlqe3_data.h b/src/modules/position_estimator_mc/codegen/kalman_dlqe3_data.h
deleted file mode 100755
index 952eb7b89..000000000
--- a/src/modules/position_estimator_mc/codegen/kalman_dlqe3_data.h
+++ /dev/null
@@ -1,38 +0,0 @@
-/*
- * kalman_dlqe3_data.h
- *
- * Code generation for function 'kalman_dlqe3_data'
- *
- * C source code generated on: Tue Feb 19 15:26:31 2013
- *
- */
-
-#ifndef __KALMAN_DLQE3_DATA_H__
-#define __KALMAN_DLQE3_DATA_H__
-/* Include files */
-#include <math.h>
-#include <stddef.h>
-#include <stdlib.h>
-#include <string.h>
-#include "rt_nonfinite.h"
-
-#include "rtwtypes.h"
-#include "kalman_dlqe3_types.h"
-
-/* Type Definitions */
-
-/* Named Constants */
-
-/* Variable Declarations */
-extern uint32_T method;
-extern uint32_T state[2];
-extern uint32_T b_method;
-extern uint32_T b_state;
-extern uint32_T c_state[2];
-extern boolean_T state_not_empty;
-
-/* Variable Definitions */
-
-/* Function Declarations */
-#endif
-/* End of code generation (kalman_dlqe3_data.h) */