... compiled!
This commit is contained in:
@@ -16,15 +16,15 @@ std::string AsibFM700ServoControllerErrorCategory::message(int ec) const
|
||||
case AsibFM700ServoControllerErrorCode::ERROR_OK:
|
||||
return "OK";
|
||||
case AsibFM700ServoControllerErrorCode::ERROR_FATAL:
|
||||
return "LibServo fatal error";
|
||||
return "LibSidServo fatal error";
|
||||
case AsibFM700ServoControllerErrorCode::ERROR_BADFORMAT:
|
||||
return "LibServo wrong arguments of function";
|
||||
return "LibSidServo wrong arguments of function";
|
||||
case AsibFM700ServoControllerErrorCode::ERROR_ENCODERDEV:
|
||||
return "LibServo encoder device error or can't open";
|
||||
return "LibSidServo encoder device error or can't open";
|
||||
case AsibFM700ServoControllerErrorCode::ERROR_MOUNTDEV:
|
||||
return "LibServo mount device error or can't open";
|
||||
return "LibSidServo mount device error or can't open";
|
||||
case AsibFM700ServoControllerErrorCode::ERROR_FAILED:
|
||||
return "LibServo failed to run command";
|
||||
return "LibSidServo failed to run command";
|
||||
case AsibFM700ServoControllerErrorCode::ERROR_NULLPTR:
|
||||
return "nullptr argument";
|
||||
case AsibFM700ServoControllerErrorCode::ERROR_POLLING_TIMEOUT:
|
||||
|
||||
Reference in New Issue
Block a user