RTI Connext C API
Version 6.1.2
Data Structures
Built-in Sequences
RTI Connext DDS API Reference
»
Infrastructure Module
»
Sequence Support
Defines sequences of primitive data type.
More...
Data Structures
struct
DDS_CharSeq
Instantiates
FooSeq
<
DDS_Char
>
More...
struct
DDS_WcharSeq
Instantiates
FooSeq
<
DDS_Wchar
>
More...
struct
DDS_OctetSeq
Instantiates
FooSeq
<
DDS_Octet
>
More...
struct
DDS_UInt8Seq
Instantiates
FooSeq
<
DDS_UInt8
>
More...
struct
DDS_Int8Seq
Instantiates
FooSeq
<
DDS_Int8
>
More...
struct
DDS_ShortSeq
Instantiates
FooSeq
<
DDS_Short
>
More...
struct
DDS_UnsignedShortSeq
Instantiates
FooSeq
<
DDS_UnsignedShort
>
More...
struct
DDS_LongSeq
Instantiates
FooSeq
<
DDS_Long
>
More...
struct
DDS_UnsignedLongSeq
Instantiates
FooSeq
<
DDS_UnsignedLong
>
More...
struct
DDS_LongLongSeq
Instantiates
FooSeq
<
DDS_LongLong
>
More...
struct
DDS_UnsignedLongLongSeq
Instantiates
FooSeq
<
DDS_UnsignedLongLong
>
More...
struct
DDS_FloatSeq
Instantiates
FooSeq
<
DDS_Float
>
More...
struct
DDS_DoubleSeq
Instantiates
FooSeq
<
DDS_Double
>
More...
struct
DDS_LongDoubleSeq
Instantiates
FooSeq
<
DDS_LongDouble
>
More...
struct
DDS_BooleanSeq
Instantiates
FooSeq
<
DDS_Boolean
>
More...
struct
DDS_StringSeq
Instantiates
FooSeq
< char* > with value type semantics.
More...
struct
DDS_WstringSeq
Instantiates
FooSeq
<
DDS_Wchar
* >
More...
Detailed Description
Defines sequences of primitive data type.