<?xml version='1.0' encoding='ISO-8859-1' ?>
<!-- $Revision: 1.2 $ $Date: 2000/09/20 18:24:41 $ -->

<toc version="1.0">

<tocitem target="sfun_int.html">Writing S-Functions

<tocitem target="sfun_int.html">Overview of S-Functions
    <tocitem target="sfun_int.html#37997">Introduction
        <tocitem target="sfun_in2.html#151">What Is an S-Function?</tocitem>
        <tocitem target="sfun_in3.html#54075">Using S-Functions in Models</tocitem>
        <tocitem target="sfun_in4.html#54365">Passing Parameters to S-Functions</tocitem>
        <tocitem target="sfun_in5.html#221">When to Use an S-Function</tocitem>
        <tocitem target="sfun_in6.html#12629">How S-Functions Work</tocitem>
        <tocitem target="sfun_in7.html#18028">Implementing S-Functions</tocitem>
        <tocitem target="sfun_in8.html#58760">S-Function Concepts</tocitem>
        <tocitem target="sfun_in9.html#21998">S-Function Examples</tocitem>
    </tocitem>
</tocitem>
<tocitem target="sfun_m.html">Writing M S-Functions
    <tocitem target="sfun_m.html#13442">Introduction
        <tocitem target="sfun_m2.html#55187">S-Function Arguments</tocitem>
        <tocitem target="sfun_m3.html#55183">S-Function Outputs</tocitem>
        <tocitem target="sfun_m4.html#13642">Defining S-Function Block Characteristics</tocitem>
        <tocitem target="sfun_m5.html#14184">A Simple M-File S-Function Example</tocitem>
    </tocitem>
    <tocitem target="sfun_m6.html#4809">Examples of M-File S-Functions
        <tocitem target="sfun_m6.html#52723">Example - Continuous State S-Function</tocitem>
        <tocitem target="sfun_m7.html#5319">Example - Discrete State S-Function</tocitem>
        <tocitem target="sfun_m8.html#5929">Example - Hybrid System S-Functions</tocitem>
        <tocitem target="sfun_m9.html#6175">Example - Variable Sample Time S-Functions</tocitem>
        <tocitem target="sfun_m10.html#52680">Processing S-Function Parameters</tocitem>
    </tocitem>
</tocitem>
<tocitem target="sfunc_c.html">Writing S-Functions in C
    <tocitem target="sfunc_c.html#53026">Introduction
        <tocitem target="sfunc_c2.html#23293">Example of a Basic C MEX S-Function</tocitem>
    </tocitem>
    <tocitem target="sfunc_c3.html#48191">Templates for C S-Functions
        <tocitem target="sfunc_c4.html#26266">S-Function Source File Requirements</tocitem>
        <tocitem target="sfunc_c5.html#88499">The SimStruct</tocitem>
        <tocitem target="sfunc_c6.html#68356">Compiling C S-Functions</tocitem>
    </tocitem>
    <tocitem target="sfunc_c7.html#37326">How Simulink Interacts with C S-Functions
        <tocitem target="sfunc_c8.html#83424">Process View</tocitem>
        <tocitem target="sfunc_c9.html#63263">Data View</tocitem>
    </tocitem>
    <tocitem target="sfunc_10.html#84960">Writing Callback Methods</tocitem>
    <tocitem target="sfunc_11.html#38950">Converting Level 1 C MEX S-Functions to Level 2
        <tocitem target="sfunc_12.html#89139">Obsolete Macros</tocitem>
    </tocitem>
</tocitem>
<tocitem target="sfun_c++.html">Creating C++ S-Functions
    <tocitem target="sfun_c++.html#53026">Overview</tocitem>
    <tocitem target="sfun_c+2.html#88371">Source File Format</tocitem>
    <tocitem target="sfun_c+3.html#88429">Making C++ Objects Persistent</tocitem>
    <tocitem target="sfun_c+4.html#88709">Building C++ S-Functions</tocitem>
