aboutsummaryrefslogtreecommitdiff
path: root/apps/attitude_estimator_ekf/codegen/power.h
blob: a60f1bb25f56fc6573a75ccbd31e4263838bce03 (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
33
34
/*
 * power.h
 *
 * Code generation for function 'power'
 *
 * C source code generated on: Mon Oct 01 19:38:49 2012
 *
 */

#ifndef __POWER_H__
#define __POWER_H__
/* Include files */
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "rt_defines.h"
#include "rt_nonfinite.h"

#include "rtwtypes.h"
#include "attitudeKalmanfilter_types.h"

/* Type Definitions */

/* Named Constants */

/* Variable Declarations */

/* Variable Definitions */

/* Function Declarations */
extern void power(const real32_T a[12], real_T b, real32_T y[12]);
#endif
/* End of code generation (power.h) */