/*----------------------------------------------------------------------- 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;