|
iceoryx2
C++ Language Bindings
|
#include <types.hpp>
Public Types | |
| using | type = uint32_t |
Public Member Functions | |
| constexpr | ModuleId (uint32_t value=ANY) |
| bool | operator== (const ModuleId &rhs) const |
| bool | operator!= (const ModuleId &rhs) const |
Public Attributes | |
| type | value |
Static Public Attributes | |
| static constexpr type | ANY { 0 } |
| static constexpr type | IOX2_BB { 1 } |
| static constexpr type | IOX2 { 2 } |
| static constexpr type | USER_MODULE_BASE { 0x100 } |
Definition at line 70 of file types.hpp.
References iox2::legacy::always_false_v.
Definition at line 66 of file types.hpp.
References iox2::legacy::always_false_v, and value.
| type iox2::legacy::er::ModuleId::value |
Definition at line 51 of file types.hpp.
Referenced by operator==().