This commit is contained in:
2026-05-28 17:45:36 +03:00
parent 03e98d0032
commit e199a73640
2 changed files with 2 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ static auto Asibfm700MountConfigurationDefaults = std::make_tuple(
make_config_record( make_config_record(
"pcmType", "pcmType",
mcc::impl::MccDefaultPCMType::PCM_TYPE_GEOMETRY, mcc::impl::MccDefaultPCMType::PCM_TYPE_GEOMETRY,
{" PCM type:", " a case-sensetive string:", " GEOMETRY - 'classic' geometry-based correction coefficients", {" PCM type:", " a case-sensitive string:", " GEOMETRY - 'classic' geometry-based correction coefficients",
" GEOMETRY-BSPLINE - previous one and additional 2D B-spline corrections", " GEOMETRY-BSPLINE - previous one and additional 2D B-spline corrections",
" BSPLINE - pure 2D B-spline corrections"}), " BSPLINE - pure 2D B-spline corrections"}),

View File

@@ -40,7 +40,7 @@ int main(int argc, char* argv[])
asibfm700::Asibfm700MountConfig mount_cfg; asibfm700::Asibfm700MountConfig mount_cfg;
asibfm700::Asibfm700MountConfiguration cfg; asibfm700::Asibfm700MountConfiguration cfg;
// cfg.dumpDefaultsToFile("eecc.cfg"); cfg.dumpDefaultsToFile("eecc.cfg");
cfg.load("eecc.cfg"); cfg.load("eecc.cfg");
cfg.save("eecc.cfg1"); cfg.save("eecc.cfg1");