Initial revision
This commit is contained in:
27
hkl.i
Normal file
27
hkl.i
Normal file
@ -0,0 +1,27 @@
|
||||
|
||||
/*-------------------------------------------------------------------------
|
||||
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;
|
||||
|
||||
|
Reference in New Issue
Block a user