- New oscillator module - Bug fixes SKIPPED: psi/buffer.c psi/el734hp.c psi/el737hpdriv.c psi/make_gen psi/nextrics.c psi/nxamor.c psi/pimotor.c psi/polterwrite.c psi/psi.c psi/swmotor2.c psi/tasscan.c psi/tricssupport.c psi/tricssupport.h psi/tecs/make_gen psi/utils/ecb_load_new/ecb_load.c psi/utils/ecb_load_new/ecb_load.h psi/utils/ecb_load_new/ecbdriv_els.c psi/utils/ecb_load_new/gpib_els.c psi/utils/ecb_load_new/makefile psi/utils/ecb_load_new/makefile_EGPIB psi/utils/ecb_load_new/makefile_GPIB
20 lines
604 B
OpenEdge ABL
20 lines
604 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;
|
|
char *scriptName;
|
|
char *readScript;
|
|
int motorList;
|
|
float targetValue;
|
|
int targetReached;
|
|
char scriptError[512];
|
|
int parseOK;
|
|
}ConfigurableVirtualMotor, *pConfigurableVirtualMotor;
|
|
|
|
|