ConOpSys V2970  P004.07
ANVILEX control operating system
Classes | Macros | Typedefs | Variables
DFIG_Model_To_Code.h File Reference
#include <stddef.h>
#include "math.h"
#include <string.h>
#include "rtwtypes.h"
#include "rtw_continuous.h"
#include "rtw_solver.h"
Include dependency graph for DFIG_Model_To_Code.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ DFIG_Model_To_Code_COMMON_INCLUDES_

#define DFIG_Model_To_Code_COMMON_INCLUDES_

◆ ODE1_INTG

#define ODE1_INTG

◆ rtmGetErrorStatus

#define rtmGetErrorStatus (   rtm)    ((rtm)->errorStatus)

◆ rtmGetStopRequested

#define rtmGetStopRequested (   rtm)    ((rtm)->Timing.stopRequestedFlag)

◆ rtmGetStopRequestedPtr

#define rtmGetStopRequestedPtr (   rtm)    (&((rtm)->Timing.stopRequestedFlag))

◆ rtmGetT

#define rtmGetT (   rtm)    (rtmGetTPtr((rtm))[0])

◆ rtmGetTPtr

#define rtmGetTPtr (   rtm)    ((rtm)->Timing.t)

◆ rtmSetErrorStatus

#define rtmSetErrorStatus (   rtm,
  val 
)    ((rtm)->errorStatus = (val))

◆ rtmSetStopRequested

#define rtmSetStopRequested (   rtm,
  val 
)    ((rtm)->Timing.stopRequestedFlag = (val))

Typedef Documentation

◆ ConstB

typedef const struct tag_ConstB ConstB

◆ RT_MODEL

typedef struct tag_RTM RT_MODEL

Variable Documentation

◆ rtConstB

const ConstB rtConstB
extern

◆ rtConstP

const ConstP rtConstP
extern