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

📄 c6_lmdap3dof.h

📁 m files for SIAM book, Numerical Computing with MATLAB
💻 H
字号:
#ifndef __c6_LMdap3dof_h__
#define __c6_LMdap3dof_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;
} c6_ResolvedFunctionInfo;

typedef struct {
  SimStruct *S;
  uint32_T chartNumber;
  uint32_T instanceNumber;
  boolean_T c6_doneDoubleBufferReInit;
  uint8_T c6_is_active_c6_LMdap3dof;
  ChartInfoStruct chartInfo;
} SFc6_LMdap3dofInstanceStruct;

/* Named Constants */

/* Variable Declarations */

/* Variable Definitions */

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

/* Function Definitions */

extern void sf_c6_LMdap3dof_get_check_sum(mxArray *plhs[]);
extern void c6_LMdap3dof_method_dispatcher(SimStruct *S, int_T method, void
 *data);

#endif

⌨️ 快捷键说明

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