UDF PROGRAMMERS MANUAL

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

SYNOPSIS #include "PidfStr.h"

struct PidfSizes {

ByTe_2 NGroups;
ByTe_2 NUnits;
ByTe_2 NSensors;
ByTe_2 NScans;
ByTe_2 NBins;
ByTe_2 NAncils;
ByTe_2 NModes;
};

FIELD DEFINITIONS

NGroups - The number of group definitions in the PIDF. (PIDF Group definition block KEYWORD: num_groups)
NUnits - The number of unit definitions in the PIDF. (PIDF Unit definition block KEYWORD: num_units)
NSensors - The number of sensor definitions in the PIDF. (PIDF Sensor definition block KEYWORD: num_sensors)
NScans - The number of scan block definitions in the PIDF. (PIDF Scan definition block KEYWORD: num_scan)
NBins - The number of scan binning definitions in the PIDF. (PIDF Scan Binning definition block KEYWORD: num_bin_sets)
NAncils - The number of ancillary data definitions in the PIDF. (PIDF Ancillary Data definition block KEYWORD: num_cals)
NModes - The number of mode data definitions in the PIDF. (PIDF Mode definition block KEYWORD: num_modes)

DESCRIPTION This structure holds the sizes of the various variable block fields in the PIDF. Its contents are filled in by the ReadPidf() routine.

APPLICABLE FORMATS PIDF V2.0

SEE ALSO PidfRets(2H) ReadPidf (2) Pidf (2S) PidfAnc (2S) PidfBin (2S) PidfMode (2S) PidfScan (2S) PidfSensor (2S) PidfUnit (2S)

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

TOC HOME