Skip to content

Commit

Permalink
UA-1.05.03-2023-12-15
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Armstrong committed Dec 13, 2023
1 parent 19d7d52 commit 7d38989
Show file tree
Hide file tree
Showing 41 changed files with 102,325 additions and 105,985 deletions.
569 changes: 0 additions & 569 deletions AnsiC/Opc.Ua.Endpoints.wsdl

This file was deleted.

648 changes: 0 additions & 648 deletions AnsiC/Opc.Ua.Services.wsdl

This file was deleted.

2 changes: 1 addition & 1 deletion AnsiC/opcua_attributes.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Copyright (c) 2005-2022 The OPC Foundation, Inc. All rights reserved.
* Copyright (c) 2005-2024 The OPC Foundation, Inc. All rights reserved.
*
* OPC Foundation MIT License 1.00
*
Expand Down
63 changes: 60 additions & 3 deletions AnsiC/opcua_browsenames.h

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion AnsiC/opcua_clientapi.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Copyright (c) 2005-2022 The OPC Foundation, Inc. All rights reserved.
* Copyright (c) 2005-2024 The OPC Foundation, Inc. All rights reserved.
*
* OPC Foundation MIT License 1.00
*
Expand Down
2 changes: 1 addition & 1 deletion AnsiC/opcua_clientapi.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Copyright (c) 2005-2022 The OPC Foundation, Inc. All rights reserved.
* Copyright (c) 2005-2024 The OPC Foundation, Inc. All rights reserved.
*
* OPC Foundation MIT License 1.00
*
Expand Down
8 changes: 7 additions & 1 deletion AnsiC/opcua_exclusions.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Copyright (c) 2005-2022 The OPC Foundation, Inc. All rights reserved.
* Copyright (c) 2005-2024 The OPC Foundation, Inc. All rights reserved.
*
* OPC Foundation MIT License 1.00
*
Expand Down Expand Up @@ -82,6 +82,7 @@
/* #define OPCUA_EXCLUDE_AdditionalParametersType */
/* #define OPCUA_EXCLUDE_EphemeralKeyType */
/* #define OPCUA_EXCLUDE_EndpointType */
/* #define OPCUA_EXCLUDE_BitFieldDefinition */
/* #define OPCUA_EXCLUDE_RationalNumber */
/* #define OPCUA_EXCLUDE_Vector */
/* #define OPCUA_EXCLUDE_ThreeDVector */
Expand All @@ -93,6 +94,9 @@
/* #define OPCUA_EXCLUDE_ThreeDFrame */
/* #define OPCUA_EXCLUDE_IdentityMappingRuleType */
/* #define OPCUA_EXCLUDE_CurrencyUnitType */
/* #define OPCUA_EXCLUDE_AnnotationDataType */
/* #define OPCUA_EXCLUDE_LinearConversionDataType */
/* #define OPCUA_EXCLUDE_QuantityDimension */
/* #define OPCUA_EXCLUDE_TrustListDataType */
/* #define OPCUA_EXCLUDE_TransactionErrorType */
/* #define OPCUA_EXCLUDE_DecimalDataType */
Expand Down Expand Up @@ -255,6 +259,7 @@
/* #define OPCUA_EXCLUDE_HistoryReadResult */
/* #define OPCUA_EXCLUDE_HistoryReadDetails */
/* #define OPCUA_EXCLUDE_ReadEventDetails */
/* #define OPCUA_EXCLUDE_ReadEventDetails2 */
/* #define OPCUA_EXCLUDE_ReadRawModifiedDetails */
/* #define OPCUA_EXCLUDE_ReadProcessedDetails */
/* #define OPCUA_EXCLUDE_ReadAtTimeDetails */
Expand All @@ -263,6 +268,7 @@
/* #define OPCUA_EXCLUDE_ModificationInfo */
/* #define OPCUA_EXCLUDE_HistoryModifiedData */
/* #define OPCUA_EXCLUDE_HistoryEvent */
/* #define OPCUA_EXCLUDE_HistoryModifiedEvent */
/* #define OPCUA_EXCLUDE_WriteValue */
/* #define OPCUA_EXCLUDE_HistoryUpdateDetails */
/* #define OPCUA_EXCLUDE_UpdateDataDetails */
Expand Down
2,421 changes: 214 additions & 2,207 deletions AnsiC/opcua_identifiers.h

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion AnsiC/opcua_serverapi.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Copyright (c) 2005-2022 The OPC Foundation, Inc. All rights reserved.
* Copyright (c) 2005-2024 The OPC Foundation, Inc. All rights reserved.
*
* OPC Foundation MIT License 1.00
*
Expand Down
2 changes: 1 addition & 1 deletion AnsiC/opcua_serverapi.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Copyright (c) 2005-2022 The OPC Foundation, Inc. All rights reserved.
* Copyright (c) 2005-2024 The OPC Foundation, Inc. All rights reserved.
*
* OPC Foundation MIT License 1.00
*
Expand Down
47 changes: 41 additions & 6 deletions AnsiC/opcua_statuscodes.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* Copyright (c) 2005-2022 The OPC Foundation, Inc. All rights reserved.
* Copyright (c) 2005-2024 The OPC Foundation, Inc. All rights reserved.
*
* OPC Foundation MIT License 1.00
*
Expand Down Expand Up @@ -78,7 +78,7 @@ OPCUA_BEGIN_EXTERN_C
#define OpcUa_BadRequestTooLarge 0x80B80000

