UDF PROGRAMMERS MANUAL

MatrixData (1S) UDF PROGRAMMERS MANUAL MatrixData (1S)
NAME UDF

SYNOPSIS #include "util_str.h"

struct MatrixData {

void *Data;
void *Alg;
ByTe_2 NAS;
ByTe_1 *Tbls;
ByTe_2 *Ops;
ByTe_4 Sz;
ByTe_4 TCols;
ByTe_4 TRows;
ByTe_2 BYr;
ByTe_2 BDy;
ByTe_4 BMs;
ByTe_4 BNs;
ByTe_2 EYr;
ByTe_2 EDy;
ByTe_4 EMs;
ByTe_4 ENs;
};

FIELD DEFINITIONS

Data - Pointer to the allocated memory used to hold the retrieved matrix. Data is stored column by column as ReaL_4.
Alg - Pointer to the allocated memory used to hold the table and operation values in the algorithm used to convert the raw UDF data.
NAS - The number of steps in the algorithm which will take the raw UDF data to physical units.
Tbls - Pointer to the array of tables used in the algorithm which will take the raw UDF data to physical units.
Ops - Pointer to the array of operations used in the algorithm which will take the raw UDF data to physical units.
Sz - The size in bytes of the Data array.
TCols - The total number of columns in the returned matrix.
TRows - The total number of rows in the returned matrix.
BYr - The beginning year of the returned matrix.
BDy - The beginning day of the returned maxtix.
BMs - The beginning millisecond of the returned matrix.
BNs - The beginning nanosecond of the returned matrix.
EYr - The ending year of the returned matrix.
EDy - The ending day of the returned maxtix.
EMs - The ending millisecond of the returned matrix.
ENs - The ending nanosecond of the returned matrix.

DESCRIPTION This structure holds the output of the a UDF BuildImage or BuildMatrix call.

APPLICABLE FORMATS UDF V2.2, IDFS V2.1

SEE ALSO BuildMatrix (1) BuildImage (1)

UDF V2.2 August 30, 2000 UDF V2.2

TOC HOME