Documentation

ssCallUnselectSigFcn

Invoke the signal deselection function for an S-function

Syntax

void ssCallUnselectSigFcn(SimStruct *S,void *port)

Arguments

S

SimStruct representing an S-Function block.

port

Port object.

Description

Deselect a signal that corresponds to a given port.

语言

C, C++

Example

See the S-functionbarplot.c.

Introduced in R2019a