#include "math.h"
#include "rtwtypes.h"
#include "rtw_continuous.h"
#include "rtw_solver.h"
Go to the source code of this file.
◆ Grid_To_Code_COMMON_INCLUDES_
| #define Grid_To_Code_COMMON_INCLUDES_ |
◆ ODE1_INTG
◆ rtmGetErrorStatus
| #define rtmGetErrorStatus |
( |
|
rtm | ) |
((rtm)->errorStatus) |
◆ rtmGetStopRequested
| #define rtmGetStopRequested |
( |
|
rtm | ) |
((rtm)->Timing.stopRequestedFlag) |
◆ rtmGetStopRequestedPtr
| #define rtmGetStopRequestedPtr |
( |
|
rtm | ) |
(&((rtm)->Timing.stopRequestedFlag)) |
◆ rtmGetT
◆ rtmGetTPtr
| #define rtmGetTPtr |
( |
|
rtm | ) |
((rtm)->Timing.t) |
◆ rtmSetErrorStatus
| #define rtmSetErrorStatus |
( |
|
rtm, |
|
|
|
val |
|
) |
| ((rtm)->errorStatus = (val)) |
◆ rtmSetStopRequested
| #define rtmSetStopRequested |
( |
|
rtm, |
|
|
|
val |
|
) |
| ((rtm)->Timing.stopRequestedFlag = (val)) |
◆ RT_MODEL
◆ rtConstP