📄 bluetooth_lib2_sfun_c5.h
字号:
#ifndef __bluetooth_lib2_sfun_c5_h__
#define __bluetooth_lib2_sfun_c5_h__
#include "sfc_sf.h"
#include "sfc_mex.h"
extern void sf_bluetooth_lib2_sfun_c5_get_check_sum(mxArray *plhs[]);
extern void bluetooth_lib2_sfun_c5_registry(SimStruct *simStructPtr);
extern void bluetooth_lib2_sfun_c5_sizes_registry(SimStruct *simStructPtr);
typedef struct SFbluetooth_lib2_sfun_c5StateStruct{
unsigned char is_active_bluetooth_lib2_sfun_c5;
unsigned char is_bluetooth_lib2_sfun_c5;
unsigned char is_m1_c5_s1_ACL_Packets;
} SFbluetooth_lib2_sfun_c5StateStruct;
typedef struct S_SFbluetooth_lib2_sfun_c5InstanceStruct {
SFbluetooth_lib2_sfun_c5StateStruct State;
SimStruct *S;
ChartInfoStruct chartInfo;
unsigned int chartNumber;
unsigned int instanceNumber;
} SFbluetooth_lib2_sfun_c5InstanceStruct;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -