| HQP
    1.9.6
    | 
Native S-function code generation include file for Hqp. More...
| Macros | |
| #define | HXI_STRINGIFY(token) #token | 
| Functions | |
| void | Hxi_SimStruct_init (SimStruct *S) | 
| Entry function into Hxi S-function.  More... | |
Native S-function code generation include file for Hqp.
Currently macros for checking optional S-function methods are defined. This allows to write the same code for an inlined S-function and for an external MEX S-function.
(Simulink is a registered trademark of The MathWorks, Inc.)
rf, 05/05/2001
| void Hxi_SimStruct_init | ( | SimStruct * | S | ) | 
Entry function into Hxi S-function.
It initializes a SimStruct with S-function name, version, and with pointers to S-function methods.
References mdlDerivatives(), mdlInitializeConditions(), mdlInitializeSampleTimes(), mdlInitializeSizes(), mdlJacobian(), mdlOutputs(), mdlStart(), mdlTerminate(), and mdlUpdate().