The file that defines the QoS profiles that Foo_publisher.cxx and Foo_subscriber.cxx define.
- See also
- Configuring QoS Profiles with XML
-
set_qos (abstract)
1<?xml version="1.0"?>
2
3<dds xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://community.rti.com/schema/current/rti_dds_profiles.xsd">
4
5 <qos_library name="RequestReplyExampleProfiles">
6
7
8
9
10
11
12
13 <qos_profile name="RequesterExampleProfile" base_name="BuiltinQosLib::Pattern.RPC">
14
15
16
17
18
19
20
21
22
23
24
25
26
27 </qos_profile>
28
29 <qos_profile name="ReplierExampleProfile" base_name="BuiltinQosLib::Pattern.RPC">
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44 </qos_profile>
45
46 </qos_library>
47</dds>