/** * @author Marcel Smit (msmit@remedy.nl) */ #ifndef DDS_CONTENTFILTEREDTOPIC_LISTEN_EVENT_TEST_SENDER_IDL #define DDS_CONTENTFILTEREDTOPIC_LISTEN_EVENT_TEST_SENDER_IDL #include "Connector/CFTLE_Test_Connector.idl" module CFTLE_Test { component Sender { port ContentFilteredTopicListenEventTestConnector::DDS_Write info_write; attribute unsigned short keys; attribute unsigned short iterations; }; }; #endif