franca / franca

A framework for defining and transforming interfaces
Eclipse Public License 1.0
227 stars 71 forks source link

Missing noRead in §8.4.7 class FAttribute #315

Open MSchleinkoferV opened 1 month ago

MSchleinkoferV commented 1 month ago

According to the specification §5.5.2 "Attributes" there is a write-only option noRead for attributes. So the class FAttribute §8.4.7 should implement: EBoolean noRead (optional): Indicates if this attribute is write-only.

kbirken commented 3 weeks ago

Thanks for noticing this. This noRead option is actually implemented in the Franca metamodel and the IDL specification (xtext grammar). However, it is missing in the user guide (latest version 0.12.0.1), as you were pointing out correctly.