Main Content

ssCallSigListUnavailSigAlertFcn

Invoke the unavailable signal alert function for a signal list in an S-function

Syntax

void ssCallSigListUnavailSigAlertFcn(SimStruct *S,SL_SigList *slist)

Arguments

S

SimStruct that represents an S-Function block.

slist

List of signals that correspond to a given set of ports.

Description

Reports an error if any signals in the signal list are not available.

Languages

C, C++

Examples

See the S-function barplot.c.

Version History

Introduced in R2019a