PSI sics-cvs-psi-2006
This commit is contained in:
11
mesure.h
11
mesure.h
@@ -2,12 +2,13 @@
|
||||
/*----------------------------------------------------------------------------
|
||||
M E S U R E
|
||||
|
||||
A SICS object for doing simple four circle measurements with a single
|
||||
A SICS object for doing four circle measurements with a single
|
||||
counter.
|
||||
|
||||
copyright: see copyright.h
|
||||
|
||||
Mark Koenencke, April 1998
|
||||
Mark Koennecke, April 1998
|
||||
Heavily reworked: Mark Koennecke, February-March 2005
|
||||
---------------------------------------------------------------------------*/
|
||||
#ifndef SICSMESURE
|
||||
#define SICSMESURE
|
||||
@@ -15,14 +16,16 @@
|
||||
typedef struct __Mesure *pMesure;
|
||||
/*--------------------- live & death --------------------------------------*/
|
||||
pMesure CreateMesure(pHKL pCryst, pScanData pScanner,
|
||||
pMotor pOmega, char *pom, char *po2t,
|
||||
pMotor pOmega, char *pom,
|
||||
pMotor p2Theta, char *p2t,
|
||||
char *pFileRoot,pDataNumber pDanu);
|
||||
void DeleteMesure(void *pData);
|
||||
|
||||
int MesureFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
/*------------------- object functions -----------------------------------*/
|
||||
int MesureReflection(pMesure self, float fHKL[3], SConnection *pCon);
|
||||
int MesureReflection(pMesure self, float fHKL[3], float fPsi,
|
||||
SConnection *pCon);
|
||||
int MesureGenReflection(pMesure self, float fHKL[3],float fSet[4], SConnection *pCon);
|
||||
int MesureStart(pMesure self, SConnection *pCon);
|
||||
int MesureReopen(pMesure self, char *filename, SConnection *pCon);
|
||||
|
||||
Reference in New Issue
Block a user