UDF PROGRAMMERS MANUAL

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

SYNOPSIS #include "PidfStr.h"

struct PidfSensor {

ByTe_1 *Name;
ByTe_1 *Comp;
ByTe_1 Src;
ByTe_1 *ScfFile;
ByTe_1 PitchAng;
ByTe_1 Display;
ByTe_2 PidfNum;
ByTe_2 VidfNum;
ByTe_2 AncSen;
ByTe_2 GroupNum;
ByTe_2 ScanBlk;
ByTe_2 NUnits;
ByTe_2 *Units;
};

FIELD DEFINITIONS

Name - Pointer to the full description of the sensor measurement. (PIDF Sensor block KEYWORD: name)
Comp - Pointer to the partial description of the sensor measurement used then describing the sensor together with the sensor group definition. (PIDF Sensor block KEYWORD: component)
Src - The source of this measurement. The possible sources include VIDF sensor definition, Ancillary data set, and SCF derived measurement. (PIDF Sensor block KEYWORD: source)
Comp - If this sensor has an SCF source then this is the full path pointer to the file containing the SCF algorithm. It is undefined for any other source definition. (PIDF Sensor block KEYWORD: scf_filename)
PitchAngle - If this sensor has an SCF source then this is the full path pointer to the file containing the SCF algorithm. It is undefined for any other source definition. (PIDF Sensor block KEYWORD: pitch_angle_flag)
Display - Deprecated field. Should always be set to 1. This field should not actively be used in any software. (PIDF Sensor block KEYWORD: display_flag)
PidfNum - The structure number of this sensor definition. (PIDF Mode block KEYWORD: pidf_mode_num)
VidfNum - The number in the VIDF of the measurement defined under this sensor structure. (PIDF Sensor block KEYWORD: vidf_mode_num)
AncSen - If this sensor definition has as its source data defined in an Ancillary Data Set then is the VIDF sensor number to use when reading the UDF data. The value may be set less than 0 to indicate any sensor (PIDF Sensor block KEYWORD: anc_sensor)
GroupNum - The group number with which this data is to be associated. (PIDF Sensor block KEYWORD: group_num)
ScanBlk - If the sensor data in this UDF definition has scan data associated with it, then this is the number of the PIDF scan block to use when determining the properties scan data. (PIDF Sensor block KEYWORD: scan_block_info)
NUnits - The number of PIDF unit definitions defined for this sensor definition. (PIDF Sensor 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 sensor definition. (PIDF Sensor block KEYWORD: unit_number)

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