aboutsummaryrefslogtreecommitdiff
path: root/src/modules/position_estimator_mc/codegen/kalman_dlqe3_data.c
blob: 8f2275c1313c2f11f4bde09a42a02b80a31e3ea7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
 * 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) */