c5_lmdap_library_ncs.h

来自「m files for SIAM book, Numerical Computi」· C头文件 代码 · 共 51 行

H
51
字号
#ifndef __c5_LMdap_Library_NCS_h__
#define __c5_LMdap_Library_NCS_h__

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

/* Type Definitions */

typedef struct {
  real_T c5_count;
  real_T c5_delt;
  real_T c5_tmin;
  SimStruct *S;
  void *c5_testPointAddrMap[9];
  uint32_T chartNumber;
  uint32_T instanceNumber;
  uint8_T c5_is_active_c5_LMdap_Library_NCS;
  uint8_T c5_is_c5_LMdap_Library_NCS;
  uint8_T c5_tp_Coast_region_1;
  uint8_T c5_tp_Coast_region_2;
  uint8_T c5_tp_Fire_region_1;
  uint8_T c5_tp_Fire_region_2;
  uint8_T c5_tp_Skip_a_Sample_1;
  uint8_T c5_tp_Skip_a_Sample_2;
  uint8_T c5_tp_Start;
  uint8_T c5_tp_Wait_for_stable_rate;
  ChartInfoStruct chartInfo;
  rtwCAPI_ModelMappingInfo c5_testPointMappingInfo;
} SFc5_LMdap_Library_NCSInstanceStruct;

/* Named Constants */

/* Variable Declarations */

/* Variable Definitions */

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

/* Function Definitions */

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

#endif

⌨️ 快捷键说明

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