Files
sics/hkl.i
Ferdi Franceschini 3168325921 PSI update
r1464 | ffr | 2007-02-12 12:20:21 +1100 (Mon, 12 Feb 2007) | 2 lines
2012-11-15 12:58:05 +11:00

27 lines
897 B
OpenEdge ABL

/*-------------------------------------------------------------------------
H K L
Internal data structure description. See hkl.h, c,w for more details.
Mark Koennecke, February 1998
----------------------------------------------------------------------------*/
typedef struct __HKL {
pObjectDescriptor pDes;
MATRIX UBinv;
int iManual;
double fLastHKL[5];
int iNOR;
int iQuad;
int iHM;
long lID;
float scanTolerance;
float targetHKL[3];
int targetDirty;
pIDrivable pMotDriv;
pIDrivable pMotList;
} HKL;