/*============================================================================
* The response message size exceeds limits set by the client.
* The response message size exceeds limits set by the client or server.
*===========================================================================*/
#define OpcUa_BadResponseTooLarge 0x80B90000

Expand Down Expand Up @@ -292,6 +292,16 @@ OPCUA_BEGIN_EXTERN_C
*===========================================================================*/
#define OpcUa_BadLicenseNotAvailable 0x81100000

/*============================================================================
* The Server does not have the resources to process the request at this time.
*===========================================================================*/
#define OpcUa_BadServerTooBusy 0x80EE0000

/*============================================================================
* The log-on for the user succeeded but the user is required to change the password.
*===========================================================================*/
#define OpcUa_GoodPasswordChangeRequired 0x00EF0000

/*============================================================================
* The subscription was transferred to another session.
*===========================================================================*/
Expand Down Expand Up @@ -323,7 +333,7 @@ OPCUA_BEGIN_EXTERN_C
#define OpcUa_BadWaitingForInitialData 0x80320000

/*============================================================================
* The syntax of the node id is not valid.
* The syntax the node id is not valid or refers to a node that is not valid for the operation.
*===========================================================================*/
#define OpcUa_BadNodeIdInvalid 0x80330000

Expand All @@ -347,6 +357,11 @@ OPCUA_BEGIN_EXTERN_C
*===========================================================================*/
#define OpcUa_BadIndexRangeNoData 0x80370000

/*============================================================================
* The written data does not match the IndexRange specified.
*===========================================================================*/
#define OpcUa_BadIndexRangeDataMismatch 0x80EA0000

/*============================================================================
* The data encoding is invalid.
*===========================================================================*/
Expand Down Expand Up @@ -492,6 +507,16 @@ OPCUA_BEGIN_EXTERN_C
*===========================================================================*/
#define OpcUa_BadNumericOverflow 0x81120000

/*============================================================================
* The locale in the requested write operation is not supported.
*===========================================================================*/
#define OpcUa_BadLocaleNotSupported 0x80ED0000

/*============================================================================
* The variable has no default value and no initial value.
*===========================================================================*/
#define OpcUa_BadNoValue 0x80F00000

/*============================================================================
* The ServerUri is not a valid URI.
*===========================================================================*/
Expand Down Expand Up @@ -918,7 +943,7 @@ OPCUA_BEGIN_EXTERN_C
#define OpcUa_UncertainEngineeringUnitsExceeded 0x40940000

/*============================================================================
* The value is derived from multiple sources and has less than the required number of Good sources.
* The data value is derived from multiple sources and has less than the required number of Good sources.
*===========================================================================*/
#define OpcUa_UncertainSubNormal 0x40950000

Expand All @@ -927,6 +952,11 @@ OPCUA_BEGIN_EXTERN_C
*===========================================================================*/
#define OpcUa_GoodLocalOverride 0x00960000

/*============================================================================
* The value is derived from multiple sources and has the required number of Good sources, but less than the full number of Good sources.
*===========================================================================*/
#define OpcUa_GoodSubNormal 0x00EB0000

/*============================================================================
* This Condition refresh failed, a Condition refresh operation is already in progress.
*===========================================================================*/
Expand Down Expand Up @@ -1028,7 +1058,7 @@ OPCUA_BEGIN_EXTERN_C
#define OpcUa_BadNoEntryExists 0x80A00000

/*============================================================================
* The client requested history using a timestamp format the server does not support (i.e requested ServerTimestamp when server only supports SourceTimestamp).
* The Client requested history using a TimestampsToReturn the Server does not support.
*===========================================================================*/
#define OpcUa_BadTimestampNotSupported 0x80A10000

Expand All @@ -1043,7 +1073,7 @@ OPCUA_BEGIN_EXTERN_C
#define OpcUa_GoodEntryReplaced 0x00A30000

/*============================================================================
* The value is derived from multiple values and has less than the required number of Good values.
* The aggregate value is derived from multiple values and has less than the required number of Good values.
*===========================================================================*/
#define OpcUa_UncertainDataSubNormal 0x40A40000

Expand Down Expand Up @@ -1112,6 +1142,11 @@ OPCUA_BEGIN_EXTERN_C
*===========================================================================*/
#define OpcUa_BadLocked 0x80E90000

/*============================================================================
* The requested operation is not allowed, because the Node is not locked by the application.
*===========================================================================*/
#define OpcUa_BadRequiresLock 0x80EC0000

/*============================================================================
* The value does not come from the real source and has been edited by the server.
*===========================================================================*/
Expand Down
Loading

0 comments on commit 7d38989

Please sign in to comment.