Measure Reference Manual

INCQUEUE (5) to increase a TCELLQUEUE counter. Use this value when an item is placed
in the queue.
DECQUEUE (6) to decrease a TCELLQUEUE counter. Use this value when an item is
removed from the queue.
INCQBUSY (7) to increase a TCELLQBUSY counter. Use this value when the first item is
placed in a queue after the queue has been empty.
DECQBUSY (8) to decrease a TCELLQBUSY counter. Use this value when the last item is
removed from the queue, rendering the queue empty.
count
input
INT:value
is an optional parameter, used to increase or decrease the same counter multiple times in the
same call. For SETBUSY and RESETBUSY, the only valid value is 1.
MEASCLOSE
Closes the measurement data file and stops the file-handling process (MEASFH) that the Measure
subsystem created to access the data file. To open a measurement data file, use the MEASOPEN
procedure.
error := MEASCLOSE ( dfnum ); ! i
dfnum
input
INT:value
is the data file access number. Use the dfnum value returned by the MEASOPEN procedure.
MEAS_CODERANGENAME_DEMANGLE_
Returns the original procedure name that was provided by the programmer.
error := MEAS_CODERANGENAME_DEMANGLE_ ( InputName ! i
,InputNameLen ! i
,OutputName ! o
,OutputNameMaxLen ! i
,OutputNameLen ! o
,NameType ); ! o
InputName
input
STRING .EXT:ref:*
is a buffer of up to 1024 bytes containing a name string to be converted. No terminating null
is expected.
InputNameLen
input
INT:value
is the count of bytes in the input name string.
OutputName
output
STRING .EXT:ref:*
is a buffer of up to 1024 bytes containing the converted name. If the input name is not a
mangled C++ name, the input string is copied to the output buffer without change.
382 Measure Callable Procedures