Skip to content

iox::popo::Publisher🔗

The Publisher class for the publish-subscribe messaging pattern in iceoryx. More...

#include <iceoryx_posh/popo/publisher.hpp>

Inherits from PublisherImpl< T, mepoo::NoUserHeader >

Detailed Description🔗

template <typename T ,
typename H  =mepoo::NoUserHeader>
class iox::popo::Publisher;

The Publisher class for the publish-subscribe messaging pattern in iceoryx.

Parameters:

  • T user payload type
  • H user header type

Updated on 17 March 2022 at 12:15:57 CET