aboutsummaryrefslogtreecommitdiff
path: root/src/modules/position_estimator_mc/codegen/kalman_dlqe1_initialize.c
blob: 6627f76e9c5fbd92372ba62100a88d92f9bfcfe6 (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
/*
 * kalman_dlqe1_initialize.c
 *
 * Code generation for function 'kalman_dlqe1_initialize'
 *
 * C source code generated on: Wed Feb 13 20:34:31 2013
 *
 */

/* Include files */
#include "rt_nonfinite.h"
#include "kalman_dlqe1.h"
#include "kalman_dlqe1_initialize.h"

/* Type Definitions */

/* Named Constants */

/* Variable Declarations */

/* Variable Definitions */

/* Function Declarations */

/* Function Definitions */
void kalman_dlqe1_initialize(void)
{
  rt_InitInfAndNaN(8U);
}

/* End of code generation (kalman_dlqe1_initialize.c) */