?? c1_test2.h
字號:
#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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -