?? bpsk_sfun.h
字號:
#ifndef __BPSK_sfun_h__
#define __BPSK_sfun_h__
/* Include files */
#define S_FUNCTION_NAME sf_sfun
#include "sfc_sf.h"
#include "sfc_mex.h"
#ifdef __cplusplus
extern "C" {
#endif
#include "template_support_fcn_list.h"
#ifdef __cplusplus
}
#endif
#include "sfcdebug.h"
#define rtInf (mxGetInf())
#define rtMinusInf (-(mxGetInf()))
#define rtNaN (mxGetNaN())
#define rtIsNaN(X) ((int)mxIsNaN(X))
#define rtIsInf(X) ((int)mxIsInf(X))
/* Type Definitions */
/* Named Constants */
#define CALL_EVENT (MAX_uint8_T)
/* Variable Declarations */
extern uint8_T _sfEvent_;
extern uint32_T _BPSKMachineNumber_;
extern real_T _sfTime_;
/* Variable Definitions */
/* Function Declarations */
void BPSK_initializer(void);
void BPSK_terminator(void);
/* Function Definitions */
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -