(Simulink is a registered trademark of The MathWorks, Inc.)
rf, 05/06/2001

Defines | |
| #define | Hxi_sfun_types_H |
| Avoid multiple inclusion. | |
| #define | UNUSED_ARG(arg) (arg)=(arg) |
| Use this macro to avoid compiler warning about unused function args. | |
| #define | HXI_REAL_T double |
| HXI_REAL_T can be defined before including this file (default: double). | |
Typedefs | |
| typedef HXI_REAL_T | real_T |
| Real type used in S-function. | |
| typedef real_T ** | InputRealPtrsType |
| Pointer type used for Real inputs of S-function. | |
| typedef int | int_T |
| Integer type used in S-function. | |
| typedef unsigned | uint_T |
| Unsigned integer type used in S-function. | |
| typedef char | char_T |
| Character type used in S-function. | |
Enumerations | |
| enum | mxComplexity { mxREAL = 0, mxComplex } |
| mxArray element types | |
| #define HXI_REAL_T double |
HXI_REAL_T can be defined before including this file (default: double).
| #define UNUSED_ARG | ( | arg | ) | (arg)=(arg) |
Use this macro to avoid compiler warning about unused function args.
| typedef char char_T |
Character type used in S-function.
| typedef real_T** InputRealPtrsType |
Pointer type used for Real inputs of S-function.
| typedef int int_T |
Integer type used in S-function.
| typedef HXI_REAL_T real_T |
Real type used in S-function.
| typedef unsigned uint_T |
Unsigned integer type used in S-function.
.