iox::gw🔗
Classes🔗
| Name | |
|---|---|
| class | iox: A data structure representing a channel between Iceoryx and an external system. |
| class | iox: Generic gateway for communication events. |
| class | iox: Discover the gateway. |
| class | iox: A reference generic gateway implementation. |
Types🔗
| Name | |
|---|---|
| enum uint8_t | ChannelError { OBJECT_POOL_FULL} |
| enum uint8_t | GatewayError { UNSUPPORTED_SERVICE_TYPE, UNSUCCESSFUL_CHANNEL_CREATION, NONEXISTANT_CHANNEL} |
Types Documentation🔗
enum ChannelError🔗
| Enumerator | Value | Description |
|---|---|---|
| OBJECT_POOL_FULL |
enum GatewayError🔗
| Enumerator | Value | Description |
|---|---|---|
| UNSUPPORTED_SERVICE_TYPE | ||
| UNSUCCESSFUL_CHANNEL_CREATION | ||
| NONEXISTANT_CHANNEL |
Updated on 18 December 2023 at 13:11:43 CET