|
iceoryx2
C++ Language Bindings
|
#include "iox2/bb/static_function.hpp"#include "iox2/degradation_action.hpp"#include "iox2/degradation_cause.hpp"#include "iox2/internal/iceoryx2.hpp"#include "iox2/unique_port_id.hpp"Go to the source code of this file.
Classes | |
| class | iox2::DegradationInfo |
The degradation info passed to the [DegradationHandler]. More... | |
Namespaces | |
| namespace | iox2 |
| namespace | iox2::detail |
Typedefs | |
| using | iox2::DegradationHandler = iox2::bb::StaticFunction< DegradationAction(DegradationCause, DegradationInfo &)> |
Functions | |
| auto | iox2::detail::degradation_handler_delegate (iox2_degradation_cause_e degradation_cause, iox2_degradation_info_h_ref info_handle, iox2_callback_context callback_cxt) -> iox2_degradation_action_e |