You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A comma-separated list of all the topics that should use this PSMX.This option can be used to restrict the PSMX to a selected list of topics.Mutually exclusive with forbiddenTopics.
706
+
This attribute specifies the interface priority (decimal integer or default). The default value for a PSMX is 0.
A comma-separated list of all the topics that should use this PSMX.This option can be used to restrict the PSMX to a selected list of topics.Mutually exclusive with forbiddenTopics.
@@ -1914,14 +1945,14 @@ While none prevents any message from being written to a DDSI2 log file.
1914
1945
The categorisation of tracing output is incomplete and hence most of the verbosity levels and categories are not of much use in the current release. This is an ongoing process and here we describe the target situation rather than the current situation. Currently, the most useful verbosity levels are config, fine and finest.
1915
1946
1916
1947
The default value is: `none`
1917
-
<!--- generated from ddsi_config.h[99b38dad99d609bd1f2e2aa7b43cf2a3aa10948d] -->
1948
+
<!--- generated from ddsi_config.h[58d1dd144dc0e8f3c3ef331fd4472eec7f797c71] -->
1918
1949
<!--- generated from ddsi__cfgunits.h[bd22f0c0ed210501d0ecd3b07c992eca549ef5aa] -->
1919
-
<!--- generated from ddsi__cfgelems.h[fdfcbecb910d6a859d5e5ab25d81065aaca18ae8] -->
1920
-
<!--- generated from ddsi_config.c[3f9cdfe5934118aeb3e6f7e8d9b71f815e8021c2] -->
1921
-
<!--- generated from _confgen.h[b3b98385ecc752860a55e126b3893423730f53ab] -->
1950
+
<!--- generated from ddsi__cfgelems.h[714f801d2988b476694a198097d36169f7e5e129] -->
1951
+
<!--- generated from ddsi_config.c[4a1074588af66b81f8fd45393cdecff2b5d55b4d] -->
1952
+
<!--- generated from _confgen.h[e32eabfc35e9f3a7dcb63b19ed148c0d17c6e5fc] -->
1922
1953
<!--- generated from _confgen.c[237308acd53897a34e8c643e16e05a61d73ffd65] -->
1923
1954
<!--- generated from generate_rnc.c[b50e4b7ab1d04b2bc1d361a0811247c337b74934] -->
1924
1955
<!--- generated from generate_md.c[789b92e422631684352909cfb8bf43f6ceb16a01] -->
1925
1956
<!--- generated from generate_rst.c[3c4b523fbb57c8e4a7e247379d06a8021ccc21c4] -->
1926
1957
<!--- generated from generate_xsd.c[6b6818d7f17a35d56c376c04ec1410427f34c0f0] -->
1927
-
<!--- generated from generate_defconfig.c[0ef1411470804c3db386c20c8752b161eb8418ae] -->
1958
+
<!--- generated from generate_defconfig.c[63ca9d8ae2f1ce2e761c9d4c0510a45eb062d830] -->
<p>A comma-separated list of all the topics that should use this PSMX.This option can be used to restrict the PSMX to a selected list of topics.Mutually exclusive with forbiddenTopics.</p>
339
-
<p>The default value is: <code><empty></code></p>""" ] ]
340
-
attribute onlyForTopics {
341
-
text
342
-
}?
343
-
& [ a:documentation [ xml:lang="en" """
344
332
<p>This attribute specifies the interface priority (decimal integer or <i>default</i>). The default value for a PSMX is 0.</p>
345
333
<p>The default value is: <code>default</code></p>""" ] ]
346
334
attribute priority {
347
335
text
348
336
}?
337
+
& [ a:documentation [ xml:lang="en" """
338
+
<p>A list of topics that should never use this psmx. Mutually exclusive with onlyForTopics. </p>""" ] ]
339
+
element forbiddenTopics {
340
+
[ a:documentation [ xml:lang="en" """
341
+
<p>A pattern (with ? and * wildcards) that is matched against topics. </p>
342
+
<p>The default value is: <code><empty></code></p>""" ] ]
343
+
element Pattern {
344
+
[ a:documentation [ xml:lang="en" """
345
+
346
+
<p>The default value is: <code><empty></code></p>""" ] ]
347
+
attribute value {
348
+
text
349
+
}
350
+
}*
351
+
}?
352
+
& [ a:documentation [ xml:lang="en" """
353
+
<p>A list of topics that should never use this psmx. Mutually exclusive with onlyForTopics. </p>""" ] ]
354
+
element onlyForTopics {
355
+
[ a:documentation [ xml:lang="en" """
356
+
<p>A pattern (with ? and * wildcards) that is matched against topics. </p>
357
+
<p>The default value is: <code><empty></code></p>""" ] ]
358
+
element Pattern {
359
+
[ a:documentation [ xml:lang="en" """
360
+
361
+
<p>The default value is: <code><empty></code></p>""" ] ]
0 commit comments