UDF PROGRAMMERS MANUAL

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

SYNOPSIS #include "PidfStr.h"

struct PidfPAng {

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

FIELD DEFINITIONS

LDesc - Pointer to the long description of the pitch angle data. (PIDF Mode block KEYWORD: name)
SDesc - Pointer to the decimated description of the pitch angle data. (PIDF Mode block KEYWORD: short_name)
NUnits - The number of PIDF unit definitions defined for the pitch angle data. (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 the pitch angle data. (PIDF Mode block KEYWORD: unit_number)

DESCRIPTION This structure holds the PIDF Pitch Angle block contents. It is 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