endpoints_services_test.h
Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 #pragma once
00013 
00014 #include <opc/common/addons_core/addon_manager.h>
00015 #include <opc/ua/server/addons/services_registry.h>
00016 #include <opc/ua/server/addons/endpoints_services.h>
00017 #include <opc/ua/server/addons/common_addons.h>
00018 namespace OpcUa
00019 {
00020   namespace Test
00021   {
00022 
00023     inline void RegisterEndpointsServicesAddon(Common::AddonsManager& addons)
00024     {
00025       Common::AddonInformation endpoints = Server::CreateEndpointsRegistryAddon();
00026       addons.Register(endpoints);
00027     }
00028 
00029   }
00030 }
00031 


ros_opcua_impl_freeopcua
Author(s): Denis Štogl
autogenerated on Sat Jun 8 2019 18:24:40