소스 검색

Merge branch 'master' of https://github.com/Stasik0/Open62541

FlorianPalm 11 년 전
부모
커밋
385c1bbfe1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      OPCUAServer/src/opcua_types.h

+ 2 - 2
OPCUAServer/src/opcua_types.h

@@ -767,13 +767,13 @@ T_RelativePath;
 */
 typedef struct _T_RequestHeader
 {
-//ToDo	struct BED_SessionAuthenticationToken authenticationToken;		//ToDo
+	UA_NodeId authenticationToken;
 	UA_DateTime timestamp;
 	T_IntegerId requestHandle;
 	UInt32 returnDiagnostics;
 	UA_String auditEntryId;
 	UInt32 timeoutHint;
-//ToDo	struct BED_ExtensibleParameterAdditionalHeader additionalHeader;		//ToDo
+	UA_ExpandedNodeId additionalHeader;
 }
 T_RequestHeader;