diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-17 08:35:19 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2010-09-17 08:35:19 +0000 |
commit | 1c21ff6fc70265e0c3bc7ca775654462035798a6 (patch) | |
tree | 17bf4f2a5f6e2e7edc70e8d4744da31f8b5478df /CIAO/connectors/dds4ccm/performance-tests | |
parent | 72ed1d0de376e8409f31ee9f03ad2d41c13e3f64 (diff) | |
download | ATCD-1c21ff6fc70265e0c3bc7ca775654462035798a6.tar.gz |
Remove trailing whitespaces
Diffstat (limited to 'CIAO/connectors/dds4ccm/performance-tests')
6 files changed, 22 insertions, 22 deletions
diff --git a/CIAO/connectors/dds4ccm/performance-tests/DDSLatency/descriptors/run_test_dds.pl b/CIAO/connectors/dds4ccm/performance-tests/DDSLatency/descriptors/run_test_dds.pl index 29fea75eef2..b7ed46b9db4 100755 --- a/CIAO/connectors/dds4ccm/performance-tests/DDSLatency/descriptors/run_test_dds.pl +++ b/CIAO/connectors/dds4ccm/performance-tests/DDSLatency/descriptors/run_test_dds.pl @@ -37,7 +37,7 @@ sub run_tests { print "Start sender with QoS profile <$qos>\n"; $S = $tg_sender->CreateProcess ("$DDS4CCM_ROOT/performance-tests/DDSLatency/DDS_Sender/DDS_Sender", "-q $qos $rw_extra"); - + $S->SpawnWaitKill ($tg_sender->ProcessStartWaitInterval () + 180); $R->Kill (); } diff --git a/CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/descriptors/USER_QOS_PROFILES.xml b/CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/descriptors/USER_QOS_PROFILES.xml index eed9024cd6d..f54a35d50b6 100644 --- a/CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/descriptors/USER_QOS_PROFILES.xml +++ b/CIAO/connectors/dds4ccm/performance-tests/DDSThroughput/descriptors/USER_QOS_PROFILES.xml @@ -1,17 +1,17 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- +<!-- Description -XML QoS Profile +XML QoS Profile -The QoS configuration of the DDS entities in the generated example is +The QoS configuration of the DDS entities in the generated example is loaded from this file. This file is used only when it is in the current working directory or when the enviroment variable NDDS_QOS_PROFILES is defined and points to this file. -For more information about XML QoS Profiles see Chapter 15 in the +For more information about XML QoS Profiles see Chapter 15 in the RTI Data Distribution Service user manual. --> <dds xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="c:/ndds/ndds.4.4d/scripts/../resource/rtiddsgen/../qos_profiles_4.4d/schema/rti_dds_qos_profiles.xsd" version="4.4d"> @@ -20,7 +20,7 @@ RTI Data Distribution Service user manual. A QoS library is a named set of QoS profiles. --> <qos_library name="HelloTest_Library"> - <!-- QoS profile used to configure reliable communication between the DataWriter + <!-- QoS profile used to configure reliable communication between the DataWriter and DataReader created in the example code. A QoS profile groups a set of related QoS. @@ -47,7 +47,7 @@ RTI Data Distribution Service user manual. </property> </participant_qos> </qos_profile> - + <qos_profile name="ThroughputQoS" is_default_qos="true"> <!-- QoS used to configure the data writer created in the example code --> <participant_qos> @@ -101,7 +101,7 @@ RTI Data Distribution Service user manual. </durability> </datareader_qos> </qos_profile> - + <qos_profile name="ThroughputCmdQoS" is_default_qos="true"> <!-- QoS used to configure the data writer created in the example code --> <participant_qos> diff --git a/CIAO/connectors/dds4ccm/performance-tests/Keyed/Sender/Perf_Keyed_Test_Sender.idl b/CIAO/connectors/dds4ccm/performance-tests/Keyed/Sender/Perf_Keyed_Test_Sender.idl index b5ac3c307cb..784f43a3ff9 100644 --- a/CIAO/connectors/dds4ccm/performance-tests/Keyed/Sender/Perf_Keyed_Test_Sender.idl +++ b/CIAO/connectors/dds4ccm/performance-tests/Keyed/Sender/Perf_Keyed_Test_Sender.idl @@ -18,7 +18,7 @@ module Perf_Keyed_Test component Sender { port CCM_DDS::PerfKeyedTest::DDS_Write info_write; - attribute unsigned short keys; + attribute unsigned short keys; attribute unsigned long iterations; attribute unsigned short latency_count; //number of samples sent before a latency ping packet is sent. default 100000, < sample_count attribute unsigned short sleep; //time in ms to sleep between each send diff --git a/CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/USER_QOS_PROFILES.xml b/CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/USER_QOS_PROFILES.xml index 9b472b3f879..d443bda6b0a 100644 --- a/CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/USER_QOS_PROFILES.xml +++ b/CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/USER_QOS_PROFILES.xml @@ -1,17 +1,17 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- +<!-- Description -XML QoS Profile +XML QoS Profile -The QoS configuration of the DDS entities in the generated example is +The QoS configuration of the DDS entities in the generated example is loaded from this file. This file is used only when it is in the current working directory or when the enviroment variable NDDS_QOS_PROFILES is defined and points to this file. -For more information about XML QoS Profiles see Chapter 15 in the +For more information about XML QoS Profiles see Chapter 15 in the RTI Data Distribution Service user manual. --> <dds xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="c:/ndds/ndds.4.4d/scripts/../resource/rtiddsgen/../qos_profiles_4.4d/schema/rti_dds_qos_profiles.xsd" version="4.4d"> @@ -20,7 +20,7 @@ RTI Data Distribution Service user manual. A QoS library is a named set of QoS profiles. --> <qos_library name="HelloTest_Library"> - <!-- QoS profile used to configure reliable communication between the DataWriter + <!-- QoS profile used to configure reliable communication between the DataWriter and DataReader created in the example code. A QoS profile groups a set of related QoS. @@ -73,7 +73,7 @@ RTI Data Distribution Service user manual. <kind>TRANSIENT_DURABILITY_QOS</kind> </durability> </datareader_qos> - + </qos_profile> <qos_profile name="BestEffortQoS" is_default_qos="false"> <!-- QoS used to configure the data writer created in the example code --> diff --git a/CIAO/connectors/dds4ccm/performance-tests/Latency/Sender/LatencyTT_Test_Sender.idl b/CIAO/connectors/dds4ccm/performance-tests/Latency/Sender/LatencyTT_Test_Sender.idl index 8e86adfc33a..23d5baafec5 100644 --- a/CIAO/connectors/dds4ccm/performance-tests/Latency/Sender/LatencyTT_Test_Sender.idl +++ b/CIAO/connectors/dds4ccm/performance-tests/Latency/Sender/LatencyTT_Test_Sender.idl @@ -22,7 +22,7 @@ module LatencyTT_Test provides CCM_DDS::ConnectorStatusListener connector_status; attribute unsigned long iterations; - attribute unsigned short sleep; + attribute unsigned short sleep; attribute unsigned short number_of_sub; //number of subscribers }; }; diff --git a/CIAO/connectors/dds4ccm/performance-tests/Throughput/descriptors/USER_QOS_PROFILES.xml b/CIAO/connectors/dds4ccm/performance-tests/Throughput/descriptors/USER_QOS_PROFILES.xml index bcb9f6abbe0..add697e04e0 100644 --- a/CIAO/connectors/dds4ccm/performance-tests/Throughput/descriptors/USER_QOS_PROFILES.xml +++ b/CIAO/connectors/dds4ccm/performance-tests/Throughput/descriptors/USER_QOS_PROFILES.xml @@ -1,17 +1,17 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- +<!-- Description -XML QoS Profile +XML QoS Profile -The QoS configuration of the DDS entities in the generated example is +The QoS configuration of the DDS entities in the generated example is loaded from this file. This file is used only when it is in the current working directory or when the enviroment variable NDDS_QOS_PROFILES is defined and points to this file. -For more information about XML QoS Profiles see Chapter 15 in the +For more information about XML QoS Profiles see Chapter 15 in the RTI Data Distribution Service user manual. --> <dds xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="c:/ndds/ndds.4.4d/scripts/../resource/rtiddsgen/../qos_profiles_4.4d/schema/rti_dds_qos_profiles.xsd" version="4.4d"> @@ -20,7 +20,7 @@ RTI Data Distribution Service user manual. A QoS library is a named set of QoS profiles. --> <qos_library name="HelloTest_Library"> - <!-- QoS profile used to configure reliable communication between the DataWriter + <!-- QoS profile used to configure reliable communication between the DataWriter and DataReader created in the example code. A QoS profile groups a set of related QoS. @@ -78,7 +78,7 @@ RTI Data Distribution Service user manual. </durability> </datareader_qos> </qos_profile> - + <qos_profile name="ThroughputCmdQoS" is_default_qos="true"> <!-- QoS used to configure the data writer created in the example code --> <participant_qos> |