RTI Connext .Net APIs  Version 5.2.0
 All Classes Namespaces Functions Variables Enumerations Properties Groups Pages
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.
 
 DynamicDataSeq (System::Int32 max)
 Construct a new empty DDS::DynamicDataSeq.
 
 DynamicDataSeq (Sequence< DynamicData^ >^src)
 Construct a new DDS::DynamicDataSeq containing the same elements as the given collection.
 

Detailed Description

An ordered collection of DDS::DynamicData elements.

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

See Also
DDS::Sequence
DDS::DynamicData

Constructor & Destructor Documentation

DDS::DynamicDataSeq::DynamicDataSeq ( )
inline

Construct a new empty DDS::DynamicDataSeq.

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
DDS::DynamicDataSeq::DynamicDataSeq ( Sequence< DynamicData^ >^  src)
inline

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


RTI Connext .Net APIs Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc