File tree Expand file tree Collapse file tree 1 file changed +9
-18
lines changed
Expand file tree Collapse file tree 1 file changed +9
-18
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" ?>
2- <dds xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- xsi : noNamespaceSchemaLocation =" http://community.rti.com/schema/5.1.0/rti_dds_profiles.xsd" version =" 5.1.0" >
4-
1+ <dds >
52 <qos_library name =" QosLibrary" >
6- <qos_profile name =" DefaultProfile" base_name =" BuiltinQosLibExp::Generic.StrictReliable" is_default_qos =" true" >
7- <participant_qos >
8- <discovery >
9- <initial_peers >
10- <element >shmem://</element >
11- </initial_peers >
12- <multicast_receive_addresses />
13- </discovery >
14- </participant_qos >
15- </qos_profile >
3+ <qos_profile name =" DefaultProfile" base_name =" BuiltinQosLibExp::Generic.StrictReliable" is_default_qos =" true" />
164 </qos_library >
175
186 <types >
2614
2715 <domain_library name =" MyDomainLibrary" >
2816 <domain name =" MyDomain" domain_id =" 0" >
29- <register_type name =" ShapeType" type_ref =" ShapeType" kind = " dynamicData " />
17+ <register_type name =" ShapeType" type_ref =" ShapeType" />
3018 <topic name =" Square" register_type_ref =" ShapeType" />
3119 </domain >
3220 </domain_library >
3321
34- <participant_library name =" MyParticipantLibrary" >
22+ <domain_participant_library name =" MyParticipantLibrary" >
3523 <domain_participant name =" Zero" domain_ref =" MyDomainLibrary::MyDomain" >
3624 <publisher name =" MyPublisher" >
3725 <data_writer name =" MySquareWriter" topic_ref =" Square" />
3826 </publisher >
27+ <subscriber name =" MySubscriber" >
28+ <data_reader name =" MySquareReader" topic_ref =" Square" />
29+ </subscriber >
3930 </domain_participant >
40- </participant_library >
41- </dds >
31+ </domain_participant_library >
32+ </dds >
You can’t perform that action at this time.
0 commit comments