Skip to content

iox::gw🔗

Classes🔗

Name
class iox:🇬🇼:Channel
A data structure representing a channel between Iceoryx and an external system.
class iox:🇬🇼:GatewayBase
Generic gateway for communication events.
class iox:🇬🇼:GatewayDiscovery
Discover the gateway.
class iox:🇬🇼:GatewayGeneric
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