sequence

Due to the way in which RTI Connector handles data internally, some applications may suffer slower performance when using types that contain sequences. This is a known issue and is tracked internally in CON-42 . More specifically, this issue is seen when setting or getting a type that contains a ...
3968 reads — 4 comments
Note: This solution applies to RTI Connext 4.x. and above. This solution explains how to access members of a complex type (e.g.: struct) contained in a sequence using DynamicData If a type is defined as follows: struct Nested { long x; }; struct Hello { sequence<Nested, 3> mySeq; }; The steps ...
5418 reads — 0 comments
Subscribe to RSS - sequence