cdma2k_sfun.h

来自「CDMA移动通信系统功率控制算法的MATLAB仿真实现」· C头文件 代码 · 共 43 行

H
43
字号
/*
 *
 * Stateflow code generation for machine:
 *    cdma2k
 * 
 * Target Name                          : sfun
 * Model Version                        : 1.188
 * Stateflow Version                    : 5.0.0.13.00.1.000001
 * Date of code generation              : 16-May-2006 20:20:50
 *
 */
	
#ifndef __cdma2k_sfun_h__
#define __cdma2k_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 + -
显示快捷键?