pavelpgt

Results 2 issues of pavelpgt

I would like to ask you what is the state of DDS-XTypes 1.2 implementation. I would like to communicate with RTI Implementation of DDS that uses @optional annotation within IDL....

question

When I use IDLGenerator to generate Java code for keyed topics. The generated code still use unkeyed topics. What am I missing? It can be verified by adding `publisherAttributes.getTopic().setTopicKind(TopicAttributes.TopicKind.WITH_KEY);` `subscriberAttributes.getTopic().setTopicKind(TopicAttributes.TopicKind.WITH_KEY);`...