iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
messaging_pattern.hpp
Go to the documentation of this file.
1
// Copyright (c) 2024 Contributors to the Eclipse Foundation
2
//
3
// See the NOTICE file(s) distributed with this work for additional
4
// information regarding copyright ownership.
5
//
6
// This program and the accompanying materials are made available under the
7
// terms of the Apache Software License 2.0 which is available at
8
// https://www.apache.org/licenses/LICENSE-2.0, or the MIT license
9
// which is available at https://opensource.org/licenses/MIT.
10
//
11
// SPDX-License-Identifier: Apache-2.0 OR MIT
12
13
#ifndef IOX2_MESSAGING_PATTERN_HPP
14
#define IOX2_MESSAGING_PATTERN_HPP
15
16
#include <cstdint>
17
#include <ostream>
18
19
namespace
iox2
{
20
enum class
MessagingPattern
: uint8_t {
25
PublishSubscribe
= 0,
26
33
Event
,
34
38
RequestResponse
,
39
43
Blackboard
,
44
};
45
}
// namespace iox2
46
47
auto
operator<<
(std::ostream& stream,
const
iox2::MessagingPattern
& value) -> std::ostream&;
48
49
#endif
operator<<
auto operator<<(std::ostream &stream, const iox2::MessagingPattern &value) -> std::ostream &
iox2
Definition
active_request.hpp:26
iox2::MessagingPattern
MessagingPattern
Definition
messaging_pattern.hpp:20
iox2::MessagingPattern::RequestResponse
@ RequestResponse
iox2::MessagingPattern::Blackboard
@ Blackboard
iox2::MessagingPattern::PublishSubscribe
@ PublishSubscribe
iox2::MessagingPattern::Event
@ Event
iox2
messaging_pattern.hpp
Generated by
1.9.8