#include "server_options.h"#include <algorithm>#include <boost/program_options/options_description.hpp>#include <boost/program_options/parsers.hpp>#include <boost/program_options/variables_map.hpp>#include <functional>#include <iostream>
Go to the source code of this file.
Namespaces | |
| OpcUa | |
| OPC UA Address space part. GNU LGPL. | |
| OpcUa::Server | |
Macros | |
| #define | CONFIG_PATH "/etc/opcua/server" |
| OpcUa client command line options parser. GNU LGPL. More... | |
| #define CONFIG_PATH "/etc/opcua/server" |
OpcUa client command line options parser. GNU LGPL.
Definition at line 22 of file server_options.cpp.