Measure Reference Manual
OutputNameMaxLen
input
INT:value
is the size of the input buffer.
OutputNameLen
output
INT .EXT:ref:*
is the count of bytes in the output buffer.
NameType
output
INT .EXT:ref:1
is 1 for a non-C++ name; 2 for a C++ name.
MEASCONFIGURE
Configures a measurement.
Your measurement application must call the MEASOPEN procedure (to initialize a Measure data
file) before calling MEASCONFIGURE.
error := MEASCONFIGURE ( meascb ! i,o
,dfnum ! i
,measnum ! o
,contab ! i
,[ errDetail ] ); ! o
meascb
input, output
INT:ref:$LEN (MEASCB^DEF) / 2
is a control block where the Measure subsystem stores data for subsequent procedure calls.
Before calling the first Measure procedure that uses meascb, you must allocate space in your
global data area for the control block and initialize each element of the control block to -1.
Once you pass meascb to a Measure procedure, do not modify its contents.
The MEASDECS file contains the structure definition for the control block descriptor
(MEASCB^DEF).
dfnum
input
INT:value
is the data file access number. Use the dfnum value returned by the MEASOPEN procedure.
measnum
output
INT:ref:1
is the measurement number. Use this number in subsequent procedure calls to identify the
measurement.
MEASCONFIGURE 383