📄 pointinganglecalc2.h
字号:
/*
* PointingAngleCalc2.h
*
* Embedded MATLAB Coder code generation for M-function 'PointingAngleCalc2'
*
* C source code generated on: Thu May 22 09:59:50 2008
*
*/
#ifndef __POINTINGANGLECALC2_H__
#define __POINTINGANGLECALC2_H__
/* Include files */
#include "rt_atan2.h"
#include <math.h>
#include <math.h>
#include <math.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "rtwtypes.h"
#include "rt_nonfinite.h"
/* Type Definitions */
/* Named Constants */
/* Variable Declarations */
/* Variable Definitions */
/* Function Declarations */
void PointingAngleCalc2(real_T eml_target[3], real_T eml_roll, real_T eml_pitch, real_T eml_heading, real_T *eml_theta, real_T *eml_alpha);
void PointingAngleCalc2_initialize(void);
void PointingAngleCalc2_terminate(void);
#endif
/* End of Embedded MATLAB Coder code generation (PointingAngleCalc2.h) */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -