Hxi_sfun_types.h File Reference


Detailed Description

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

This graph shows which files directly or indirectly include this file:

base refererrect $Hxi__SimStruct_8h.html 180,83 300,110rect $simstruc_8h.html 368,58 451,84rect $Hxi__SFunction_8h.html 350,108 470,135rect $Hxi__MEX__SFunction_8h.html 519,7 676,34rect $Hxi__mx__parse_8h.html 538,58 658,84rect $Prg__SFunction_8h.html 536,108 659,135rect $Prg__SFunctionEst_8h.html 726,83 867,110rect $Prg__SFunctionOpt_8h.html 724,134 868,160

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 Documentation

#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 Documentation

typedef char char_T

Character type used in S-function.

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.


HQP is hosted at SourceForge. Documentation generated on Sat Nov 8 14:21:32 2008 using doxygen.