Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
e618b39687 |
@ -602,7 +602,7 @@ asynStatus getAxisParamImpl(A *axis, C *controller, const char *indexName,
|
|||||||
size_t msgSize, TypeTag<bool>) {
|
size_t msgSize, TypeTag<bool>) {
|
||||||
int readValueInt = 0;
|
int readValueInt = 0;
|
||||||
asynStatus status =
|
asynStatus status =
|
||||||
getAxisParamImpl(axis, indexName, func, &readValueInt,
|
getAxisParamImpl(axis, controller, indexName, func, &readValueInt,
|
||||||
callerFunctionName, lineNumber, msgSize);
|
callerFunctionName, lineNumber, msgSize);
|
||||||
*readValue = readValueInt != 0;
|
*readValue = readValueInt != 0;
|
||||||
return status;
|
return status;
|
||||||
|
Reference in New Issue
Block a user