</tocitem>
<tocitem target="sfun_ada.html">Creating Ada S-Functions
    <tocitem target="sfun_ada.html#53026">Introduction</tocitem>
    <tocitem target="sfun_ad2.html#88621">Ada S-Function Source File Format
        <tocitem target="sfun_ad3.html#88641">Ada S-Function Specification</tocitem>
        <tocitem target="sfun_ad4.html#88645">Ada S-Function Body</tocitem>
    </tocitem>
    <tocitem target="sfun_ad5.html#88595">Writing Callback Methods in Ada
        <tocitem target="sfun_ad5.html#88884">Callbacks Invoked By Simulink</tocitem>
        <tocitem target="sfun_ad5.html#88958">Implementing Callbacks</tocitem>
        <tocitem target="sfun_ad5.html#88588">Omitting Optional Callback Methods</tocitem>
        <tocitem target="sfun_ad5.html#88571">SimStruct Functions</tocitem>
    </tocitem>
    <tocitem target="sfun_ad6.html#88975">Building an Ada S-Function</tocitem>
    <tocitem target="sfun_ad7.html#89177">Using an Ada S-Function in a Model</tocitem>
    <tocitem target="sfun_ad8.html#88352">Example of an Ada S-Function</tocitem>
</tocitem>
<tocitem target="sfun_for.html">Creating Fortran S-Functions
    <tocitem target="sfun_for.html#53026">Introduction
        <tocitem target="sfun_fo2.html#88442">Level 1 Versus Level 2 S-Functions</tocitem>
    </tocitem>
    <tocitem target="sfun_fo3.html#88453">Creating Level 1 Fortran S-Functions
        <tocitem target="sfun_fo3.html#88457">The Fortran MEX Template File</tocitem>
        <tocitem target="sfun_fo4.html#88466">Example</tocitem>
        <tocitem target="sfun_fo5.html#88482">Inline Code Generation Example</tocitem>
    </tocitem>
    <tocitem target="sfun_fo6.html#88492">Creating Level 2 Fortran S-Functions
        <tocitem target="sfun_fo6.html#88507">Template File</tocitem>
        <tocitem target="sfun_fo6.html#88515">C/Fortran Interfacing Tips</tocitem>
        <tocitem target="sfun_fo7.html#88655">Constructing the Gateway</tocitem>
        <tocitem target="sfun_fo8.html#88766">An Example C-MEX S-Function Calling Fortran Code</tocitem>
    </tocitem>
    <tocitem target="sfun_fo9.html#88797">Porting Legacy Code
        <tocitem target="sfun_fo9.html#88800">Find the States</tocitem>
        <tocitem target="sfun_fo9.html#88824">Sample Times</tocitem>
        <tocitem target="sfun_fo9.html#88831">Multiple Instances</tocitem>
        <tocitem target="sfun_fo9.html#88839">Use Flints If Needed</tocitem>
        <tocitem target="sfun_fo9.html#88857">Considerations for Real Time</tocitem>
    </tocitem>
</tocitem>
<tocitem target="sfun_fea.html">Implementing Block Features
    <tocitem target="sfun_fea.html#53026">Introduction</tocitem>
    <tocitem target="sfun_fe2.html#37111">Dialog Parameters
        <tocitem target="sfun_fe3.html#33602">Tunable Parameters</tocitem>
    </tocitem>
    <tocitem target="sfun_fe4.html#90256">Run-Time Parameters
        <tocitem target="sfun_fe4.html#90354">Creating Run-Time Parameters</tocitem>
        <tocitem target="sfun_fe4.html#90440">Updating Run-Time Parameters</tocitem>
    </tocitem>
    <tocitem target="sfun_fe5.html#30616">Input and Output Ports
        <tocitem target="sfun_fe5.html#90610">Creating Input Ports</tocitem>
        <tocitem target="sfun_fe6.html#90962">Creating Output Ports</tocitem>
        <tocitem target="sfun_fe7.html#30617">Scalar Expansion of Inputs</tocitem>
        <tocitem target="sfun_fe8.html#90846">Masked Multiport S-Functions</tocitem>
    </tocitem>
    <tocitem target="sfun_fe9.html#91255">Custom Data Types</tocitem>
    <tocitem target="sfun_f10.html#30554">Sample Times
        <tocitem target="sfun_f11.html#64079">Block-Based Sample Times</tocitem>
        <tocitem target="sfun_f12.html#63983">Port-Based Sample Times</tocitem>
        <tocitem target="sfun_f13.html#63988">Specifying the Number of Sample Times in mdlInitializeSizes</tocitem>
        <tocitem target="sfun_f13.html#70916">Hybrid Block-Based and Port-Based Sample Times</tocitem>
        <tocitem target="sfun_f14.html#33929">Multirate S-Function Blocks</tocitem>
        <tocitem target="sfun_f15.html#72406">Synchronizing Multirate S-Function Blocks</tocitem>
    </tocitem>
    <tocitem target="sfun_f16.html#31308">Work Vectors
        <tocitem target="sfun_f17.html#38247">Work Vectors and Zero Crossings</tocitem>
        <tocitem target="sfun_f18.html#34011">An Example Involving a Pointer Work Vector</tocitem>
        <tocitem target="sfun_f19.html#34517">Memory Allocation</tocitem>
    </tocitem>
    <tocitem target="sfun_f20.html#89485">Function-Call Subsystems</tocitem>
    <tocitem target="sfun_f21.html#84691">Handling Errors
        <tocitem target="sfun_f22.html#84705">Exception Free Code</tocitem>
        <tocitem target="sfun_f23.html#84725">ssSetErrorStatus Termination Criteria</tocitem>
    </tocitem>
    <tocitem target="sfun_f24.html#32206">S-Function Examples
        <tocitem target="sfun_f25.html#6574">Example - Continuous State S-Function</tocitem>
        <tocitem target="sfun_f26.html#6806">Example - Discrete State S-Function</tocitem>
        <tocitem target="sfun_f27.html#6885">Example - Hybrid System S-Functions</tocitem>
        <tocitem target="sfun_f28.html#6981">Example - Variable Step S-Function</tocitem>
        <tocitem target="sfun_f29.html#33329">Example - Zero Crossing S-Function</tocitem>
        <tocitem target="sfun_f30.html#34172">Example - Time Varying Continuous Transfer Function</tocitem>
    </tocitem>
