model20to01_private.h

来自「《MATLAB7.0_Simulink6.0建模仿真开发与高级工程应用》书中程序」· C头文件 代码 · 共 21 行

H
21
字号
/*
 * model20to01_private.h
 *
 * Real-Time Workshop code generation for Simulink model "model20to01.mdl".
 *
 * Model Version              : 1.6
 * Real-Time Workshop version : 6.0  (R14)  05-May-2004
 * C source code generated on : Thu Feb 24 16:06:37 2005
 */
#ifndef _RTW_HEADER_model20to01_private_h_
#define _RTW_HEADER_model20to01_private_h_

/* Private Macros used by the generated code to access rtModel */

/* Check for inclusion of an incorrect version of rtwtypes.h */
#ifndef RTWTYPES_ID_C08S16I32L32N32F1
#error This code was generated with a different "rtwtypes.h" than the file included
#endif

#endif                                  /* _RTW_HEADER_model20to01_private_h_ */

⌨️ 快捷键说明

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