Generalized getAxisParam
This commit is contained in:
@@ -502,9 +502,9 @@ asynStatus setAxisParam(A *axis, C *controller, const char *indexName,
|
||||
* @return asynStatus
|
||||
*/
|
||||
template <typename A, typename C, typename T>
|
||||
asynStatus getAxisParam(A *axis, const char *indexName, int (C::*func)(),
|
||||
T *readValue, const char *callerFunctionName,
|
||||
int lineNumber);
|
||||
asynStatus getAxisParam(A *axis, C *controller, const char *indexName,
|
||||
int (C::*func)(), T *readValue,
|
||||
const char *callerFunctionName, int lineNumber);
|
||||
|
||||
/**
|
||||
* @brief Macro to get an paramLib parameter and error checking the return value
|
||||
|
||||
Reference in New Issue
Block a user