Loading...
Searching...
No Matches
#include <cstdint>
Go to the source code of this file.
|
| enum class | iox2::BlackboardOpenError : uint8_t {
iox2::Interrupt
, iox2::DoesNotExist
, iox2::ServiceInCorruptedState
, iox2::IncompatibleKeys
,
iox2::InternalFailure
, iox2::IncompatibleAttributes
, iox2::IncompatibleMessagingPattern
, iox2::DoesNotSupportRequestedAmountOfReaders
,
iox2::InsufficientPermissions
, iox2::HangsInCreation
, iox2::IsMarkedForDestruction
, iox2::ExceedsMaxNumberOfNodes
,
iox2::DoesNotSupportRequestedAmountOfNodes
, iox2::UnableToCreateServiceTag
, iox2::VersionMismatch
} |
| | Errors that can occur when an existing [MessagingPattern::Blackboard] [Service] shall be opened. More...
|
| |
| enum class | iox2::BlackboardCreateError : uint8_t {
iox2::Interrupt
, iox2::AlreadyExists
, iox2::IsBeingCreatedByAnotherInstance
, iox2::InternalFailure
,
iox2::InsufficientPermissions
, iox2::ServiceInCorruptedState
, iox2::HangsInCreation
, iox2::NoEntriesProvided
,
iox2::UnableToCreateServiceTag
, iox2::ServiceConfigCouldNotBeCreated
} |
| | Errors that can occur when a new [MessagingPattern::Blackboard] [Service] shall be created. More...
|
| |