13 #include <opc/ua/client/remote_server.h> 17 using namespace OpcUa;
25 Server = computer->Endpoints();
30 Server = std::unique_ptr<EndpointServices>();
34 std::shared_ptr<EndpointServices>
Server;
40 EndpointsFilter filter;
41 const std::vector<EndpointDescription> endpoints =
Server->GetEndpoints(filter);
OPC UA Address space part. GNU LGPL.
std::shared_ptr< EndpointServices > Server
EndpointDescription GetEndpoint(OpcUa::Binary::IOStream &stream)
std::unique_ptr< RemoteConnection > Connect(const std::string &host, unsigned port, const Common::Logger::SharedPtr &logger)
TEST_F(Endpoints, GetEndpoints)
#define ASSERT_FALSE(condition)