RTI Connext Modern C++ API Version 7.3.0
rti::core::xtypes::DynamicDataInfo Class Reference

Contains information about a DynamicData sample. More...

#include <DynamicDataInfo.hpp>

Public Member Functions

int32_t member_count () const
 The number of members of this sample. More...
 
int32_t stored_size () const
 The number of bytes currently used to store the data of this sample. More...
 

Detailed Description

Contains information about a DynamicData sample.

See also
DynamicData::info()

Member Function Documentation

◆ member_count()

int32_t rti::core::xtypes::DynamicDataInfo::member_count ( ) const

The number of members of this sample.

◆ stored_size()

int32_t rti::core::xtypes::DynamicDataInfo::stored_size ( ) const

The number of bytes currently used to store the data of this sample.