ConOpSys V2970
P004.07
ANVILEX control operating system
|
#include <stddef.h>
#include "math.h"
#include <string.h>
#include "rtwtypes.h"
#include "rtw_continuous.h"
#include "rtw_solver.h"
Go to the source code of this file.
Classes | |
struct | DW |
struct | X |
struct | XDot |
struct | XDis |
struct | tag_ConstB |
struct | ODE1_IntgData |
struct | ConstP |
struct | ExtU |
struct | ExtY |
struct | tag_RTM |
class | DFIG_Model_To_CodeModelClass |
Macros | |
#define | DFIG_Model_To_Code_COMMON_INCLUDES_ |
#define | rtmGetErrorStatus(rtm) ((rtm)->errorStatus) |
#define | rtmSetErrorStatus(rtm, val) ((rtm)->errorStatus = (val)) |
#define | rtmGetStopRequested(rtm) ((rtm)->Timing.stopRequestedFlag) |
#define | rtmSetStopRequested(rtm, val) ((rtm)->Timing.stopRequestedFlag = (val)) |
#define | rtmGetStopRequestedPtr(rtm) (&((rtm)->Timing.stopRequestedFlag)) |
#define | rtmGetT(rtm) (rtmGetTPtr((rtm))[0]) |
#define | rtmGetTPtr(rtm) ((rtm)->Timing.t) |
#define | ODE1_INTG |
Typedefs | |
typedef struct tag_RTM | RT_MODEL |
typedef const struct tag_ConstB | ConstB |
Variables | |
const ConstB | rtConstB |
const ConstP | rtConstP |
#define DFIG_Model_To_Code_COMMON_INCLUDES_ |
#define ODE1_INTG |
#define rtmGetErrorStatus | ( | rtm | ) | ((rtm)->errorStatus) |
#define rtmGetStopRequested | ( | rtm | ) | ((rtm)->Timing.stopRequestedFlag) |
#define rtmGetStopRequestedPtr | ( | rtm | ) | (&((rtm)->Timing.stopRequestedFlag)) |
#define rtmGetT | ( | rtm | ) | (rtmGetTPtr((rtm))[0]) |
#define rtmGetTPtr | ( | rtm | ) | ((rtm)->Timing.t) |
#define rtmSetErrorStatus | ( | rtm, | |
val | |||
) | ((rtm)->errorStatus = (val)) |
#define rtmSetStopRequested | ( | rtm, | |
val | |||
) | ((rtm)->Timing.stopRequestedFlag = (val)) |
typedef const struct tag_ConstB ConstB |
|
extern |
Referenced by DFIG_Model_To_CodeModelClass::step().
|
extern |
Referenced by DFIG_Model_To_CodeModelClass::step().