- Adapted indenation to new agreed upon system
- Added support for second generation scriptcontext based counter
This commit is contained in:
38
tasscanub.h
38
tasscanub.h
@ -4,7 +4,7 @@
|
||||
|
||||
Mark Koennecke, May 2005, using code from an earlier TASAMAD emulation
|
||||
core.
|
||||
------------------------------------------------------------------------*/
|
||||
------------------------------------------------------------------------*/
|
||||
#ifndef SICUBSTAS
|
||||
#define SICSUBTAS
|
||||
#include <sicsvar.h>
|
||||
@ -12,25 +12,25 @@
|
||||
/* --------------------- data structure -------------------------------*/
|
||||
#define MAXADD 20
|
||||
typedef struct {
|
||||
pObjectDescriptor pDes;
|
||||
pCounter counter;
|
||||
pScanData pScan;
|
||||
ptasUB ub;
|
||||
int iPOL;
|
||||
int iIgnore; /* in order to ignore writing scan points again
|
||||
in polarisation mode;
|
||||
*/
|
||||
char out[MAXADD][10];
|
||||
int addCount;
|
||||
int iFileNO;
|
||||
int iFast;
|
||||
char scanVar[80];
|
||||
}TASdata, *pTASdata;
|
||||
pObjectDescriptor pDes;
|
||||
pCounter counter;
|
||||
pScanData pScan;
|
||||
ptasUB ub;
|
||||
int iPOL;
|
||||
int iIgnore; /* in order to ignore writing scan points again
|
||||
in polarisation mode;
|
||||
*/
|
||||
char out[MAXADD][10];
|
||||
int addCount;
|
||||
int iFileNO;
|
||||
int iFast;
|
||||
char scanVar[80];
|
||||
} TASdata, *pTASdata;
|
||||
/*---------------------- interface ----------------------------------*/
|
||||
|
||||
int TASUBScanFactory(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int TASUBScan(SConnection *pCon, SicsInterp *pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int TASUBScanFactory(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
int TASUBScan(SConnection * pCon, SicsInterp * pSics, void *pData,
|
||||
int argc, char *argv[]);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user