|
RTI Connext .Net APIs
Version 5.2.0
|
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. | |
An ordered collection of DDS::DynamicData elements.
Instantiates DDS::Sequence < DDS::DynamicData > .
|
inline |
Construct a new empty DDS::DynamicDataSeq.
|
inline |
Construct a new empty DDS::DynamicDataSeq.
The new sequence will have the given maximum.
|
inline |
Construct a new DDS::DynamicDataSeq containing the same elements as the given collection.