Skip to content

Commit ef36bb2

Browse files
author
Python cyclonedds.io Builder
committed
Website update
Building for cyclonedds-cxx master, changed from commit 5942fceefdb44493bdd7bf25dae45583e934e8e9 to 87ae1c4a7f2165a47886729d28d0d5dc61a0af67. Building for cyclonedds-python master, changed from commit 97ad37cadac5b8e5a41c349dc63f4f21ceb0bd77 to 2b5231f620b9643b6651dc9647eb5dfbbd4fec0b.
1 parent f3736a2 commit ef36bb2

18 files changed

+349
-349
lines changed

database.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
]
3737
},
3838
"cyclonedds-cxx": {
39-
"master_commit": "5942fceefdb44493bdd7bf25dae45583e934e8e9",
39+
"master_commit": "87ae1c4a7f2165a47886729d28d0d5dc61a0af67",
4040
"tags": [
4141
"0.10.5",
4242
"0.8.2",
@@ -57,7 +57,7 @@
5757
]
5858
},
5959
"cyclonedds-python": {
60-
"master_commit": "97ad37cadac5b8e5a41c349dc63f4f21ceb0bd77",
60+
"master_commit": "2b5231f620b9643b6651dc9647eb5dfbbd4fec0b",
6161
"tags": [
6262
"0.0.1rc2",
6363
"0.10.5",
0 Bytes
Binary file not shown.
Binary file not shown.

pages/docs/cyclonedds-python/latest/cyclonedds.builtin.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,10 @@ <h1>builtin<a class="headerlink" href="#builtin" title="Permalink to this headli
164164
<dl class="field-list simple">
165165
<dt class="field-odd">Parameters</dt>
166166
<dd class="field-odd"><ul class="simple">
167-
<li><p><strong>subscriber_or_participant</strong> (<a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.Union" title="(in Python v3.12)"><em>Union</em></a><em>[</em><a class="reference internal" href="cyclonedds.sub.html#cyclonedds.sub.Subscriber" title="cyclonedds.sub.Subscriber"><em>cyclonedds.sub.Subscriber</em></a><em>, </em><a class="reference internal" href="cyclonedds.domain.html#cyclonedds.domain.DomainParticipant" title="cyclonedds.domain.DomainParticipant"><em>cyclonedds.domain.DomainParticipant</em></a><em>]</em>) – </p></li>
167+
<li><p><strong>subscriber_or_participant</strong> (<a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.Union" title="(in Python v3.13)"><em>Union</em></a><em>[</em><a class="reference internal" href="cyclonedds.sub.html#cyclonedds.sub.Subscriber" title="cyclonedds.sub.Subscriber"><em>cyclonedds.sub.Subscriber</em></a><em>, </em><a class="reference internal" href="cyclonedds.domain.html#cyclonedds.domain.DomainParticipant" title="cyclonedds.domain.DomainParticipant"><em>cyclonedds.domain.DomainParticipant</em></a><em>]</em>) – </p></li>
168168
<li><p><strong>builtin_topic</strong> (<a class="reference internal" href="#cyclonedds.builtin.BuiltinTopic" title="cyclonedds.builtin.BuiltinTopic"><em>cyclonedds.builtin.BuiltinTopic</em></a>) – </p></li>
169-
<li><p><strong>qos</strong> (<a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.Optional" title="(in Python v3.12)"><em>Optional</em></a><em>[</em><a class="reference internal" href="cyclonedds.qos.html#cyclonedds.core.Qos" title="cyclonedds.core.Qos"><em>cyclonedds.core.Qos</em></a><em>]</em>) – </p></li>
170-
<li><p><strong>listener</strong> (<a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.Optional" title="(in Python v3.12)"><em>Optional</em></a><em>[</em><a class="reference internal" href="cyclonedds.core.html#cyclonedds.core.Listener" title="cyclonedds.core.Listener"><em>cyclonedds.core.Listener</em></a><em>]</em>) – </p></li>
169+
<li><p><strong>qos</strong> (<a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.Optional" title="(in Python v3.13)"><em>Optional</em></a><em>[</em><a class="reference internal" href="cyclonedds.qos.html#cyclonedds.core.Qos" title="cyclonedds.core.Qos"><em>cyclonedds.core.Qos</em></a><em>]</em>) – </p></li>
170+
<li><p><strong>listener</strong> (<a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.Optional" title="(in Python v3.13)"><em>Optional</em></a><em>[</em><a class="reference internal" href="cyclonedds.core.html#cyclonedds.core.Listener" title="cyclonedds.core.Listener"><em>cyclonedds.core.Listener</em></a><em>]</em>) – </p></li>
171171
</ul>
172172
</dd>
173173
<dt class="field-even">Return type</dt>
@@ -204,7 +204,7 @@ <h1>builtin<a class="headerlink" href="#builtin" title="Permalink to this headli
204204
<dl class="field-list simple">
205205
<dt class="field-odd">Parameters</dt>
206206
<dd class="field-odd"><ul class="simple">
207-
<li><p><strong>N</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><em>int</em></a>) – The maximum number of samples to read.</p></li>
207+
<li><p><strong>N</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a>) – The maximum number of samples to read.</p></li>
208208
<li><p><strong>condition</strong> (<a class="reference internal" href="cyclonedds.core.html#cyclonedds.core.ReadCondition" title="cyclonedds.core.ReadCondition"><em>cyclonedds.core.ReadCondition</em></a><em>, </em><a class="reference internal" href="cyclonedds.core.html#cyclonedds.core.QueryCondition" title="cyclonedds.core.QueryCondition"><em>cyclonedds.core.QueryCondition</em></a><em>, </em><em>optional</em>) – Only read samples that satisfy the supplied condition.</p></li>
209209
</ul>
210210
</dd>
@@ -222,7 +222,7 @@ <h1>builtin<a class="headerlink" href="#builtin" title="Permalink to this headli
222222
<dl class="field-list simple">
223223
<dt class="field-odd">Parameters</dt>
224224
<dd class="field-odd"><ul class="simple">
225-
<li><p><strong>N</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><em>int</em></a>) – The maximum number of samples to read.</p></li>
225+
<li><p><strong>N</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a>) – The maximum number of samples to read.</p></li>
226226
<li><p><strong>condition</strong> (<a class="reference internal" href="cyclonedds.core.html#cyclonedds.core.ReadCondition" title="cyclonedds.core.ReadCondition"><em>cyclonedds.core.ReadCondition</em></a><em>, </em><a class="reference internal" href="cyclonedds.core.html#cyclonedds.core.QueryCondition" title="cyclonedds.core.QueryCondition"><em>cyclonedds.core.QueryCondition</em></a><em>, </em><em>optional</em>) – Only take samples that satisfy the supplied condition.</p></li>
227227
</ul>
228228
</dd>
@@ -241,7 +241,7 @@ <h1>builtin<a class="headerlink" href="#builtin" title="Permalink to this headli
241241
<dl class="field-list simple">
242242
<dt class="field-odd">Parameters</dt>
243243
<dd class="field-odd"><ul class="simple">
244-
<li><p><strong>key</strong> (<a class="reference external" href="https://docs.python.org/3/library/uuid.html#uuid.UUID" title="(in Python v3.12)"><em>uuid.UUID</em></a>) – </p></li>
244+
<li><p><strong>key</strong> (<a class="reference external" href="https://docs.python.org/3/library/uuid.html#uuid.UUID" title="(in Python v3.13)"><em>uuid.UUID</em></a>) – </p></li>
245245
<li><p><strong>qos</strong> (<a class="reference internal" href="cyclonedds.qos.html#cyclonedds.core.Qos" title="cyclonedds.qos.Qos"><em>cyclonedds.qos.Qos</em></a>) – </p></li>
246246
</ul>
247247
</dd>
@@ -255,7 +255,7 @@ <h1>builtin<a class="headerlink" href="#builtin" title="Permalink to this headli
255255
<dd><p>Unique participant identifier</p>
256256
<dl class="field-list simple">
257257
<dt class="field-odd">Type</dt>
258-
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/uuid.html#uuid.UUID" title="(in Python v3.12)">uuid.UUID</a></p>
258+
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/uuid.html#uuid.UUID" title="(in Python v3.13)">uuid.UUID</a></p>
259259
</dd>
260260
</dl>
261261
</dd></dl>
@@ -281,13 +281,13 @@ <h1>builtin<a class="headerlink" href="#builtin" title="Permalink to this headli
281281
<dl class="field-list simple">
282282
<dt class="field-odd">Parameters</dt>
283283
<dd class="field-odd"><ul class="simple">
284-
<li><p><strong>key</strong> (<a class="reference external" href="https://docs.python.org/3/library/uuid.html#uuid.UUID" title="(in Python v3.12)"><em>uuid.UUID</em></a>) – </p></li>
285-
<li><p><strong>participant_key</strong> (<a class="reference external" href="https://docs.python.org/3/library/uuid.html#uuid.UUID" title="(in Python v3.12)"><em>uuid.UUID</em></a>) – </p></li>
286-
<li><p><strong>participant_instance_handle</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)"><em>int</em></a>) – </p></li>
287-
<li><p><strong>topic_name</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a>) – </p></li>
288-
<li><p><strong>type_name</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)"><em>str</em></a>) – </p></li>
284+
<li><p><strong>key</strong> (<a class="reference external" href="https://docs.python.org/3/library/uuid.html#uuid.UUID" title="(in Python v3.13)"><em>uuid.UUID</em></a>) – </p></li>
285+
<li><p><strong>participant_key</strong> (<a class="reference external" href="https://docs.python.org/3/library/uuid.html#uuid.UUID" title="(in Python v3.13)"><em>uuid.UUID</em></a>) – </p></li>
286+
<li><p><strong>participant_instance_handle</strong> (<a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a>) – </p></li>
287+
<li><p><strong>topic_name</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – </p></li>
288+
<li><p><strong>type_name</strong> (<a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)"><em>str</em></a>) – </p></li>
289289
<li><p><strong>qos</strong> (<a class="reference internal" href="cyclonedds.qos.html#cyclonedds.core.Qos" title="cyclonedds.qos.Qos"><em>cyclonedds.qos.Qos</em></a>) – </p></li>
290-
<li><p><strong>type_id</strong> (<a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.Optional" title="(in Python v3.12)"><em>Optional</em></a><em>[</em><em>cyclonedds.idl._typesupport.DDS.XTypes._ddsi_xt_type_object.TypeIdentifier</em><em>]</em>) – </p></li>
290+
<li><p><strong>type_id</strong> (<a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.Optional" title="(in Python v3.13)"><em>Optional</em></a><em>[</em><em>cyclonedds.idl._typesupport.DDS.XTypes._ddsi_xt_type_object.TypeIdentifier</em><em>]</em>) – </p></li>
291291
</ul>
292292
</dd>
293293
<dt class="field-even">Return type</dt>
@@ -300,7 +300,7 @@ <h1>builtin<a class="headerlink" href="#builtin" title="Permalink to this headli
300300
<dd><p>Unique identifier for the topic, publication or subscription endpoint.</p>
301301
<dl class="field-list simple">
302302
<dt class="field-odd">Type</dt>
303-
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/uuid.html#uuid.UUID" title="(in Python v3.12)">uuid.UUID</a></p>
303+
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/uuid.html#uuid.UUID" title="(in Python v3.13)">uuid.UUID</a></p>
304304
</dd>
305305
</dl>
306306
</dd></dl>
@@ -311,7 +311,7 @@ <h1>builtin<a class="headerlink" href="#builtin" title="Permalink to this headli
311311
<dd><p>Unique identifier of the participant the endpoint belongs to.</p>
312312
<dl class="field-list simple">
313313
<dt class="field-odd">Type</dt>
314-
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/uuid.html#uuid.UUID" title="(in Python v3.12)">uuid.UUID</a></p>
314+
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/uuid.html#uuid.UUID" title="(in Python v3.13)">uuid.UUID</a></p>
315315
</dd>
316316
</dl>
317317
</dd></dl>
@@ -322,7 +322,7 @@ <h1>builtin<a class="headerlink" href="#builtin" title="Permalink to this headli
322322
<dd><p>Instance handle</p>
323323
<dl class="field-list simple">
324324
<dt class="field-odd">Type</dt>
325-
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.12)">int</a></p>
325+
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)">int</a></p>
326326
</dd>
327327
</dl>
328328
</dd></dl>
@@ -333,7 +333,7 @@ <h1>builtin<a class="headerlink" href="#builtin" title="Permalink to this headli
333333
<dd><p>Name of the associated topic.</p>
334334
<dl class="field-list simple">
335335
<dt class="field-odd">Type</dt>
336-
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)">str</a></p>
336+
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)">str</a></p>
337337
</dd>
338338
</dl>
339339
</dd></dl>
@@ -344,7 +344,7 @@ <h1>builtin<a class="headerlink" href="#builtin" title="Permalink to this headli
344344
<dd><p>Name of the type.</p>
345345
<dl class="field-list simple">
346346
<dt class="field-odd">Type</dt>
347-
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.12)">str</a></p>
347+
<dd class="field-odd"><p><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.13)">str</a></p>
348348
</dd>
349349
</dl>
350350
</dd></dl>

0 commit comments

Comments
 (0)