</tocitem>
<tocitem target="sfcn_rtw.html">Writing S-Functions for Real-Time Workshop
    <tocitem target="sfcn_rtw.html#53085">Introduction
        <tocitem target="sfcn_rt2.html#53094">Classes of Problems Solved by S-Functions</tocitem>
        <tocitem target="sfcn_rt3.html#53101">Types of S-Functions</tocitem>
        <tocitem target="sfcn_rt4.html#53121">Basic Files Required for Implementation</tocitem>
    </tocitem>
    <tocitem target="sfcn_rt5.html#53130">Noninlined S-Functions
        <tocitem target="sfcn_rt6.html#58217">S-Function Module Names for Real-Time Workshop Builds</tocitem>
    </tocitem>
    <tocitem target="sfcn_rt7.html#53144">Writing Wrapper S-Functions
        <tocitem target="sfcn_rt8.html#53147">The MEX S-Function Wrapper</tocitem>
        <tocitem target="sfcn_rt9.html#53324">The TLC S-Function Wrapper</tocitem>
        <tocitem target="sfcn_r10.html#53512">The Inlined Code</tocitem>
    </tocitem>
    <tocitem target="sfcn_r11.html#53543">Fully Inlined S-Functions
        <tocitem target="sfcn_r12.html#53578">Multiport S-Function Example</tocitem>
    </tocitem>
    <tocitem target="sfcn_r13.html#53580">Fully Inlined S-Function with the mdlRTW Routine
        <tocitem target="sfcn_r14.html#58262">S-Function RTWdata for Generating Code with Real-Time Workshop</tocitem>
        <tocitem target="sfcn_15a.html#53588">The Direct-Index Lookup Table Algorithm</tocitem>
        <tocitem target="sfcn_r16.html#53599">The Direct-Index Lookup Table Example</tocitem>
    </tocitem>
