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

#ifndef __POSITION_ESTIMATOR_TERMINATE_H__
#define __POSITION_ESTIMATOR_TERMINATE_H__
/* Include files */
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#include "rtwtypes.h"
#include "position_estimator_types.h"

/* Type Definitions */

/* Named Constants */

/* Variable Declarations */

/* Variable Definitions */

/* Function Declarations */
extern void position_estimator_terminate(void);
#endif
/* End of code generation (position_estimator_terminate.h) */