📄 c2_bpsk.h
字号:
#ifndef __c2_BPSK_h__
#define __c2_BPSK_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 c2_is_active_c2_BPSK;
ChartInfoStruct chartInfo;
} SFc2_BPSKInstanceStruct;
/* Named Constants */
/* Variable Declarations */
/* Variable Definitions */
/* Function Declarations */
/* Function Definitions */
extern void sf_c2_BPSK_get_check_sum(mxArray *plhs[]);
extern void c2_BPSK_method_dispatcher(SimStruct *S, int_T method, void *data);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -