Skip to content

Commit

Permalink
Fix XML files.
Browse files Browse the repository at this point in the history
Signed-off-by: Miguel Company <[email protected]>
  • Loading branch information
MiguelCompany committed Sep 10, 2024
1 parent b587e20 commit 4dc5de9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion src/cpp/rtps/xmlparser/XMLElementParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,6 @@ XMLP_ret XMLParser::getXMLFlowControllerDescriptorList(
<xs:element name="scheduler" type="flowControllerSchedulerPolicy" minOccurs="0" maxOccurs="1"/>
<xs:element name="max_bytes_per_period" type="int32" minOccurs="0" maxOccurs="1"/>
<xs:element name="period_ms" type="uint64" minOccurs="0" maxOccurs="1"/>
<xs:element name="sender_thread" type="threadSettingsType" minOccurs="0" maxOccurs="1"/>
</xs:all>
</xs:complexType>
<xs:simpleType name="flowControllerSchedulerPolicy">
Expand Down
4 changes: 0 additions & 4 deletions test/unittest/dds/profiles/test_xml_for_string_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,6 @@
<max_bytes_per_period>2048</max_bytes_per_period>
<period_ms>45</period_ms>
<scheduler>FIFO</scheduler>
<sender_thread>
<affinity>15</affinity>
<stack_size>1048576</stack_size>
</sender_thread>
</flow_controller_descriptor>
</flow_controller_descriptor_list>
</rtps>
Expand Down
8 changes: 0 additions & 8 deletions test/unittest/dds/profiles/test_xml_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@
<max_bytes_per_period>2048</max_bytes_per_period>
<period_ms>45</period_ms>
<scheduler>FIFO</scheduler>
<sender_thread>
<affinity>15</affinity>
<stack_size>1048576</stack_size>
</sender_thread>
</flow_controller_descriptor>
</flow_controller_descriptor_list>
</rtps>
Expand Down Expand Up @@ -266,10 +262,6 @@
<max_bytes_per_period>2048</max_bytes_per_period>
<period_ms>45</period_ms>
<scheduler>FIFO</scheduler>
<sender_thread>
<affinity>15</affinity>
<stack_size>1048576</stack_size>
</sender_thread>
</flow_controller_descriptor>
</flow_controller_descriptor_list>
</rtps>
Expand Down
6 changes: 0 additions & 6 deletions test/unittest/xmlparser/test_xml_deprecated.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,6 @@
<max_bytes_per_period>2048</max_bytes_per_period>
<period_ms>45</period_ms>
<scheduler>FIFO</scheduler>
<sender_thread>
<scheduling_policy>12</scheduling_policy>
<priority>12</priority>
<affinity>12</affinity>
<stack_size>12</stack_size>
</sender_thread>
</flow_controller_descriptor>
</flow_controller_descriptor_list>
<useBuiltinTransports>true</useBuiltinTransports>
Expand Down

0 comments on commit 4dc5de9

Please sign in to comment.