asyn motor GET_INFO command support.

This commit is contained in:
Ron Sluiter
2008-04-02 19:49:40 +00:00
parent 2e27086c90
commit e2861518b1
+1
View File
@@ -23,6 +23,7 @@ typedef struct
int (*getDouble) ( PARAMS params, paramIndex index, double * value );
int (*setCallback) ( PARAMS params, paramCallback callback, void * param );
void (*dump) ( PARAMS params );
void (*forceCallback)( PARAMS params );
} paramSupport;
extern paramSupport * motorParam;