server_options.h
Go to the documentation of this file.
1 
11 #ifndef _OPC_UA_Server_OPTIONS_H_
12 #define _OPC_UA_Server_OPTIONS_H_
13 
14 
17 
18 #include <string>
19 #include <vector>
20 
21 
22 namespace OpcUa
23 {
24 namespace Server
25 {
26 
28 {
29 public:
30  CommandLine(int argc, const char ** argv);
31 
32  bool NeedStartServer() const
33  {
34  return StartPossible;
35  }
36 
37  bool IsDaemonMode() const
38  {
39  return IsDaemon;
40  }
41 
43  {
44  return ConfigDir;
45  }
46 
48  {
49  return LogFile;
50  }
51 
52 private:
54  bool IsDaemon;
57 };
58 
59 }
60 }
61 
62 #endif // _OPC_UA_Server_OPTIONS_H_
63 
std::string GetLogFile() const
std::string GetConfigDir() const
OPC UA Address space part. GNU LGPL.
CommandLine(int argc, const char **argv)
const char Server[]
Definition: strings.h:121


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Tue Jan 19 2021 03:12:07