iceoryx2
C++ Language Bindings
Loading...
Searching...
No Matches
iox2::Attribute Class Reference

#include <attribute.hpp>

Public Types

using Key = iox2::bb::StaticString< IOX2_ATTRIBUTE_KEY_LENGTH >
 
using Value = iox2::bb::StaticString< IOX2_ATTRIBUTE_VALUE_LENGTH >
 

Detailed Description

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.

Member Typedef Documentation

◆ Key

using iox2::Attribute::Key = iox2::bb::StaticString<IOX2_ATTRIBUTE_KEY_LENGTH>

Definition at line 23 of file attribute.hpp.

◆ Value

using iox2::Attribute::Value = iox2::bb::StaticString<IOX2_ATTRIBUTE_VALUE_LENGTH>

Definition at line 24 of file attribute.hpp.


The documentation for this class was generated from the following file: