NAME

cxModuleInstanceNameGet - return unique module instance name

C SPECIFICATION

#include <cx/Info.h>

cxstring *cxModuleInstanceNameGet()

FUNCTION RETURN VALUE

cxModuleInstanceNameGet returns the unique name of the current module instance.

FORTRAN SPECIFICATION

subroutine cxModuleInstanceNameGet( name )
character*(*) name

PARAMETERS

name
The returned name of the module instance.

DESCRIPTION

cxModuleInstanceNameGet returns a string that uniquely describes an instance of a module in a particular map. It is the same as the module name on the control panel in the Map Editor, e.g. "ReadImg", or "ReadImg<3>".

The string is staticly allocated, and must not be freed.

SEE ALSO

cxModuleNameGet(3E), cxModuleTagValueGet(3E)
Last modified: Mon Nov 18 13:50:57 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996