Get the name for a given port
const char_T * ssCallGetPortNameFcn(SimStruct *S,void *port)
S
SimStruct representing an S-Function block.
port
Port object.
A const char_T *
for the name of the given port.
Get the name for a given port.
C, C++
See the S-function barplot.c
.