RTI Connext .NET API (legacy)  Version 6.1.1

The DDS::Sequence interface allows you to work with variable-length collections of homogeneous data. More...

Modules

 Built-in Sequences
 Defines sequences of primitive data type.
 

Classes

class  DDS::Sequence< T >
 <<interface>> <<generic>> A type-safe, ordered collection of elements. The type of these elements is referred to in this documentation as Foo. More...
 
class  DDS::LoanableSequence< E >
 A sequence implementation used internally by the middleware to efficiently manage memory during DDS::TypedDataReader::read and DDS::TypedDataReader::take operations. More...
 
class  FooSeq
 <<interface>> <<generic>> A type-safe, ordered collection of elements. The type of these elements is referred to in this documentation as Foo. More...
 

Detailed Description

The DDS::Sequence interface allows you to work with variable-length collections of homogeneous data.

This interface is instantiated for each concrete element type in order to provide compile-time type safety to applications. The Built-in Sequences are pre-defined instantiations for the primitive data types.

When you use the rtiddsgen code generation tool, it will automatically generate concrete sequence instantiations for each of your own custom types.