UDF PROGRAMMERS MANUAL

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

SYNOPSIS #include "PidfStr.h"

struct PidfAnc {

ByTe_1 *LDesc;
ByTe_1 *SDesc;
ByTe_2 PidfNum;
ByTe_2 VidfNum;
ByTe_2 NUnits;
ByTe_2 *Units;
ByTe_2 NSen;
ByTe_2 *Sen;
ByTe_1 Modify;
};

FIELD DEFINITIONS

LDesc - Pointer to the long description of the Ancillary Data Set measurement. (PIDF Ancillary data set block KEYWORD: name)
SDesc - Pointer to the shortened Ancillary Data Set measurement description. (PIDF Ancillary data set block KEYWORD: short_name)
PidfNum - The number of this Ancillary Data Set definition structure in the PIDF. (PIDF Ancillary data set block KEYWORD: pidf_cal_name)
VidfNum - The number of this Ancillary Data Set in the VIDF. (PIDF Ancillary data set block KEYWORD: vidf_cal_name)
NUnits - The number of Unit definition structures associated with this Ancillary Data Set definition. (PIDF Ancillary data set block KEYWORD: num_units)
Units - Pointer to the array of Unit definition structure numbers associated with this Ancillary Data Set definition. The array has NUnits elements. (PIDF Ancillary data set block KEYWORD: unit_number)
NSen - The number of sensors which use this Ancillary Data Set definition. (PIDF Ancillary data set block KEYWORD: number_cal_sensors)
Sen - Pointer to the array of Sensor definition structure numbers associated with this Ancillary Data Set definition. The array has NSen elements. If there is only a single element and that element is set to -1 then all defined VIDF sensors are associated with this ancillary data set. (PIDF Ancillary data set block KEYWORD: cal_based_on_sensor)
Modify - Deprecated element - will always be set to 'Y' to indicate that the ancillary data set is associated with sensor data.

DESCRIPTION This structure holds one instance of a PIDF Ancillary Data Set 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 21, 1999 PIDF V2.0

TOC HOME