</tocitem>
<tocitem target="callback.html">S-Function Callback Methods
    <tocitem target="callback.html#7373">Callback Method Reference
        <tocitem target="mdlcheckparameters.html#92925">mdlCheckParameters</tocitem>
        <tocitem target="mdlderivatives.html#91546">mdlDerivatives</tocitem>
        <tocitem target="mdlgettimeofnextvarhit.html#91023">mdlGetTimeOfNextVarHit</tocitem>
        <tocitem target="mdlinitializeconditions.html#90781">mdlInitializeConditions</tocitem>
        <tocitem target="mdlinitializesampletimes.html#89250">mdlInitializeSampleTimes</tocitem>
        <tocitem target="mdlinitializesizes.html#84920">mdlInitializeSizes</tocitem>
        <tocitem target="mdloutputs.html#91411">mdlOutputs</tocitem>
        <tocitem target="mdlprocessparameters.html#93500">mdlProcessParameters</tocitem>
        <tocitem target="mdlrtw.html#94773">mdlRTW</tocitem>
        <tocitem target="mdlsetdefaultportcomplexs.html#85474">mdlSetDefaultPortComplexSignals</tocitem>
        <tocitem target="mdlsetdefaultportdatatype.html#84545">mdlSetDefaultPortDataTypes</tocitem>
        <tocitem target="mdlsetdefaultportdimensio.html#84011">mdlSetDefaultPortDimensionInfo</tocitem>
        <tocitem target="mdlsetinputportcomplexsig.html#84682">mdlSetInputPortComplexSignal</tocitem>
        <tocitem target="mdlsetinputportdatatype.html#84265">mdlSetInputPortDataType</tocitem>
        <tocitem target="mdlsetinputportdimensioni.html#58262">mdlSetInputPortDimensionInfo</tocitem>
        <tocitem target="mdlsetinputportframedata.html#94035">mdlSetInputPortFrameData</tocitem>
        <tocitem target="mdlsetinputportsampletime.html#88102">mdlSetInputPortSampleTime</tocitem>
        <tocitem target="mdlsetinputportwidth.html#107507">mdlSetInputPortWidth</tocitem>
        <tocitem target="mdlsetoutputportcomplexsi.html#84782">mdlSetOutputPortComplexSignal</tocitem>
        <tocitem target="mdlsetoutputportdatatype.html#84500">mdlSetOutputPortDataType</tocitem>
        <tocitem target="mdlsetoutputportdimension.html#83968">mdlSetOutputPortDimensionInfo</tocitem>
        <tocitem target="mdlsetoutputportsampletim.html#89057">mdlSetOutputPortSampleTime</tocitem>
        <tocitem target="mdlsetoutputportwidth.html#107647">mdlSetOutputPortWidth</tocitem>
        <tocitem target="mdlsetworkwidths.html#90648">mdlSetWorkWidths</tocitem>
        <tocitem target="mdlstart.html#90989">mdlStart</tocitem>
        <tocitem target="mdlterminate.html#91691">mdlTerminate</tocitem>
        <tocitem target="mdlupdate.html#91493">mdlUpdate</tocitem>
        <tocitem target="mdlzerocrossings.html#91347">mdlZeroCrossings</tocitem>
    </tocitem>
