iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
messaging_pattern.hpp File Reference
#include <cstdint>
#include <ostream>

Go to the source code of this file.

Namespaces

namespace  iox2
 

Enumerations

enum class  iox2::MessagingPattern : uint8_t { iox2::PublishSubscribe = 0 , iox2::Event , iox2::RequestResponse , iox2::Blackboard }
 

Functions

auto operator<< (std::ostream &stream, const iox2::MessagingPattern &value) -> std::ostream &
 

Function Documentation

◆ operator<<()

auto operator<< ( std::ostream &  stream,
const iox2::MessagingPattern value 
) -> std::ostream &