|
iceoryx2
C++ Language Bindings
|
#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | iox2 |
Enumerations | |
| enum class | iox2::NotifierCreateError : uint8_t { iox2::ExceedsMaxSupportedNotifiers , iox2::FailedToDeployThreadsafetyPolicy , iox2::UnableToCreatePortTag } |
| enum class | iox2::NotifierNotifyError : uint8_t { iox2::EventIdOutOfBounds , iox2::MissedDeadline , iox2::UnableToAcquireElapsedTime } |
Defines the failures that can occur while a [Notifier::notify()] call. More... | |