⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 deltarobot_sfun.h

📁 It is a huge matlab document, kinematic represantation and control of Modified Delta Mechanism which
💻 H
字号:
#ifndef __DeltaRobot_sfun_h__
#define __DeltaRobot_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 _DeltaRobotMachineNumber_;
extern real_T _sfTime_;

/* Variable Definitions */

/* Function Declarations */
void DeltaRobot_initializer(void);
void DeltaRobot_terminator(void);

/* Function Definitions */
#endif

⌨️ 快捷键说明

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