...
This commit is contained in:
@@ -52,7 +52,10 @@ namespace mcc
|
||||
struct MccSimpleSlewModelCategory : public std::error_category {
|
||||
MccSimpleSlewModelCategory() : std::error_category() {}
|
||||
|
||||
const char* name() const noexcept { return "ADC_GENERIC_DEVICE"; }
|
||||
const char* name() const noexcept
|
||||
{
|
||||
return "ADC_GENERIC_DEVICE";
|
||||
}
|
||||
|
||||
std::string message(int ec) const
|
||||
{
|
||||
@@ -164,7 +167,7 @@ public:
|
||||
}
|
||||
|
||||
_stopRequested = other._stopRequested.load();
|
||||
_slewFunc = std::move(_slewFunc);
|
||||
_slewFunc = std::move(other._slewFunc);
|
||||
|
||||
return *this;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user