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

Go to the source code of this file.

Namespaces

namespace  iox2
 

Enumerations

enum class  iox2::WaitSetCreateError : uint8_t { iox2::InsufficientResources , iox2::InternalError }
 Defines the failures that can occur when calling [WaitSetBuilder::create()]. More...
 
enum class  iox2::WaitSetRunResult : uint8_t { iox2::TerminationRequest , iox2::Interrupt , iox2::StopRequest , iox2::AllEventsHandled }
 States why the [WaitSet::run()] method returned. More...
 
enum class  iox2::WaitSetAttachmentError : uint8_t { iox2::InsufficientCapacity , iox2::AlreadyAttached , iox2::InternalError , iox2::InsufficientResources }
 
enum class  iox2::WaitSetRunError : uint8_t {
  iox2::InsufficientPermissions , iox2::InternalError , iox2::NoAttachments , iox2::TerminationRequest ,
  iox2::Interrupt
}
 Defines the failures that can occur when calling [WaitSet::run()]. More...