Skip to content

Commit

Permalink
update schema and generate code again
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Mar 23, 2023
1 parent 28b5d12 commit d82564a
Show file tree
Hide file tree
Showing 9 changed files with 29,515 additions and 16,673 deletions.
41,114 changes: 24,911 additions & 16,203 deletions id/id_gen.go

Large diffs are not rendered by default.

4,438 changes: 4,396 additions & 42 deletions schema/NodeIds.csv

Large diffs are not rendered by default.

269 changes: 45 additions & 224 deletions schema/Opc.Ua.Types.bsd

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion schema/StatusCode.csv
Original file line number Diff line number Diff line change
Expand Up @@ -205,16 +205,18 @@ GoodEntryInserted,0x00A20000,"The data or event was successfully inserted into t
GoodEntryReplaced,0x00A30000,"The data or event field was successfully replaced in the historical database."
UncertainDataSubNormal,0x40A40000,"The value is derived from multiple values and has less than the required number of Good values."
GoodNoData,0x00A50000,"No data exists for the requested time range or event filter."
GoodMoreData,0x00A60000,"The data or event field was successfully replaced in the historical database."
GoodMoreData,0x00A60000,"More data is available in the time range beyond the number of values requested."
BadAggregateListMismatch,0x80D40000,"The requested number of Aggregates does not match the requested number of NodeIds."
BadAggregateNotSupported,0x80D50000,"The requested Aggregate is not support by the server."
BadAggregateInvalidInputs,0x80D60000,"The aggregate value could not be derived due to invalid data inputs."
BadAggregateConfigurationRejected,0x80DA0000,"The aggregate configuration is not valid for specified node."
GoodDataIgnored,0x00D90000,"The request specifies fields which are not valid for the EventType or cannot be saved by the historian."
BadRequestNotAllowed,0x80E40000,"The request was rejected by the server because it did not meet the criteria set by the server."
BadRequestNotComplete,0x81130000,"The request has not been processed by the server yet."
BadTransactionPending,0x80E80000,"The operation is not allowed because a transaction is in progress."
BadTicketRequired,0x811F0000,"The device identity needs a ticket before it can be accepted."
BadTicketInvalid,0x81200000,"The device identity needs a ticket before it can be accepted."
BadLocked,0x80E90000,"The requested operation is not allowed, because the Node is locked by a different application."
GoodEdited,0x00DC0000,"The value does not come from the real source and has been edited by the server."
GoodPostActionFailed,0x00DD0000,"There was an error in execution of these post-actions."
UncertainDominantValueChanged,0x40DE0000,"The related EngineeringUnit has been changed but the Variable Value is still provided based on the previous unit."
Expand Down
60 changes: 60 additions & 0 deletions ua/enums_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

76 changes: 75 additions & 1 deletion ua/enums_strings_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

205 changes: 17 additions & 188 deletions ua/extobjs_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d82564a

Please sign in to comment.