Bounded string attribute of struct/union/valuetype/interface is not mapped
-
Key: CCCMP-16
-
Status: open
-
Source: Airbus Group ( Mr. Oliver M. Kellogg)
-
Summary:
Section 8.1.2 defines stereotypes CORBAAnonymousSequence and CORBAAnonymousArray for mapping sequence/array attributes of struct/union/valuetype/interface without a dedicated typedef.
However, an equivalent CORBAAnonymousString stereotype is not defined.
Thus it is not obvious how to map e.g.struct struct_with_anon_bounded_str { string<32> anon_bounded_str; }; union union_with_anon_bounded_str switch (boolean) { case TRUE: string<32> anon_bounded_str; }; valuetype valuetype_with_anon_bounded_str { public string<32> anon_bounded_str; }; interface interface_with_anon_bounded_str { attribute string<32> anon_bounded_str; };
-
Reported: CCCMP 1.0 — Wed, 20 Mar 2019 09:27 GMT
-
Updated: Mon, 8 Apr 2019 16:47 GMT