Generated from confvirtualmot.w with nuweb
This commit is contained in:
@ -14,8 +14,8 @@
|
|||||||
#include "sics.h"
|
#include "sics.h"
|
||||||
|
|
||||||
int MakeConfigurableVirtualMotor(SConnection *pCon, SicsInterp *pSics,
|
int MakeConfigurableVirtualMotor(SConnection *pCon, SicsInterp *pSics,
|
||||||
void *data, int aargc, char *argv[]);
|
void *data, int aargc, char *argv[]);
|
||||||
int ConfigurableVirtualMotorAction(SConnection *pCon, SicsInterp *pSics,
|
int ConfigurableVirtualMotorAction(SConnection *pCon, SicsInterp *pSics,
|
||||||
void *data, int argc, char *argv[]);
|
void *data, int argc, char *argv[]);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -5,15 +5,18 @@
|
|||||||
-----------------------------------------------------------------------*/
|
-----------------------------------------------------------------------*/
|
||||||
|
|
||||||
typedef struct __CONFVIRTMOT {
|
typedef struct __CONFVIRTMOT {
|
||||||
pObjectDescriptor pDes;
|
pObjectDescriptor pDes;
|
||||||
pIDrivable pDriv;
|
pIDrivable pDriv;
|
||||||
char *scriptName;
|
pICallBack pCall;
|
||||||
char *readScript;
|
char *name;
|
||||||
int motorList;
|
char *scriptName;
|
||||||
float targetValue;
|
char *readScript;
|
||||||
int targetReached;
|
int motorList;
|
||||||
char scriptError[512];
|
float targetValue;
|
||||||
int parseOK;
|
int targetReached;
|
||||||
|
int posCount;
|
||||||
|
char scriptError[512];
|
||||||
|
int parseOK;
|
||||||
}ConfigurableVirtualMotor, *pConfigurableVirtualMotor;
|
}ConfigurableVirtualMotor, *pConfigurableVirtualMotor;
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user