Adjusted char[BUF] template
This commit is contained in:
@ -635,7 +635,7 @@ asynStatus getAxisParamImpl(A *axis, C *controller, const char *indexName,
|
|||||||
|
|
||||||
template <typename A, typename C, size_t N>
|
template <typename A, typename C, size_t N>
|
||||||
asynStatus getAxisParamImpl(A *axis, C *controller, const char *indexName,
|
asynStatus getAxisParamImpl(A *axis, C *controller, const char *indexName,
|
||||||
int (C::*func)(), char (&readValue)[N],
|
int (C::*func)(), char (*readValue)[N],
|
||||||
const char *callerFunctionName, int lineNumber,
|
const char *callerFunctionName, int lineNumber,
|
||||||
TypeTag<char>) {
|
TypeTag<char>) {
|
||||||
// Decay the array to char*
|
// Decay the array to char*
|
||||||
|
Reference in New Issue
Block a user