|
ConOpSys V2970
P004.07
ANVILEX control operating system
|

Classes | |
| struct | BigEndianIEEEDouble |
| struct | LittleEndianIEEEDouble |
| struct | IEEESingle |
Macros | |
| #define | NumBitsPerChar 8U |
| #define | rtmIsMajorTimeStep(rtm) (((rtm)->Timing.simTimeStep) == MAJOR_TIME_STEP) |
| #define | rtmIsMinorTimeStep(rtm) (((rtm)->Timing.simTimeStep) == MINOR_TIME_STEP) |
| #define | rtmSetTPtr(rtm, val) ((rtm)->Timing.t = (val)) |
| #define | CodeFormat S-Function |
| #define | S_FUNCTION_NAME simulink_only_sfcn |
| #define | S_FUNCTION_LEVEL 2 |
| #define | RTW_GENERATED_S_FUNCTION |
| #define | rtmGetDataMapInfo(rtm) NULL |
| #define | rtmSetDataMapInfo(rtm, val) |
| #define | RTW_SFUNCTION_DEFINES |
| #define | _RTW_COMMON_DEFINES_ |
| #define | INTERP(x, x1, x2, y1, y2) ( (y1)+(((y2) - (y1))/((x2) - (x1)))*((x)-(x1)) ) |
| #define | ZEROTECHNIQUE |
Enumerations | |
| enum | ZeroTechnique { NORMAL_INTERP , AVERAGE_VALUE , MIDDLE_VALUE } |
Functions | |
| void | DFIG_Model_To_Code_derivatives () |
| real_T | rtGetInf (void) |
| real32_T | rtGetInfF (void) |
| real_T | rtGetMinusInf (void) |
| real32_T | rtGetMinusInfF (void) |
| int_T | rt_GetLookupIndex (const real_T *x, int_T xlen, real_T u) |
| real_T | rt_Lookup (const real_T *x, int_T xlen, real_T u, const real_T *y) |
| void | rt_InitInfAndNaN (size_t realSize) |
| boolean_T | rtIsInf (real_T value) |
| boolean_T | rtIsInfF (real32_T value) |
| boolean_T | rtIsNaN (real_T value) |
| boolean_T | rtIsNaNF (real32_T value) |
| real_T | rtGetNaN (void) |
| real32_T | rtGetNaNF (void) |
Variables | |
| real_T | rtInf |
| real_T | rtMinusInf |
| real_T | rtNaN |
| real32_T | rtInfF |
| real32_T | rtMinusInfF |
| real32_T | rtNaNF |
| #define _RTW_COMMON_DEFINES_ |
| #define CodeFormat S-Function |
| #define INTERP | ( | x, | |
| x1, | |||
| x2, | |||
| y1, | |||
| y2 | |||
| ) | ( (y1)+(((y2) - (y1))/((x2) - (x1)))*((x)-(x1)) ) |
| #define NumBitsPerChar 8U |
| #define rtmGetDataMapInfo | ( | rtm | ) | NULL |
| #define rtmIsMajorTimeStep | ( | rtm | ) | (((rtm)->Timing.simTimeStep) == MAJOR_TIME_STEP) |
| #define rtmIsMinorTimeStep | ( | rtm | ) | (((rtm)->Timing.simTimeStep) == MINOR_TIME_STEP) |
| #define rtmSetDataMapInfo | ( | rtm, | |
| val | |||
| ) |
| #define rtmSetTPtr | ( | rtm, | |
| val | |||
| ) | ((rtm)->Timing.t = (val)) |
| #define RTW_GENERATED_S_FUNCTION |
| #define RTW_SFUNCTION_DEFINES |
| #define S_FUNCTION_LEVEL 2 |
| #define S_FUNCTION_NAME simulink_only_sfcn |
| #define ZEROTECHNIQUE |
| enum ZeroTechnique |
| void DFIG_Model_To_Code_derivatives | ( | ) |
| void rt_InitInfAndNaN | ( | size_t | realSize | ) |
References rtGetInf(), rtGetInfF(), rtGetMinusInf(), rtGetMinusInfF(), rtGetNaN(), rtGetNaNF(), rtInf, rtInfF, rtMinusInf, rtMinusInfF, rtNaN, and rtNaNF.
Referenced by DFIG_Model_To_CodeModelClass::initialize().


References rt_GetLookupIndex().
Referenced by DFIG_Model_To_CodeModelClass::step().


| real_T rtGetInf | ( | void | ) |
References NumBitsPerChar, rtGetInfF(), LittleEndianIEEEDouble::wordH, and LittleEndianIEEEDouble::words.
Referenced by rt_InitInfAndNaN().


| real32_T rtGetInfF | ( | void | ) |
References IEEESingle::wordL, IEEESingle::wordLreal, and IEEESingle::wordLuint.
Referenced by rt_InitInfAndNaN(), and rtGetInf().

| real_T rtGetMinusInf | ( | void | ) |
References NumBitsPerChar, rtGetMinusInfF(), LittleEndianIEEEDouble::wordH, and LittleEndianIEEEDouble::words.
Referenced by rt_InitInfAndNaN().


| real32_T rtGetMinusInfF | ( | void | ) |
References IEEESingle::wordL, IEEESingle::wordLreal, and IEEESingle::wordLuint.
Referenced by rt_InitInfAndNaN(), and rtGetMinusInf().

| real_T rtGetNaN | ( | void | ) |
References NumBitsPerChar, rtGetNaNF(), LittleEndianIEEEDouble::wordH, and LittleEndianIEEEDouble::words.
Referenced by rt_InitInfAndNaN().


| real32_T rtGetNaNF | ( | void | ) |
References IEEESingle::wordL, IEEESingle::wordLreal, and IEEESingle::wordLuint.
Referenced by rt_InitInfAndNaN(), and rtGetNaN().

References rtInf, and rtMinusInf.
References rtInfF, and rtMinusInfF.
| real_T rtInf |
Referenced by rt_InitInfAndNaN(), rtIsInf(), and DFIG_Model_To_CodeModelClass::step().
| real32_T rtInfF |
Referenced by rt_InitInfAndNaN(), and rtIsInfF().
| real_T rtMinusInf |
Referenced by rt_InitInfAndNaN(), and rtIsInf().
| real32_T rtMinusInfF |
Referenced by rt_InitInfAndNaN(), and rtIsInfF().
| real_T rtNaN |
Referenced by rt_InitInfAndNaN().
| real32_T rtNaNF |
Referenced by rt_InitInfAndNaN().