View Issue Details

IDProjectCategoryView StatusLast Update
0003508UAApi Changepublic2017-03-20 15:37
ReporterBernd Edlinger Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Summary0003508: Invalid Enum Values in CTT
Description

For the TimestampsToReturn and BrowseDirection enums
we have status codes for invalid values.

OpcUa_BadTimestampsToReturnInvalid
OpcUa_BadBrowseDirectionInvalid

But there is no invalid value in the enum, all allowed
values are in fact valid. The CTT needs to check
that these status codes are generated, but to do that
it is necessary to cast some random value to the enum
which causes itself an undefined behaviuor by the rules of C/C++.

Please add a value OpcUa_TimestampsToReturn_Invalid
and OpcUa_BrowseDirection_Invalid to the enum.

TagsNo tags attached.
Fix Due Date

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2016-08-17 15:13 Bernd Edlinger New Issue
2017-03-20 15:37 Bernd Edlinger Resolution open => fixed
2017-03-20 15:37 Bernd Edlinger Status new => resolved