summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Rename QOpcUa::NodeIds::NS0 to QOpcUa::NodeIds::Namespace0Jannis Voelker2018-09-171-6/+6
| | | | | | | | The abbreviation "ns0" is also removed from the converter functions in qopcuatype.cpp. Change-Id: Ic8e9aed4891f9e550f4e00105182744f1eb9b2e3 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Add generated header and source files with known node idsJannis Voelker2018-08-093-0/+259
The NodeIds.csv file distributed by the OPC Foundation contains the node ids of the default nodes in namespace 0. This patch adds a generated header file with all node ids from NodeIds.csv and a generated .cpp file with documentation. The generator used to generate the files has been added in the tools directory. Change-Id: Iec8d58ca71fa5d29e691b064ec8bacf0abcd94d2 Reviewed-by: Frank Meerkoetter <frank.meerkoetter@basyskom.com>