protocol/endpoints.h
Go to the documentation of this file.
1 
11 #ifndef __OPC_UA_MESSAGES_DISCOVERY_SERVICE_H__
12 #define __OPC_UA_MESSAGES_DISCOVERY_SERVICE_H__
13 
14 #include <opc/ua/protocol/types.h>
16 
17 namespace OpcUa
18 {
19 
21 // FindServersRequest
24 {
26  std::vector<LocaleId> Locales;
27  std::vector<std::string> ServersToReturn;
28 };
29 
31 {
35 
37 };
38 
40 {
41  std::vector<ApplicationDescription> Descriptions;
42 };
43 
45 {
49 
51 };
52 
53 } // namespace OpcUa
54 
55 #endif // __OPC_UA_MESSAGES_DISCOVERY_SERVICE_H__
std::vector< ApplicationDescription > Descriptions
std::vector< LocaleId > Locales
OPC UA Address space part. GNU LGPL.
std::vector< std::string > ServersToReturn
FindServersParameters Parameters


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