- made fixes to hkl
- Introduced a help system - introduced a module for handling automatic updates of files during long measurements - Added a circular buffer and handling facilities to varlog - Upgraded documentation SKIPPED: psi/faverage.h psi/nxamor.tex psi/pimotor.h psi/pimotor.tex
This commit is contained in:
@ -11,6 +11,9 @@
|
||||
----------------------------------------------------------------------*/
|
||||
#ifndef SICSDATA
|
||||
#define SICSDATA
|
||||
#define INTTYPE 0
|
||||
#define FLOATTYPE 1
|
||||
|
||||
|
||||
typedef struct {
|
||||
pObjectDescriptor pDes;
|
||||
@ -27,6 +30,8 @@
|
||||
|
||||
pSICSData createSICSData(void);
|
||||
|
||||
void assignSICSType(pSICSData self, int start, int end, int type);
|
||||
|
||||
int SICSDataFactory(SConnection *pCon, SicsInterp *pSics,
|
||||
void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
Reference in New Issue
Block a user