#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 | |
namespace | OpcUa |
OPC UA Address space part. GNU LGPL. | |
namespace | OpcUa::Server |
Defines | |
#define | CONFIG_PATH "/etc/opcua/server" |
OpcUa client command line options parser. GNU LGPL. |
#define CONFIG_PATH "/etc/opcua/server" |
OpcUa client command line options parser. GNU LGPL.
Definition at line 22 of file server_options.cpp.