Abstract Solutions

2 posts / 0 new
Last post
Offline
Last seen: 6 years 11 months ago
Joined: 02/17/2017
Posts: 3
DDS Code Generator (X-Types Annotations)

Hello,

I have a couple of questions about the DDS code generator (5.2.3).

1.  In "RTI_CoreLibrariesAndUtilities_GettingStarted_ExtensibleTypesAddendum.pdf", it states that (sorry about the formatting):

Note: To specify both the “@ID” and “@Optional” annotations, they must be on separate lines:
struct MyType {
long a;
long b;
long c; //@Optional
//@ID 100
long d;
};

However, this appears not to be the case. In fact, I'd go as far as to say that the code generator will accept any number of annotations on the same line. Is that correct?

Organization:
Keywords:
2 posts / 0 new
Last post
Offline
Last seen: 6 years 11 months ago
Joined: 02/17/2017
Posts: 3
Extensible and Dynamic Data Types

I gather RTI supports a subset of the capabailities defined by the OMG's specification "Extensible and Dynamic Topic Types for DDS".

Would someone point me to the document which defines what this subset is?

Thanks.

Organization:
Subscribe to RSS - Abstract Solutions