| PidfQual (2S) | UDF PROGRAMMERS MANUAL | PidfQual (2S) |
|---|
SYNOPSIS #include "PidfStr.h"
struct PidfQual {
| ByTe_1 | *LDesc; | |
|---|---|---|
| ByTe_1 | *SDesc; | |
| ByTe_2 | NUnits; | |
| ByTe_2 | *Units; |
FIELD DEFINITIONS
| LDesc | - | Pointer to the long description of the quality data. (PIDF Mode block KEYWORD: name) |
| SDesc | - | Pointer to the decimated description of the quality data. (PIDF Mode block KEYWORD: short_name) |
| NUnits | - | The number of PIDF unit definitions defined for the quality 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 quality data. (PIDF Mode block KEYWORD: unit_number) |
DESCRIPTION This structure holds the PIDF Quality 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 |
|---|