RTI Connext .NET API (legacy)  Version 6.1.1
DDS::DynamicDataSeq Class Reference

An ordered collection of DDS::DynamicData elements. More...

#include <managed_dynamicdata.h>

Inherits AbstractBuiltinTopicDataSeq< DynamicData^, DynamicDataProvider^>.

Public Member Functions

 DynamicDataSeq ()
 Construct a new empty DDS::DynamicDataSeq. More...
 
 DynamicDataSeq (System::Int32 max)
 Construct a new empty DDS::DynamicDataSeq. More...
 
 DynamicDataSeq (Sequence< DynamicData^>^ src)
 Construct a new DDS::DynamicDataSeq containing the same elements as the given collection. More...
 

Detailed Description

An ordered collection of DDS::DynamicData elements.

Instantiates DDS::Sequence < DDS::DynamicData > .

See also
DDS::Sequence
DDS::DynamicData

Constructor & Destructor Documentation

◆ DynamicDataSeq() [1/3]

DDS::DynamicDataSeq::DynamicDataSeq ( )
inline

Construct a new empty DDS::DynamicDataSeq.

◆ DynamicDataSeq() [2/3]

DDS::DynamicDataSeq::DynamicDataSeq ( System::Int32  max)
inline

Construct a new empty DDS::DynamicDataSeq.

The new sequence will have the given maximum.

See also
DDS::Sequence::maximum

◆ DynamicDataSeq() [3/3]

DDS::DynamicDataSeq::DynamicDataSeq ( Sequence< DynamicData^>^  src)
inline

Construct a new DDS::DynamicDataSeq containing the same elements as the given collection.