NAME

cxTypeMismatchConnectMsg - return a suitably formatted string describing erroneous module connection

C SPECIFICATION

#include <cx/TypeMismatchMsg.h>

char *cxTypeMismatchConnectMsg( char *typeString, char *englishName, char *memberName, char *srcLo, char *srcHi, char *destLo, char *destHi)

FORTRAN SPECIFICATION

character*(*) function cxTypeMismatchConnectMsg( typeString, englishName, memberName, srcLo, srcHi, destLo, destHi)
character*(*) typeString
character*(*) englishName
character*(*) memberName
character*(*) srcLo
character*(*) srcHi
character*(*) destLo
character*(*) destHi
character*(*) dataType

PARAMETERS

typeString
Input character string giving type of the connected ports.
englishName
Input character string giving the label of the erroneous member.
memberName
Input character string giving the structure reference of the erroneous member.
srcLo
Input character string giving the lower limit of the upstream data range.
srcHi
Input character string giving the upper limit of the upstream data range.
destLo
Input character string giving the lower limit of the downstream data range.
destHi
Input character string giving the upper limit of the downstream data range.

FUNCTION RETURN VALUE

cxTypeMismatchConnectMsg returns a static character string indicating that the attempted connection of ports having type typeString failed because a structure member had incompatible constraints.

DESCRIPTION

cxTypeMismatchConnectMsg returns a static character string indicating that the attempted connection of ports having type typeString failed because a structure member had incompatible constraints. This routine is not intended for use by a module writer or other IRIS Explorer user.

SEE ALSO

cxTypeMismatchMsg(3E), cxTypeMismatchPortMsg(3E)
Last modified: Mon Nov 18 13:53:41 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996