-
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.
- Loading branch information
Showing
8 changed files
with
264 additions
and
129 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
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
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,32 @@ | ||
.. | ||
.. Copyright (c) 2023 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> | ||
.. | ||
Copyable types | ||
============== | ||
|
||
Copyable types are the types which can be freely copied and passed by value. | ||
They either don't reference external resources or they reference resources | ||
without taking ownership. | ||
|
||
All these types are based on `Copyable` template. | ||
|
||
.. doxygenstruct:: zenohcxx::Copyable | ||
:members: | ||
|
||
.. doxygenclass:: BytesView | ||
:members: | ||
|
||
.. doxygenstruct:: StrArrayView | ||
.. doxygenstruct:: _StrArrayView | ||
:members: |
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,44 @@ | ||
.. | ||
.. Copyright (c) 2023 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> | ||
.. | ||
Enums | ||
===== | ||
|
||
Enum types are C++ - style typedefs for corrresponding enums of zenoh-c / zenoh-pico C API. | ||
|
||
.. doxygentypedef:: ErrorMessage | ||
|
||
.. doxygentypedef:: ErrNo | ||
|
||
.. doxygentypedef:: SampleKind | ||
|
||
.. doxygentypedef:: EncodingPrefix | ||
|
||
.. doxygentypedef:: ConsolidationMode | ||
|
||
.. doxygentypedef:: Reliability | ||
|
||
.. doxygentypedef:: CongestionControl | ||
|
||
.. doxygentypedef:: Priority | ||
|
||
.. doxygentypedef:: QueryTarget | ||
|
||
.. doxygenfunction:: query_target_default | ||
|
||
.. doxygentypedef:: WhatAmI | ||
See also ::cpp:func:`as_cstr` | ||
|
||
.. doxygenenum:: WhatAmI | ||
See also ::cpp:func:`as_cstr` |
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,20 @@ | ||
.. | ||
.. Copyright (c) 2023 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> | ||
.. | ||
Utility functions | ||
================= | ||
|
||
.. doxygenfunction:: init_logger | ||
|
||
.. doxygenfunction:: as_cstr |
Oops, something went wrong.