ifw-core 7.0.0
 
Loading...
Searching...
No Matches
main.cpp File Reference

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>

Typedefs

using Node = elt::configng::CiiConfigInstanceNode
 
using BasicType = elt::configng::CiiBasicDataType
 

Functions

int main (int argc, char *argv[])
 

Detailed Description

Small tool to load a CII Configuration Service configuration and report possible issues.

Typedef Documentation

◆ BasicType

using BasicType = elt::configng::CiiBasicDataType

◆ Node

using Node = elt::configng::CiiConfigInstanceNode

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Application main.

Parameters
[in]argcNumber of command line options.
[in]argvCommand line options.