UDF PROGRAMMERS MANUAL

PidfMode (2S) UDF PROGRAMMERS MANUAL PidfMode (2S)
NAME Pidf

SYNOPSIS #include "PidfStr.h"

struct PidfMode {

ByTe_1 *LDesc;
ByTe_1 *SDesc;
ByTe_2 PidfNum;
ByTe_2 VidfNum;
ByTe_2 NUnits;
ByTe_2 *Units;
};

FIELD DEFINITIONS

LDesc - Pointer to the long description of the mode measurement. (PIDF Mode block KEYWORD: name)
SDesc - Pointer to the decimated description of the mode measurement. (PIDF Mode block KEYWORD: short_name)
PidfNum - The structure number of this mode definition. (PIDF Mode block KEYWORD: pidf_mode_num)
VidfNum - The number in the VIDF of the measurement defined under this mode structure. (PIDF Mode block KEYWORD: vidf_mode_num)
NUnits - The number of PIDF unit definitions defined for this mode definition. (PIDF Mode block KEYWORD: num_units)
Units - Pointer to the array of integers, each of which is the value of one of the PIDF unit definition structures defined for this mode definition. (PIDF Mode block KEYWORD: unit_number)

DESCRIPTION This structure holds one instance of a PIDF Mode definition. Its contents are filled in by the ReadPidf() routine.

APPLICABLE FORMATS PIDF V2.0

SEE ALSO PidfRets(2H) ReadPidf (2) Pidf (2S)

PIDF V2.0 August 30, 1999 PIDF V2.0

TOC HOME