00001 00002 00003 00004 00005 00006 00007 00008 00009 00010 00011 #pragma once 00012 00013 #include <opc/ua/services/node_management.h> 00014 00015 namespace OpcUa 00016 { 00017 namespace Server 00018 { 00019 00020 void FillStandardNamespace(OpcUa::NodeManagementServices& registry, bool debug); 00021 00022 } // namespace UaServer 00023 } // namespace OpcUa 00024