Files
sics/hkl.i
koennecke 361ee9ebea - Reworked the connection object and the IO system
- Reworked the support for TRICS
- Added a second generation motor
2009-02-03 08:05:39 +00:00

26 lines
851 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;
} HKL;