NAME
cxOutputConnectsGet
- return the number of connections from a particular output port
C SPECIFICATION
#include <cx/PortAccess.h>
int cxOutputConnectsGet(int port)
FORTRAN SPECIFICATION
integer function cxOutputConnectsGet(port)
integer port
PARAMETERS
-
port
-
The descriptor for the output port to examine.
FUNCTION RETURN VALUE
The return value is an integer count of the number of connections,
zero if there are none.
cxOutputConnectsGet
returns a negative value if the port parameter value is bad.
DESCRIPTION
cxOutputConnectsGet returns an integer denoting the count of connection
present on any particular output port.
This routine is most useful in determining whether there are zero or
a non-zero number of connections to an output port, rather than
determining the precise number.
In general, however, modules should not change their behavior based on the
connectedness of their output ports.
Last modified: Mon Nov 18 13:51:01 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996