File: entity.rst

package info (click to toggle)
cyclonedds 0.10.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 23,420 kB
  • sloc: ansic: 223,506; perl: 1,904; xml: 1,895; yacc: 1,018; sh: 882; python: 106; makefile: 94
file content (25 lines) | stat: -rw-r--r-- 696 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Entities
========

All entities are represented by a process-private handle, with one call to enable an entity when it was created disabled.
An entity is created enabled by default. Note: disabled creation is currently not supported.

.. doxygengroup:: entity
    :project: ddsc_api_docs
    :members:

.. doxygengroup:: entity_qos
    :project: ddsc_api_docs
    :members:

DCPS Status
-----------

.. doxygengroup:: dcps_status_getters
    :project: ddsc_api_docs
    :members:

Interaction with Listeners
--------------------------

You can find the documentation on the interactions with listeners :ref:`in the listener API documentation <section_entity_listener>`:.