- Fixes to hkl code
- Fixes to make RITA work - tasub extended to calculate UB from cell alone, support for elastic mode - New MultiCounter as abstraction for counting on HM's - regression test driver for counters
This commit is contained in:
@ -39,5 +39,12 @@
|
||||
int SICSDataAction(SConnection *pCon, SicsInterp *pSics,
|
||||
void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
void clearSICSData(pSICSData self);
|
||||
int getSICSDataInt(pSICSData self, int pos, int *value);
|
||||
int getSICSDataFloat(pSICSData self, int pos, float *value);
|
||||
int setSICSDataInt(pSICSData self, int pos, int value);
|
||||
int setSICSDataFloat(pSICSData self, int pos, float value);
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user