pointinganglecalc2.h

来自「使用c语言及c++来实现matlab编程」· C头文件 代码 · 共 40 行

H
40
字号
/*
 * 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 + =
减小字号Ctrl + -
显示快捷键?