px4-firmware/apps/attitude_estimator_ekf/codegen/rdivide.h

35 lines
667 B
C
Raw Normal View History

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
*
2012-10-16 13:02:28 -03:00
* C source code generated on: Tue Oct 16 15:27:58 2012
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) */