-
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.
* docs clean up; add docs about shm; remove Id::is_valid(); add Id::to_string(); * addressed review comments * typo fix * put language constructs into double quotes * fix missing double quotes * typo fix
- Loading branch information
1 parent
ed450f9
commit fb2fe00
Showing
31 changed files
with
300 additions
and
195 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,5 @@ API Reference | |
query_reply | ||
serialization_deserialization | ||
channels | ||
interop | ||
interop | ||
shared_memory |
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
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,75 @@ | ||
.. | ||
.. SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 | ||
.. | ||
.. Contributors: | ||
.. ZettaScale Zenoh Team, <zenoh@zettascale.tech> | ||
.. | ||
Shared Memory | ||
============= | ||
.. doxygenclass:: zenoh::ZShm | ||
:members: | ||
:membergroups: Constructors Operators Methods | ||
|
||
.. doxygenclass:: zenoh::ZShmMut | ||
:members: | ||
:membergroups: Constructors Operators Methods | ||
|
||
.. doxygenclass:: zenoh::CppShmClient | ||
:members: | ||
:membergroups: Constructors Operators Methods | ||
|
||
.. doxygenclass:: zenoh::ShmClient | ||
:members: | ||
:membergroups: Constructors Operators Methods | ||
|
||
.. doxygenclass:: zenoh::CppShmSegment | ||
:members: | ||
:membergroups: Constructors Operators Methods | ||
|
||
.. doxygenclass:: zenoh::ShmClientStorage | ||
:members: | ||
:membergroups: Constructors Operators Methods | ||
|
||
.. doxygenclass:: zenoh::PosixShmClient | ||
:members: | ||
:membergroups: Constructors Operators Methods | ||
|
||
.. doxygenclass:: zenoh::PosixShmProvider | ||
:members: | ||
:membergroups: Constructors Operators Methods | ||
|
||
.. doxygenclass:: zenoh::CppShmProvider | ||
:members: | ||
:membergroups: Constructors Operators Methods | ||
|
||
.. doxygenclass:: zenoh::AllocLayout | ||
:members: | ||
:membergroups: Constructors Operators Methods | ||
|
||
.. doxygenclass:: zenoh::MemoryLayout | ||
:members: | ||
:membergroups: Constructors Operators Methods | ||
|
||
.. doxygenclass:: zenoh::ChunkAllocResult | ||
:members: | ||
:membergroups: Constructors Operators Methods | ||
|
||
|
||
.. doxygentypedef:: zenoh::ProtocolId | ||
.. doxygentypedef:: zenoh::SegmentId | ||
.. doxygentypedef:: zenoh::ChunkId | ||
|
||
.. doxygentypedef:: zenoh::ChunkDescriptor | ||
.. doxygentypedef:: zenoh::AllocatedChunk | ||
|
||
.. doxygentypedef:: zenoh::AllocError | ||
.. doxygentypedef:: zenoh::LayoutError | ||
.. doxygentypedef:: zenoh::AllocAlignment | ||
|
||
.. doxygentypedef:: zenoh::BufAllocResult | ||
.. doxygentypedef:: zenoh::BufLayoutAllocResult | ||
|
||
.. doxygenfunction:: zenoh::cleanup_orphaned_shm_segments | ||
|
||
|
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
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.