Skip to content

iox::client::introspection::ComposedPublisherPortData🔗

More...

#include <introspection_types.hpp>

Public Functions🔗

Name
ComposedPublisherPortData(const PublisherPortData & portData, const PortThroughputData & throughputData)

Public Attributes🔗

Name
const PublisherPortData * portData
const PortThroughputData * throughputData

Detailed Description🔗

struct iox::client::introspection::ComposedPublisherPortData;

Note: this contains just pointer to the real data, therefore pay attention to the lifetime of the original data

Public Functions Documentation🔗

function ComposedPublisherPortData🔗

inline ComposedPublisherPortData(
    const PublisherPortData & portData,
    const PortThroughputData & throughputData
)

Public Attributes Documentation🔗

variable portData🔗

const PublisherPortData * portData;

variable throughputData🔗

const PortThroughputData * throughputData;

Updated on 26 April 2021 at 15:31:03 CEST