iox::roudi::MemPoolIntrospectionInfo🔗
the topic for the mempool introspection that a user can subscribe to
#include <iceoryx_posh/roudi/introspection_types.hpp>
Public Attributes🔗
| Name | |
|---|---|
| uint32_t | m_id |
| cxx::string< MAX_GROUP_NAME_LENGTH > | m_writerGroupName |
| cxx::string< MAX_GROUP_NAME_LENGTH > | m_readerGroupName |
| MemPoolInfoContainer | m_mempoolInfo |
Public Attributes Documentation🔗
variable m_id🔗
uint32_t m_id;
variable m_writerGroupName🔗
cxx::string< MAX_GROUP_NAME_LENGTH > m_writerGroupName;
variable m_readerGroupName🔗
cxx::string< MAX_GROUP_NAME_LENGTH > m_readerGroupName;
variable m_mempoolInfo🔗
MemPoolInfoContainer m_mempoolInfo;
Updated on 18 December 2023 at 13:11:43 CET