Skip to content

iox::roudi::MemPoolIntrospectionInfo🔗

the topic for the mempool introspection that a user can subscribe to

#include <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 26 April 2021 at 15:31:02 CEST