-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #189 from DenisBiryukov91/dev/interop_cleanup
move interop functionality under separate namespace and make it public
- Loading branch information
Showing
37 changed files
with
853 additions
and
576 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,4 +28,5 @@ API Reference | |
publish_subscribe | ||
query_reply | ||
serialization_deserialization | ||
channels | ||
channels | ||
interop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.. | ||
.. Copyright (c) 2024 ZettaScale Technology | ||
.. | ||
.. This program and the accompanying materials are made available under the | ||
.. terms of the Eclipse Public License 2.0 which is available at | ||
.. http://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 | ||
.. which is available at https://www.apache.org/licenses/LICENSE-2.0. | ||
.. | ||
.. SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 | ||
.. | ||
.. Contributors: | ||
.. ZettaScale Zenoh Team, <zenoh@zettascale.tech> | ||
.. | ||
Interoperability with Zenoh-c / Zenoh-pico | ||
========================================== | ||
|
||
.. doxygennamespace:: zenoh::interop | ||
:content-only: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.