aboutsummaryrefslogtreecommitdiff
path: root/src/modules/position_estimator_mc/codegen/kalman_dlqe3_data.c
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2014-08-02 22:11:57 +0200
committerAnton Babushkin <anton.babushkin@me.com>2014-08-02 22:11:57 +0200
commitf7582b4d00f8fce4c9c93d47e2c178a36759f7ad (patch)
treebcd1f8508d84991d6ce2b2ca55c17f8afc744503 /src/modules/position_estimator_mc/codegen/kalman_dlqe3_data.c
parent4bf83271181d2d2ddb54ad031c16135f5ccf2e7d (diff)
parentd3d5aa9bdc16b22f6e349190f18f411bd192bc2a (diff)
downloadpx4-firmware-f7582b4d00f8fce4c9c93d47e2c178a36759f7ad.tar.gz
px4-firmware-f7582b4d00f8fce4c9c93d47e2c178a36759f7ad.tar.bz2
px4-firmware-f7582b4d00f8fce4c9c93d47e2c178a36759f7ad.zip
Merge branch 'master' into smooth_pos_hold
Diffstat (limited to 'src/modules/position_estimator_mc/codegen/kalman_dlqe3_data.c')
-rwxr-xr-xsrc/modules/position_estimator_mc/codegen/kalman_dlqe3_data.c32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/modules/position_estimator_mc/codegen/kalman_dlqe3_data.c b/src/modules/position_estimator_mc/codegen/kalman_dlqe3_data.c
deleted file mode 100755
index 8f2275c13..000000000
--- a/src/modules/position_estimator_mc/codegen/kalman_dlqe3_data.c
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * kalman_dlqe3_data.c
- *
- * Code generation for function 'kalman_dlqe3_data'
- *
- * C source code generated on: Tue Feb 19 15:26:31 2013
- *
- */
-
-/* Include files */
-#include "rt_nonfinite.h"
-#include "kalman_dlqe3.h"
-#include "kalman_dlqe3_data.h"
-
-/* Type Definitions */
-
-/* Named Constants */
-
-/* Variable Declarations */
-
-/* Variable Definitions */
-uint32_T method;
-uint32_T state[2];
-uint32_T b_method;
-uint32_T b_state;
-uint32_T c_state[2];
-boolean_T state_not_empty;
-
-/* Function Declarations */
-
-/* Function Definitions */
-/* End of code generation (kalman_dlqe3_data.c) */