summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/performance-tests/Throughput/Sender/Throughput_Sender.idl
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/dds4ccm/performance-tests/Throughput/Sender/Throughput_Sender.idl')
-rw-r--r--CIAO/connectors/dds4ccm/performance-tests/Throughput/Sender/Throughput_Sender.idl8
1 files changed, 5 insertions, 3 deletions
diff --git a/CIAO/connectors/dds4ccm/performance-tests/Throughput/Sender/Throughput_Sender.idl b/CIAO/connectors/dds4ccm/performance-tests/Throughput/Sender/Throughput_Sender.idl
index fffaec9df29..53e2a5f83fd 100644
--- a/CIAO/connectors/dds4ccm/performance-tests/Throughput/Sender/Throughput_Sender.idl
+++ b/CIAO/connectors/dds4ccm/performance-tests/Throughput/Sender/Throughput_Sender.idl
@@ -17,15 +17,17 @@ module Throughput
{
component Sender
{
- port CCM_DDS::ThroughputTest::DDS_Write info_write;
- port CCM_DDS::ThroughputCommand::DDS_Write command_write;
+ port ThroughputTestConn::DDS_Write info_write;
+ port ThroughputCommandConn::DDS_Write command_write;
+
+ provides CCM_DDS::ConnectorStatusListener connector_status;
+
attribute unsigned long start_load;
attribute unsigned long incr_load;
attribute unsigned long long max_load;
attribute unsigned short recover_time;
attribute unsigned short datalen; //minimal 24
attribute unsigned short number_of_sub; //number of subscribers
- provides CCM_DDS::ConnectorStatusListener connector_status;
};
};