2012-08-04 19:12:36 -03:00
|
|
|
/*
|
|
|
|
* eye.h
|
|
|
|
*
|
|
|
|
* Code generation for function 'eye'
|
|
|
|
*
|
2013-01-21 12:30:53 -04:00
|
|
|
* C source code generated on: Sat Jan 19 15:25:29 2013
|
2012-08-04 19:12:36 -03:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __EYE_H__
|
|
|
|
#define __EYE_H__
|
|
|
|
/* Include files */
|
|
|
|
#include <math.h>
|
2012-10-16 06:10:09 -03:00
|
|
|
#include <stddef.h>
|
2012-08-04 19:12:36 -03:00
|
|
|
#include <stdlib.h>
|
|
|
|
#include <string.h>
|
2012-09-19 17:36:41 -03:00
|
|
|
#include "rt_defines.h"
|
|
|
|
#include "rt_nonfinite.h"
|
2012-08-04 19:12:36 -03:00
|
|
|
|
|
|
|
#include "rtwtypes.h"
|
|
|
|
#include "attitudeKalmanfilter_types.h"
|
|
|
|
|
|
|
|
/* Type Definitions */
|
|
|
|
|
|
|
|
/* Named Constants */
|
|
|
|
|
|
|
|
/* Variable Declarations */
|
|
|
|
|
|
|
|
/* Variable Definitions */
|
|
|
|
|
|
|
|
/* Function Declarations */
|
2012-10-02 04:23:47 -03:00
|
|
|
extern void b_eye(real_T I[144]);
|
2012-08-04 19:12:36 -03:00
|
|
|
extern void eye(real_T I[9]);
|
|
|
|
#endif
|
|
|
|
/* End of code generation (eye.h) */
|