Skip to content

Commit

Permalink
Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Jan 24, 2025
1 parent 7c7a5d8 commit 78889b8
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,46 @@ See details at :ref:`owned_types_concept`
.. c:function:: void z_reply_clone(z_owned_reply_t * dst, const z_loaned_reply_t * reply)
.. c:function:: const z_loaned_reply_t * z_reply_loan(const z_owned_reply_t * reply)
Querier
=======
Represents a Zenoh Querier entity.
Types
-----
See details at :ref:`owned_types_concept`
.. c:type:: z_owned_querier_t
.. c:type:: z_loaned_querier_t
.. c:type:: z_moved_querier_t
Option Types
------------
.. autoctype:: types.h::z_querier_options_t
.. autoctype:: types.h::z_querier_get_options_t
Constants
---------
Functions
---------
.. autocfunction:: primitives.h::z_declare_querier
.. autocfunction:: primitives.h::z_undeclare_querier
.. autocfunction:: primitives.h::z_querier_get
.. autocfunction:: primitives.h::z_querier_keyexpr
.. autocfunction:: primitives.h::z_querier_options_default
.. autocfunction:: primitives.h::z_querier_get_options_default
Ownership Functions
-------------------
See details at :ref:`owned_types_concept`
.. c:function:: const z_loaned_querier_t * z_querier_loan(const z_owned_querier_t * closure)
.. c:function:: void z_querier_drop(z_moved_querier_t * closure)
Scouting
========
Expand Down

0 comments on commit 78889b8

Please sign in to comment.