View Issue Details

IDProjectCategoryView StatusLast Update
0008728Online ReferenceImplementation Bugpublic2023-03-20 12:57
ReporterTonja Heinemann Assigned ToRandy Armstrong  
PrioritynormalSeverityminorReproducibilityalways
Status assignedResolutionopen 
Summary0008728: Whitespace missing in method signatures in Machinery ResultTransfer Spec (have not tried others)
Description

In Machinery ResultTransfer section 7.1 and 7.2 there are methods defined.
In the listing that shows their input and output parameters, the whitespace characters separating the data type from the parameter name are missing.
This is the case for the methods: GetResultById, ReleaseResultHandle, GetLatestResult and GenerateFileForRead, but not for GetResultIdListFiltered.

Example:
GetResultById (

[in]0:TrimmedStringresultId,

[in]0:Int32timeout,

[out]0:HandleresultHandle,

[out]ResultDataTyperesult,

[out]0:Int32error)

should read:
GetResultById (

[in]0:TrimmedString resultId,

[in]0:Int32 timeout,

[out]0:Handle resultHandle,

[out]ResultDataType result,

[out]0:Int32 error)

TagsNo tags attached.

Activities

Wolfgang Mahnke

2023-03-20 11:42

reporter   ~0018910

Looking at the PDF of the released spec everything looks fine (see screenshot).
What document are you looking at and which tool are you using?
I used various tools and it always looked fine.

grafik.png (15,966 bytes)   
grafik.png (15,966 bytes)   

Tonja Heinemann

2023-03-20 12:24

reporter   ~0018911

I was looking up the specification in the online reference:
https://reference.opcfoundation.org/Machinery/Result/v100/docs/7.1.2
https://reference.opcfoundation.org/Machinery/Result/v100/docs/7.1.4
https://reference.opcfoundation.org/Machinery/Result/v100/docs/7.1.5

grafik-2.png (9,513 bytes)   
grafik-2.png (9,513 bytes)   

Issue History

Date Modified Username Field Change
2023-03-14 13:55 Tonja Heinemann New Issue
2023-03-20 11:42 Wolfgang Mahnke Note Added: 0018910
2023-03-20 11:42 Wolfgang Mahnke File Added: grafik.png
2023-03-20 11:43 Wolfgang Mahnke Assigned To => Wolfgang Mahnke
2023-03-20 11:43 Wolfgang Mahnke Status new => feedback
2023-03-20 12:24 Tonja Heinemann Note Added: 0018911
2023-03-20 12:24 Tonja Heinemann File Added: grafik-2.png
2023-03-20 12:24 Tonja Heinemann Status feedback => assigned
2023-03-20 12:57 Wolfgang Mahnke Assigned To Wolfgang Mahnke => Randy Armstrong