HQP
1.9.6
|
Native type definitions required to compile a Simulink(R) S-function with Hqp. More...
Macros | |
#define | UNUSED_ARG(arg) (arg)=(arg) |
Avoid multiple inclusion. More... | |
#define | HXI_REAL_T double |
HXI_REAL_T can be defined before including this file (default: double). More... | |
Typedefs | |
typedef HXI_REAL_T | real_T |
Real type used in S-function. More... | |
typedef real_T ** | InputRealPtrsType |
Pointer type used for Real inputs of S-function. More... | |
typedef int | int_T |
Integer type used in S-function. More... | |
typedef unsigned | uint_T |
Unsigned integer type used in S-function. More... | |
typedef char | char_T |
Character type used in S-function. More... | |
typedef enum mxComplexity | mxComplexity |
mxArray element types | |
Enumerations | |
enum | mxComplexity { mxREAL =0, mxComplex } |
mxArray element types | |
Native type definitions required to compile a Simulink(R) S-function with Hqp.
(Simulink is a registered trademark of The MathWorks, Inc.)
rf, 05/06/2001
#define HXI_REAL_T double |
HXI_REAL_T can be defined before including this file (default: double).
#define UNUSED_ARG | ( | arg | ) | (arg)=(arg) |
Avoid multiple inclusion.
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.