|
iceoryx2
C++ Language Bindings
|
#include "iox2/bb/expected.hpp"#include "iox2/bb/slice.hpp"#include "iox2/custom_payload_marker.hpp"#include "iox2/header_request_response.hpp"#include "iox2/payload_info.hpp"#include "iox2/port_error.hpp"#include "iox2/service_type.hpp"#include <type_traits>Go to the source code of this file.
Classes | |
| class | iox2::ResponseMut< Service, ResponsePayload, ResponseUserHeader > |
Namespaces | |
| namespace | iox2 |
| namespace | iox2::internal |
Functions | |
| template<ServiceType Service, typename ResponsePayload , typename ResponseUserHeader > | |
| auto | iox2::send (ResponseMut< Service, ResponsePayload, ResponseUserHeader > &&response) -> bb::Expected< void, SendError > |