aboutsummaryrefslogtreecommitdiff
path: root/apps/position_estimator/codegen/position_estimator_initialize.c
blob: 862381d3b34c8fbfa157bc4b3830971c2e0f5f43 (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
/*
 * position_estimator_initialize.c
 *
 * Code generation for function 'position_estimator_initialize'
 *
 * C source code generated on: Fri Jun  8 13:31:21 2012
 *
 */

/* Include files */
#include "rt_nonfinite.h"
#include "position_estimator.h"
#include "position_estimator_initialize.h"

/* Type Definitions */

/* Named Constants */

/* Variable Declarations */

/* Variable Definitions */

/* Function Declarations */

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

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