1. Home
  2. Browse
  3. iceoryx

iceoryx

v2.0.6#1Latest

Eclipse iceoryx™ - true zero-copy inter-process-communication

Install

Run the following Vcpkg command to install the port.

vcpkg install iceoryx

Usage

iceoryx provides CMake targets:

find_package(iceoryx_binding_c CONFIG REQUIRED)
target_link_libraries(main PRIVATE iceoryx_binding_c::iceoryx_binding_c)
find_package(iceoryx_hoofs CONFIG REQUIRED)
target_link_libraries(main PRIVATE iceoryx_hoofs::iceoryx_hoofs
                                   iceoryx_hoofs::iceoryx_platform)
find_package(iceoryx_posh CONFIG REQUIRED)
target_link_libraries(main PRIVATE iceoryx_posh::iceoryx_posh
                                   iceoryx_posh::iceoryx_posh_roudi
                                   iceoryx_posh::iceoryx_posh_config
                                   iceoryx_posh::iceoryx_posh_gateway)

Features

Dependencies

See source

Version

v2.0.6#1

Publication

Supports

!uwp

GitHub

eclipse-iceoryx/iceoryx1.7K

Homepage

iceoryx.io

Subtree

389e18e838

License

Apache-2.0

Definition

Manifest