</tocitem>
<tocitem target="simstruc.html">SimStruct Functions
    <tocitem target="simstruc.html#7373">Introduction
        <tocitem target="simstru2.html#10558">Language Support</tocitem>
        <tocitem target="simstr3a.html#10614">The SimStruct</tocitem>
    </tocitem>
    <tocitem target="simstr3a.html#5492">SimStruct Macros and Functions Listed by Usage
        <tocitem target="simstr3a.html#5507">Miscellaneous</tocitem>
        <tocitem target="simstr3a.html#5734">Error Handling and Status</tocitem>
        <tocitem target="simstr3a.html#6202">I/O Port</tocitem>
        <tocitem target="simstr3a.html#10839">Dialog Box Parameters</tocitem>
        <tocitem target="simstr3a.html#10877">Run-Time Parameters</tocitem>
        <tocitem target="simstr3a.html#10928">Sample Time</tocitem>
        <tocitem target="simstr3a.html#9564">State and Work Vector</tocitem>
        <tocitem target="simstr3a.html#9880">Simulation Information</tocitem>
        <tocitem target="simstr3a.html#10026">Function Call</tocitem>
        <tocitem target="simstr3a.html#10244">Data Type</tocitem>
        <tocitem target="simstr3a.html#11156">Real-Time Workshop</tocitem>
    </tocitem>
    <tocitem target="simstr4a.html#5441">Macro Reference
        <tocitem target="sscallexternalmodefcn.html#177523">ssCallExternalModeFcn</tocitem>
        <tocitem target="sscallsystemwithtid.html#58262">ssCallSystemWithTid</tocitem>
        <tocitem target="ssgetabstol.html#178990">ssGetAbsTol</tocitem>
        <tocitem target="ssgetcontstateaddress.html#88150">ssGetContStateAddress</tocitem>
        <tocitem target="ssgetcontstates.html#58188">ssGetContStates</tocitem>
        <tocitem target="ssgetdatatypename.html#72286">ssGetDataTypeName</tocitem>
        <tocitem target="ssgetdatatypeid.html#72421">ssGetDataTypeId</tocitem>
        <tocitem target="ssgetdatatypesize.html#62863">ssGetDataTypeSize</tocitem>
        <tocitem target="ssgetdatatypezero.html#65684">ssGetDataTypeZero</tocitem>
        <tocitem target="ssgetdiscstates.html#87044">ssGetDiscStates</tocitem>
        <tocitem target="ssgetdtypeidfrommxarray.html#101939">ssGetDTypeIdFromMxArray</tocitem>
        <tocitem target="ssgetdworkcomplexsignal.html#142301">ssGetDWorkComplexSignal</tocitem>
        <tocitem target="ssgetdworkdatatype.html#141642">ssGetDWorkDataType</tocitem>
        <tocitem target="ssgetdworkname.html#142912">ssGetDWorkName</tocitem>
        <tocitem target="ssgetdworkusedasdstate.html#143517">ssGetDWorkUsedAsDState</tocitem>
        <tocitem target="ssgetdworkwidth.html#141545">ssGetDWorkWidth</tocitem>
        <tocitem target="ssgetdx.html#48475">ssGetdX</tocitem>
        <tocitem target="ssgeterrorstatus.html#89215">ssGetErrorStatus</tocitem>
        <tocitem target="ssgetinputportbufferdstpo.html#28585">ssGetInputPortBufferDstPort</tocitem>
        <tocitem target="ssgetinputportconnected.html#28583">ssGetInputPortConnected</tocitem>
        <tocitem target="ssgetinputportcomplexsign.html#73761">ssGetInputPortComplexSignal</tocitem>
        <tocitem target="ssgetinputportdatatype.html#72858">ssGetInputPortDataType</tocitem>
        <tocitem target="ssgetinputportdimensionin.html#148156">ssGetInputPortDimensionInfo</tocitem>
        <tocitem target="ssgetinputportdimensions.html#83563">ssGetInputPortDimensions</tocitem>
        <tocitem target="ssgetinputportdirectfeedt.html#28398">ssGetInputPortDirectFeedThrough</tocitem>
        <tocitem target="ssgetinputportframedata.html#117908">ssGetInputPortFrameData</tocitem>
        <tocitem target="ssgetinputportnumdimensio.html#75749">ssGetInputPortNumDimensions</tocitem>
        <tocitem target="ssgetinputportoffsettime.html#25737">ssGetInputPortOffsetTime</tocitem>
        <tocitem target="ssgetinputportoverwritabl.html#155574">ssGetInputPortOverWritable</tocitem>
        <tocitem target="ssgetinputportrealsignal.html#127999">ssGetInputPortRealSignal</tocitem>
        <tocitem target="ssgetinputportrealsignalp.html#26930">ssGetInputPortRealSignalPtrs</tocitem>
        <tocitem target="ssgetinputportrequiredcon.html#137517">ssGetInputPortRequiredContiguous</tocitem>
        <tocitem target="ssgetinputportreusable.html#155912">ssGetInputPortReusable</tocitem>
        <tocitem target="ssgetinputportsampletime.html#137830">ssGetInputPortSampleTime</tocitem>
        <tocitem target="ssgetinputportsampletimei.html#163111">ssGetInputPortSampleTimeIndex</tocitem>
        <tocitem target="ssgetinputportsignal.html#169907">ssGetInputPortSignal</tocitem>
        <tocitem target="ssgetinputportsignaladdre.html#88328">ssGetInputPortSignalAddress</tocitem>
        <tocitem target="ssgetinputportsignalptrs.html#73199">ssGetInputPortSignalPtrs</tocitem>
        <tocitem target="ssgetinputportwidth.html#27177">ssGetInputPortWidth</tocitem>
        <tocitem target="ssgetiwork.html#54231">ssGetIWork</tocitem>
        <tocitem target="ssgetmodelname.html#18430">ssGetModelName</tocitem>
        <tocitem target="ssgetmodevector.html#57258">ssGetModeVector</tocitem>
        <tocitem target="ssgetmodevectorvalue.html#177875">ssGetModeVectorValue</tocitem>
        <tocitem target="ssgetnonsampledzcs.html#56934">ssGetNonsampledZCs</tocitem>
        <tocitem target="ssgetnumcontstates.html#48117">ssGetNumContStates</tocitem>
        <tocitem target="ssgetnumdatatypes.html#72561">ssGetNumDataTypes</tocitem>
        <tocitem target="ssgetnumdiscstates.html#48004">ssGetNumDiscStates</tocitem>
        <tocitem target="ssgetnumdwork.html#141225">ssGetNumDWork</tocitem>
        <tocitem target="ssgetnuminputports.html#29681">ssGetNumInputPorts</tocitem>
        <tocitem target="ssgetnumiwork.html#54159">ssGetNumIWork</tocitem>
        <tocitem target="ssgetnummodes.html#57150">ssGetNumModes</tocitem>
        <tocitem target="ssgetnumnonsampledzcs.html#56850">ssGetNumNonsampledZCs</tocitem>
        <tocitem target="ssgetnumoutputports.html#39792">ssGetNumOutputPorts</tocitem>
        <tocitem target="ssgetnumparameters.html#90017">ssGetNumParameters</tocitem>
        <tocitem target="ssgetnumruntimeparams.html#94595">ssGetNumRunTimeParams</tocitem>
        <tocitem target="ssgetnumpwork.html#56687">ssGetNumPWork</tocitem>
        <tocitem target="ssgetnumrwork.html#51910">ssGetNumRWork</tocitem>
        <tocitem target="ssgetnumsampletimes.html#51994">ssGetNumSampleTimes</tocitem>
        <tocitem target="ssgetnumsfcnparams.html#74355">ssGetNumSFcnParams</tocitem>
        <tocitem target="ssgetoutputportbeingmerge.html#176978">ssGetOutputPortBeingMerged</tocitem>
        <tocitem target="ssgetoutputportcomplexsig.html#73918">ssGetOutputPortComplexSignal</tocitem>
        <tocitem target="ssgetoutputportdatatype.html#73091">ssGetOutputPortDataType</tocitem>
        <tocitem target="ssgetoutputportdimensions.html#176457">ssGetOutputPortDimensions</tocitem>
        <tocitem target="ssgetoutputportframedata.html#118174">ssGetOutputPortFrameData</tocitem>
        <tocitem target="ssgetoutputportnumdimensi.html#176180">ssGetOutputPortNumDimensions</tocitem>
        <tocitem target="ssgetoutputportoffsettime.html#34100">ssGetOutputPortOffsetTime</tocitem>
        <tocitem target="ssgetoutputportrealsignal.html#35286">ssGetOutputPortRealSignal</tocitem>
        <tocitem target="ssgetoutputportreusable.html#176726">ssGetOutputPortReusable</tocitem>
        <tocitem target="ssgetoutputportsampletime.html#35267">ssGetOutputPortSampleTime</tocitem>
        <tocitem target="ssgetoutputportsignal.html#73383">ssGetOutputPortSignal</tocitem>
        <tocitem target="ssgetoutputportsignaladdr.html#88549">ssGetOutputPortSignalAddress</tocitem>
        <tocitem target="ssgetoutputportwidth.html#31786">ssGetOutputPortWidth</tocitem>
        <tocitem target="ssgetpath.html#14383">ssGetPath</tocitem>
        <tocitem target="ssgetparentss.html#14626">ssGetParentSS</tocitem>
        <tocitem target="ssgetplacementgroup.html#178720">ssGetPlacementGroup</tocitem>
        <tocitem target="ssgetpwork.html#56769">ssGetPWork</tocitem>
        <tocitem target="ssgetrealdiscstates.html#49985">ssGetRealDiscStates</tocitem>
        <tocitem target="ssgetrootss.html#36892">ssGetRootSS</tocitem>
        <tocitem target="ssgetruntimeparaminfo.html#94839">ssGetRunTimeParamInfo</tocitem>
        <tocitem target="ssgetrwork.html#53945">ssGetRWork</tocitem>
        <tocitem target="ssgetsampletimeoffset.html#89660">ssGetSampleTimeOffset</tocitem>
        <tocitem target="ssgetsampletimeperiod.html#89464">ssGetSampleTimePeriod</tocitem>
        <tocitem target="ssgetsfcnparam.html#37949">ssGetSFcnParam</tocitem>
        <tocitem target="ssgetsfcnparamscount.html#14150">ssGetSFcnParamsCount</tocitem>
        <tocitem target="ssgetsimmode.html#17667">ssGetSimMode</tocitem>
        <tocitem target="ssgetsolvername.html#17825">ssGetSolverName</tocitem>
        <tocitem target="ssgetstateabstol.html#188300">ssGetStateAbsTol</tocitem>
        <tocitem target="ssgett.html#57419">ssGetT</tocitem>
        <tocitem target="ssgettnext.html#84589">ssGetTNext</tocitem>
        <tocitem target="ssgettasktime.html#57521">ssGetTaskTime</tocitem>
        <tocitem target="ssgettfinal.html#57695">ssGetTFinal</tocitem>
        <tocitem target="ssgettstart.html#57612">ssGetTStart</tocitem>
        <tocitem target="ssiscontinuoustask.html#43818">ssIsContinuousTask</tocitem>
        <tocitem target="ssgetuserdata.html#178453">ssGetUserData</tocitem>
        <tocitem target="ssisfirstinitcond.html#84378">ssIsFirstInitCond</tocitem>
        <tocitem target="ssismajortimestep.html#57894">ssIsMajorTimeStep</tocitem>
        <tocitem target="ssisminortimestep.html#57813">ssIsMinorTimeStep</tocitem>
        <tocitem target="ssissamplehit.html#43816">ssIsSampleHit</tocitem>
        <tocitem target="ssisspecialsamplehit.html#41569">ssIsSpecialSampleHit</tocitem>
        <tocitem target="ssisvariablestepsolver.html#17308">ssIsVariableStepSolver</tocitem>
        <tocitem target="ssprintf.html#18090">ssPrintf</tocitem>
        <tocitem target="ssregalltunableparamsasru.html#90270">ssRegAllTunableParamsAsRunTimeParams</tocitem>
        <tocitem target="ssregisterdatatype.html#61398">ssRegisterDataType</tocitem>
        <tocitem target="sssetcallsystemoutput.html#58093">ssSetCallSystemOutput</tocitem>
        <tocitem target="sssetdatatypesize.html#61510">ssSetDataTypeSize</tocitem>
        <tocitem target="sssetdatatypezero.html#63083">ssSetDataTypeZero</tocitem>
        <tocitem target="sssetdworkcomplexsignal.html#142065">ssSetDWorkComplexSignal</tocitem>
        <tocitem target="sssetdworkdatatype.html#140837">ssSetDWorkDataType</tocitem>
        <tocitem target="sssetdworkname.html#142671">ssSetDWorkName</tocitem>
        <tocitem target="sssetdworkusedasdstate.html#143262">ssSetDWorkUsedAsDState</tocitem>
        <tocitem target="sssetdworkwidth.html#140277">ssSetDWorkWidth</tocitem>
        <tocitem target="ssseterrorstatus.html#18546">ssSetErrorStatus</tocitem>
        <tocitem target="sssetexternalmodefcn.html#177288">ssSetExternalModeFcn</tocitem>
        <tocitem target="sssetinputportcomplexsign.html#73548">ssSetInputPortComplexSignal</tocitem>
        <tocitem target="sssetinputportdatatype.html#72708">ssSetInputPortDataType</tocitem>
        <tocitem target="sssetinputportdimensionin.html#77968">ssSetInputPortDimensionInfo</tocitem>
        <tocitem target="sssetinputportframedata.html#115398">ssSetInputPortFrameData</tocitem>
        <tocitem target="sssetinputportdirectfeedt.html#18938">ssSetInputPortDirectFeedThrough</tocitem>
        <tocitem target="sssetinputportmatrixdimen.html#79829">ssSetInputPortMatrixDimensions</tocitem>
        <tocitem target="sssetinputportoffsettime.html#20179">ssSetInputPortOffsetTime</tocitem>
        <tocitem target="sssetinputportoverwritabl.html#19670">ssSetInputPortOverWritable</tocitem>
        <tocitem target="sssetinputportreusable.html#20395">ssSetInputPortReusable</tocitem>
        <tocitem target="sssetinputportrequiredcon.html#137301">ssSetInputPortRequiredContiguous</tocitem>
        <tocitem target="sssetinputportsampletime.html#19107">ssSetInputPortSampleTime</tocitem>
        <tocitem target="sssetinputportsampletimei.html#162898">ssSetInputPortSampleTimeIndex</tocitem>
        <tocitem target="sssetinputportvectordimen.html#83068">ssSetInputPortVectorDimension</tocitem>
        <tocitem target="sssetinputportwidth.html#18769">ssSetInputPortWidth</tocitem>
        <tocitem target="sssetmodevectorvalue.html#178168">ssSetModeVectorValue</tocitem>
        <tocitem target="sssetnumcontstates.html#45231">ssSetNumContStates</tocitem>
        <tocitem target="sssetnumdiscstates.html#45065">ssSetNumDiscStates</tocitem>
        <tocitem target="sssetnumdwork.html#141047">ssSetNumDWork</tocitem>
        <tocitem target="sssetnuminputports.html#20982">ssSetNumInputPorts</tocitem>
        <tocitem target="sssetnumiwork.html#45876">ssSetNumIWork</tocitem>
        <tocitem target="sssetnummodes.html#46103">ssSetNumModes</tocitem>
        <tocitem target="sssetnumnonsampledzcs.html#45606">ssSetNumNonsampledZCs</tocitem>
        <tocitem target="sssetnumoutputports.html#45603">ssSetNumOutputPorts</tocitem>
        <tocitem target="sssetnumpwork.html#45744">ssSetNumPWork</tocitem>
        <tocitem target="sssetnumruntimeparams.html#90487">ssSetNumRunTimeParams</tocitem>
        <tocitem target="sssetnumruntimeparams.html#35512">ssSetNumRWork</tocitem>
        <tocitem target="sssetnumsampletimes.html#38447">ssSetNumSampleTimes</tocitem>
        <tocitem target="sssetnumsfcnparams.html#35969">ssSetNumSFcnParams</tocitem>
        <tocitem target="sssetoffsettime.html#40591">ssSetOffsetTime</tocitem>
        <tocitem target="sssetoptions.html#16058">ssSetOptions</tocitem>
        <tocitem target="sssetoutputportcomplexsig.html#73702">ssSetOutputPortComplexSignal</tocitem>
        <tocitem target="sssetoutputportdatatype.html#73018">ssSetOutputPortDataType</tocitem>
        <tocitem target="sssetoutputportdimensioni.html#79724">ssSetOutputPortDimensionInfo</tocitem>
        <tocitem target="sssetoutputportframedata.html#118405">ssSetOutputPortFrameData</tocitem>
        <tocitem target="sssetoutputportmatrixdime.html#81229">ssSetOutputPortMatrixDimensions</tocitem>
        <tocitem target="sssetoutputportoffsettime.html#22044">ssSetOutputPortOffsetTime</tocitem>
        <tocitem target="sssetoutputportreusable.html#22374">ssSetOutputPortReusable</tocitem>
        <tocitem target="sssetoutputportsampletime.html#22347">ssSetOutputPortSampleTime</tocitem>
        <tocitem target="sssetoutputportvectordime.html#83201">ssSetOutputPortVectorDimension</tocitem>
        <tocitem target="sssetoutputportwidth.html#21368">ssSetOutputPortWidth</tocitem>
        <tocitem target="sssetparametername.html#89942">ssSetParameterName</tocitem>
        <tocitem target="sssetparametertunable.html#89853">ssSetParameterTunable</tocitem>
        <tocitem target="sssetplacementgroup.html#38292">ssSetPlacementGroup</tocitem>
        <tocitem target="sssetruntimeparaminfo.html#90590">ssSetRunTimeParamInfo</tocitem>
        <tocitem target="sssetsampletime.html#40025">ssSetSampleTime</tocitem>
        <tocitem target="sssetsfcnparamnottunable.html#16649">ssSetSFcnParamNotTunable</tocitem>
        <tocitem target="sssetsfcnparamtunable.html#98925">ssSetSFcnParamTunable</tocitem>
        <tocitem target="sssetsolverneedsreset.html#58034">ssSetSolverNeedsReset</tocitem>
        <tocitem target="sssetstoprequested.html#57970">ssSetStopRequested</tocitem>
        <tocitem target="sssettnext.html#84539">ssSetTNext</tocitem>
        <tocitem target="sssetuserdata.html#178350">ssSetUserData</tocitem>
        <tocitem target="sssetvectormode.html#83259">ssSetVectorMode</tocitem>
        <tocitem target="ssupdatealltunableparamsa.html#98771">ssUpdateAllTunableParamsAsRunTimeParams</tocitem>
        <tocitem target="ssupdateruntimeparamdata.html#98845">ssUpdateRunTimeParamData</tocitem>
        <tocitem target="ssupdateruntimeparaminfo.html#98696">ssUpdateRunTimeParamInfo</tocitem>
        <tocitem target="sswarning.html#17968">ssWarning</tocitem>
        <tocitem target="sswritertwmxvectparam.html#125801">ssWriteRTWMxVectParam</tocitem>
        <tocitem target="sswritertwmx2dmatparam.html#125899">ssWriteRTWMx2dMatParam</tocitem>
        <tocitem target="sswritertwparameters.html#120903">ssWriteRTWParameters</tocitem>
        <tocitem target="sswritertwparamsettings.html#119214">ssWriteRTWParamSettings</tocitem>
        <tocitem target="sswritertwscalarparam.html#120557">ssWriteRTWScalarParam</tocitem>
        <tocitem target="sswritertwstr.html#120444">ssWriteRTWStr</tocitem>
        <tocitem target="sswritertwstrparam.html#120501">ssWriteRTWStrParam</tocitem>
        <tocitem target="sswritertwstrvectparam.html#120599">ssWriteRTWStrVectParam</tocitem>
        <tocitem target="sswritertwvectparam.html#120834">ssWriteRTWVectParam</tocitem>
        <tocitem target="sswritertwworkvect.html#120102">ssWriteRTWWorkVect</tocitem>
        <tocitem target="sswritertw2dmatparam.html#121413">ssWriteRTW2dMatParam</tocitem>
    </tocitem>
</tocitem>

</tocitem>
</toc>
