ssWriteRTWVectParam
Write a vector parameter to the
filemodel.rtw
Syntax
int_T ssWriteRTWVectParam(SimStruct *S, const char_T *name, const void *value, int_T dataType, int_T size)
Arguments
SSimStruct that represents an S-Function block.
nameParameter name.
valueParameter values.
dataTypeData type of the parameter elements (see Specifying Data Type Info). This function does not support a parameter with data type as
structorBusObject.sizeNumber of elements in the vector.
Returns
An int_T (1 or 0) or
boolean_T (true or
false) indicating the success or failure of the
function.
Description
Use this function in mdlRTW to write a vector parameter in
Simulink® format to this S-function's
file.model.rtw
Languages
C, C++
See Also
Version History
Introduced before R2006a