2012-09-19 17:36:41 -03:00
|
|
|
/*
|
2012-10-16 06:10:09 -03:00
|
|
|
* rdivide.h
|
2012-09-19 17:36:41 -03:00
|
|
|
*
|
2012-10-16 06:10:09 -03:00
|
|
|
* Code generation for function 'rdivide'
|
2012-09-19 17:36:41 -03:00
|
|
|
*
|
2013-01-21 12:30:53 -04:00
|
|
|
* C source code generated on: Sat Jan 19 15:25:29 2013
|
2012-09-19 17:36:41 -03:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2012-10-16 06:10:09 -03:00
|
|
|
#ifndef __RDIVIDE_H__
|
|
|
|
#define __RDIVIDE_H__
|
2012-09-19 17:36:41 -03:00
|
|
|
/* Include files */
|
|
|
|
#include <math.h>
|
2012-10-16 06:10:09 -03:00
|
|
|
#include <stddef.h>
|
2012-09-19 17:36:41 -03:00
|
|
|
#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 */
|
2012-10-16 06:10:09 -03:00
|
|
|
extern void rdivide(const real32_T x[3], real32_T y, real32_T z[3]);
|
2012-09-19 17:36:41 -03:00
|
|
|
#endif
|
2012-10-16 06:10:09 -03:00
|
|
|
/* End of code generation (rdivide.h) */
|