📄 vdpmult_private.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -