|
iceoryx2
C++ Language Bindings
|
#include <attribute.hpp>
Public Types | |
| using | Key = iox2::bb::StaticString< IOX2_ATTRIBUTE_KEY_LENGTH > |
| using | Value = iox2::bb::StaticString< IOX2_ATTRIBUTE_VALUE_LENGTH > |
Represents a single service attribute (key-value) pair that can be defined when the service is being created.
Definition at line 21 of file attribute.hpp.
| using iox2::Attribute::Key = iox2::bb::StaticString<IOX2_ATTRIBUTE_KEY_LENGTH> |
Definition at line 23 of file attribute.hpp.
| using iox2::Attribute::Value = iox2::bb::StaticString<IOX2_ATTRIBUTE_VALUE_LENGTH> |
Definition at line 24 of file attribute.hpp.