...
This commit is contained in:
@@ -63,4 +63,15 @@ protected:
|
||||
error_callback_t _errorCallback{[](const mount_state_error_t&) {}};
|
||||
};
|
||||
|
||||
|
||||
/* */
|
||||
class MccMountStateIDLE
|
||||
{
|
||||
public:
|
||||
std::string_view ident() const
|
||||
{
|
||||
return "MCC-MOUNT-STATE-IDLE";
|
||||
}
|
||||
};
|
||||
|
||||
} // namespace mcc
|
||||
|
||||
Reference in New Issue
Block a user