This commit is contained in:
Timur A. Fatkhullin
2026-02-17 22:35:56 +03:00
parent af5d852db9
commit 00c7641d50
3 changed files with 5 additions and 2 deletions

View File

@@ -15,6 +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 std::string_view hardwareName{"HW-TEST"};
typedef int error_t;