c7_deltarobot.h

来自「It is a huge matlab document, kinematic 」· C头文件 代码 · 共 43 行

H
43
字号
#ifndef __c7_DeltaRobot_h__
#define __c7_DeltaRobot_h__

/* Include files */
#include "sfc_sf.h"
#include "sfc_mex.h"

/* Type Definitions */
typedef struct {
  char *context;
  char *name;
  char *dominantType;
  char *resolved;
  uint32_T fileLength;
  uint32_T fileTime1;
  uint32_T fileTime2;
} c7_ResolvedFunctionInfo;

typedef struct {
  SimStruct *S;
  uint32_T chartNumber;
  uint32_T instanceNumber;
  boolean_T c7_doneDoubleBufferReInit;
  uint8_T c7_is_active_c7_DeltaRobot;
  ChartInfoStruct chartInfo;
} SFc7_DeltaRobotInstanceStruct;

/* Named Constants */

/* Variable Declarations */

/* Variable Definitions */

/* Function Declarations */
const mxArray *sf_c7_DeltaRobot_get_eml_resolved_functions_info(void);

/* Function Definitions */
extern void sf_c7_DeltaRobot_get_check_sum(mxArray *plhs[]);
extern void c7_DeltaRobot_method_dispatcher(SimStruct *S, int_T method, void
  *data);

#endif

⌨️ 快捷键说明

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