- New NeXus libraries - Added new raw binary transfer mode for mass data - Added a check script option to configurable virtual motor SKIPPED: psi/dumprot.c psi/make_gen psi/psi.c psi/rebin.c psi/sanslirebin.c
24 lines
699 B
OpenEdge ABL
24 lines
699 B
OpenEdge ABL
|
|
/*-----------------------------------------------------------------------
|
|
Configurable Virtual Motor. This is an generated file describing the
|
|
internal data structure of this object. Do not edit.
|
|
-----------------------------------------------------------------------*/
|
|
|
|
typedef struct __CONFVIRTMOT {
|
|
pObjectDescriptor pDes;
|
|
pIDrivable pDriv;
|
|
pICallBack pCall;
|
|
char *name;
|
|
char *scriptName;
|
|
char *readScript;
|
|
char *checkScript;
|
|
int motorList;
|
|
float targetValue;
|
|
int targetReached;
|
|
int posCount;
|
|
char scriptError[512];
|
|
int parseOK;
|
|
}ConfigurableVirtualMotor, *pConfigurableVirtualMotor;
|
|
|
|
|