PSI sics-cvs-psi-2006
This commit is contained in:
22
confvirtmot.i
Normal file
22
confvirtmot.i
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
/*-----------------------------------------------------------------------
|
||||
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;
|
||||
int motorList;
|
||||
float targetValue;
|
||||
int targetReached;
|
||||
int posCount;
|
||||
char scriptError[512];
|
||||
int parseOK;
|
||||
}ConfigurableVirtualMotor, *pConfigurableVirtualMotor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user