UDF PROGRAMMERS MANUAL

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

SYNOPSIS #include "PidfStr.h"

struct PidfScan {

ByTe_2 NUnits;
ByTe_2 *Units;
ByTe_2 *VUnits;
ByTe_1 *Loc;
ByTe_1 *Step;
};

FIELD DEFINITIONS

num_units - The number of PIDF unit definitions defined for this scan block definition. (PIDF Scan 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 scan block definition. (PIDF Scan block KEYWORD: units_index)
VUnits - Pointer to the array of integers, each of which is the value of the PIDF unit definition structure to use to determine the bin widths. This field is non-null only if the corresponding Step array element is set to V. (PIDF Scan block KEYWORD: var_units)
Loc - Pointer to the array of characters, each of which defines the bin location of the corresponding Units definition. The possible values are Upper bin edge, Lower bin edge, and Center of bin. (PIDF Scan block KEYWORD: bin_location)
Step - Pointer to the array of characters, each of which defines the spacing between adjacent scan bins. The possible values are Logarithmic spacing, lInear spacing, and Variable spacing. (PIDF Scan block KEYWORD: spacing)

DESCRIPTION This structure holds one instance of a PIDF Scan block 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