Files
sics/hkl.i
2000-02-07 10:38:55 +00:00

28 lines
913 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;
double fUB[9];
double fLambda;
int iManual;
double fLastHKL[5];
int iNOR;
int iQuad;
pMotor pTheta;
pMotor pOmega;
pMotor pChi;
pMotor pPhi;
pMotor pNu;
pSelVar pMono;
long lID;
} HKL;