forked from epics_driver_modules/motorBase
asyn motor GET_INFO command support.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user