This commit is contained in:
2026-02-18 16:22:58 +03:00
parent 53245002c5
commit 889d4ff3b2
7 changed files with 189 additions and 30 deletions

View File

@@ -15,7 +15,7 @@ static std::uniform_real_distribution<double> xs_distrib(100, 700);
static std::uniform_real_distribution<double> ys_distrib(100, 700);
struct hw_t {
static constexpr mcc::MccMountType mountType{mcc::MccMountType::ALTAZ_TYPE};
static constexpr mcc::MccMountType hwMountType{mcc::MccMountType::ALTAZ_TYPE};
static constexpr std::string_view hardwareName{"HW-TEST"};
typedef int error_t;