...
This commit is contained in:
@@ -56,7 +56,7 @@ static auto Asibfm700MountConfigurationDefaults = std::make_tuple(
|
||||
make_config_record(
|
||||
"pcmType",
|
||||
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",
|
||||
" BSPLINE - pure 2D B-spline corrections"}),
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ int main(int argc, char* argv[])
|
||||
asibfm700::Asibfm700MountConfig mount_cfg;
|
||||
asibfm700::Asibfm700MountConfiguration cfg;
|
||||
|
||||
// cfg.dumpDefaultsToFile("eecc.cfg");
|
||||
cfg.dumpDefaultsToFile("eecc.cfg");
|
||||
|
||||
cfg.load("eecc.cfg");
|
||||
cfg.save("eecc.cfg1");
|
||||
|
||||
Reference in New Issue
Block a user