- Reworked the connection object and the IO system
- Reworked the support for TRICS - Added a second generation motor
This commit is contained in:
8
hkl.h
8
hkl.h
@ -19,15 +19,12 @@
|
||||
|
||||
typedef struct __HKL *pHKL;
|
||||
/*-------------------------------------------------------------------------*/
|
||||
pHKL CreateHKL(pMotor pTheta, pMotor pOmega,
|
||||
pMotor pChi, pMotor pPhi, pMotor pNu);
|
||||
pHKL CreateHKL();
|
||||
void DeleteHKL(void *pData);
|
||||
|
||||
int HKLFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
/*------------------------------------------------------------------------*/
|
||||
int SetWavelengthVariable(SConnection *pCon, pHKL self, pSelVar pVar);
|
||||
int SetWavelengthManual(pHKL self, float fVal);
|
||||
void SetHKLScanTolerance(pHKL self, float value);
|
||||
int SetUB(pHKL self, float fUB[9]);
|
||||
int GetUB(pHKL self, float fUB[9]);
|
||||
@ -48,7 +45,8 @@
|
||||
|
||||
int HKLAction(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int hklInRange(void *data, float fSet[4], int mask[4]);
|
||||
int hklInRange(void *data, double fSet[4], int mask[4]);
|
||||
int startHKLMotors(pHKL self, SConnection *pCon, float fSet[4]);
|
||||
void stopHKLMotors(pHKL self);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user