代码拉取完成,页面将自动刷新
同步操作将从 Gitee 极速下载/open62541 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
This changelog reports changes visible through the public API. Internal refactorings and bug
fixes are not reported here.
2022-07-14 Jannis Voelker <jannis.voelker at basyskom.com>
* LocaleId support in the server
The server now supports that descriptions and display names for
different locales are written to a node. The server selects a
suitable localization depending on the locale ids that are set for
the current session.
Locales are added simply by writing a LocalizedText value with a
different locale. A locale can be removed by writing a
LocalizedText value of the corresponding locale and with an empty
text.
The change was done with pull request #4165.
2022-07-07 Andreas Eckerstorfer <estr at keba.com>
* PubSub publisher id types
The union for the PubSub publisher id 'UA_PublisherId' and
the enumeration for the PubSub publisher type 'UA_PublisherIdType'
have been changed to support all specified publisher id types.
The change was done with pull request #5223.
2022-06-09 Andreas Eckerstorfer <estr at keba.com>
* PubSub state change functions
The following functions in ua_pubsub.h have been extended with
an additional parameter for the cause of the state change.
Moreover the parameter order has been changed.
UA_DataSetWriter_setPubSubState
UA_WriterGroup_setPubSubState
UA_DataSetReader_setPubSubState
UA_ReaderGroup_setPubSubState
The change was done with pull request #5162.
2022-05-04 Julius Pfrommer <julius.pfrommer at iosb.fraunhofer.de>
* Server port and hostname configuration
Instead of configuring the port number in the server's
"NetworkLayer", the server configuration now takes a list of
ServerURLs like `opc.tcp://my-server:4840` or
`opc.wss://localhost:443`. The URLs are used both for discovery
and to set up the server sockets based on the defined hostnames
(and ports).
The default is to listen on all interfaces with port 4840 for
incoming TCP connections.
2022-01-12 Mark Giraud <mark.giraud at iosb.fraunhofer.de>
* Empty arrays always match the array dimensions
We consider empty arrays (also null-arrays) to have implied array
dimensions [0,0,...]. So they always match the array dimensions
defined in the variable. With this, the initialization of
variables without a defined value has been simplified.
We now create a null array if one is required.
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。