c1_test2.h
来自「mmo 信道估计算法 matlab 仿真 实现了无线信道环境下的信道估计」· C头文件 代码 · 共 32 行
H
32 行
#ifndef __c1_test2_h__
#define __c1_test2_h__
/* Include files */
#include "sfc_sf.h"
#include "sfc_mex.h"
/* Type Definitions */
typedef struct {
SimStruct *S;
uint32_T chartNumber;
uint32_T instanceNumber;
uint8_T c1_is_active_c1_test2;
ChartInfoStruct chartInfo;
} SFc1_test2InstanceStruct;
/* Named Constants */
/* Variable Declarations */
/* Variable Definitions */
/* Function Declarations */
/* Function Definitions */
extern void sf_c1_test2_get_check_sum(mxArray *plhs[]);
extern void c1_test2_method_dispatcher(SimStruct *S, int_T method, void *data);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?