Small tool to load a CII Configuration Service configuration and report possible issues.
More...
#include <fmt/format.h>
#include <boost/program_options.hpp>
#include <boost/exception/diagnostic_information.hpp>
#include <config-ng/ciiConfigApi.hpp>
#include <config-ng/ciiBasicDataType.hpp>
#include <rad/helper.hpp>
#include <algorithm>
#include <functional>
#include <iomanip>
#include <map>
#include <set>
#include <sstream>
#include <vector>
|
| using | Node = elt::configng::CiiConfigInstanceNode |
| |
| using | BasicType = elt::configng::CiiBasicDataType |
| |
|
| int | main (int argc, char *argv[]) |
| |
Small tool to load a CII Configuration Service configuration and report possible issues.
- Copyright
- SPDX-FileCopyrightText: 2026 European Southern Observatory (ESO) SPDX-License-Identifier: LGPL-3.0-only
◆ BasicType
| using BasicType = elt::configng::CiiBasicDataType |
◆ Node
| using Node = elt::configng::CiiConfigInstanceNode |
◆ main()
| int main |
( |
int | argc, |
|
|
char * | argv[] ) |
Application main.
- Parameters
-
| [in] | argc | Number of command line options. |
| [in] | argv | Command line options. |