vdpmult_private.h
来自「《MATLAB7.0_Simulink6.0建模仿真开发与高级工程应用》书中程序」· C头文件 代码 · 共 53 行
H
53 行
#ifndef _RTW_HEADER_vdpmult_private_h_
#define _RTW_HEADER_vdpmult_private_h_
#ifndef rtmIsFirstInitCond
# define rtmIsFirstInitCond(rtm) ssIsFirstInitCond((rtm)->_mdlRefSfcnS)
#endif
#ifndef rtmIsMajorTimeStep
# define rtmIsMajorTimeStep(rtm) ssIsMajorTimeStep((rtm)->_mdlRefSfcnS)
#endif
#ifndef rtmIsMinorTimeStep
# define rtmIsMinorTimeStep(rtm) ssIsMinorTimeStep((rtm)->_mdlRefSfcnS)
#endif
#ifndef rtmGetTPtr
# define rtmGetTPtr(rtm) (rtm)->Timing.t
#endif
#ifndef rtmSetTPtr
# define rtmSetTPtr(rtm, val) (rtm)->Timing.t = ((val))
#endif
#ifndef RTWTYPES_ID_C08S16I32L32N32F1
#error This code was generated with a different "rtwtypes.h" than the file included
#endif
#ifndef rtmGetDataMapInfo
# define rtmGetDataMapInfo(rtm) ((rtm)->DataMapInfo)
#endif
#ifndef rtmSetDataMapInfo
# define rtmSetDataMapInfo(rtm, val) ((rtm)->DataMapInfo = (val))
#endif
#ifndef rtmGetT
# define rtmGetT(rtm) ssGetT((rtm)->_mdlRefSfcnS)
#endif
#ifndef rtmGetTFinal
# define rtmGetTFinal(rtm) ssGetTFinal((rtm)->_mdlRefSfcnS)
#endif
#ifndef rtmGetTStart
# define rtmGetTStart(rtm) ssGetTStart((rtm)->_mdlRefSfcnS)
#endif
#ifndef rtmGetTimeOfLastOutput
# define rtmGetTimeOfLastOutput(rtm) ssGetTimeOfLastOutput((rtm)->_mdlRefSfcnS)
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?