Generated from confvirtualmot.w with nuweb
This commit is contained in:
@ -7,11 +7,14 @@
|
|||||||
typedef struct __CONFVIRTMOT {
|
typedef struct __CONFVIRTMOT {
|
||||||
pObjectDescriptor pDes;
|
pObjectDescriptor pDes;
|
||||||
pIDrivable pDriv;
|
pIDrivable pDriv;
|
||||||
|
pICallBack pCall;
|
||||||
|
char *name;
|
||||||
char *scriptName;
|
char *scriptName;
|
||||||
char *readScript;
|
char *readScript;
|
||||||
int motorList;
|
int motorList;
|
||||||
float targetValue;
|
float targetValue;
|
||||||
int targetReached;
|
int targetReached;
|
||||||
|
int posCount;
|
||||||
char scriptError[512];
|
char scriptError[512];
|
||||||
int parseOK;
|
int parseOK;
|
||||||
}ConfigurableVirtualMotor, *pConfigurableVirtualMotor;
|
}ConfigurableVirtualMotor, *pConfigurableVirtualMotor;
|
||||||
|
Reference in New Issue
Block a user