bluetooth_lib2_sfun.h

来自「在matlab的simulink中实现的无线蓝牙模块」· C头文件 代码 · 共 32 行

H
32
字号
	
#ifndef __bluetooth_lib2_sfun_h__
#define __bluetooth_lib2_sfun_h__
#include <string.h>
#include <stdlib.h>
#include <math.h>
#ifndef min
#define min(a,b)    (((a) < (b)) ? (a) : (b))
#endif
#ifndef max
#define max(a,b)    (((a) > (b)) ? (a) : (b))
#endif
#define S_FUNCTION_NAME sf_sfun
#include "sfc_sf.h"
#include "sfc_mex.h"
#include "sfcdebug.h"
#include "tmwtypes.h"



#define CALL_EVENT (255) /* Enumeration of all events for machine */
#ifndef _sfTime_
/* Stateflow time variable */
extern real_T _sfTime_;
#endif


extern uint8_T _sfEvent_;
#endif


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?