This commit is contained in:
Timur A. Fatkhullin
2025-05-20 23:32:25 +03:00
parent f03e38466e
commit 4244f76041
2 changed files with 83 additions and 7 deletions

View File

@@ -188,4 +188,10 @@ protected:
std::function<void()> _stopFunc;
};
template <MccMountType MOUNT_TYPE, std::derived_from<MccMountConfig> CONFIG_TYPE = MccMountConfig>
class MccMountStateSlew1 : public MccMount<MOUNT_TYPE, CONFIG_TYPE>::MccMountState
{
};
} // namespace mcc