Main Content

ssWriteRTWStr

Write a character vector to the model.rtw file

Syntax

int_T ssWriteRTWStr(SimStruct *S, const char_T *str)

Arguments

S

SimStruct that represents an S-Function block.

str

Character 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 character vector to this S-function model.rtw file.

Languages

C, C++

See Also

mdlRTW

Version History

Introduced before R2006a