summaryrefslogtreecommitdiff
path: root/CIAO
Commit message (Collapse)AuthorAgeFilesLines
* Fri Jun 8 13:01:47 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-086-267/+223
| | | | | | | | | | | | | | | | * connectors/dds4ccm/impl/ConditionManager.h: * connectors/dds4ccm/impl/ConditionManager.cpp: * connectors/dds4ccm/impl/Getter_T.cpp: Simplified the condition manager and getter by using the get_trigger_status call on the condition. The condition manager wait method now only returns true when one of the conditions has triggered, which means we don't have to check the conditions anymore in the getter * connectors/dds4ccm/impl/ndds/WaitSet.h: * connectors/dds4ccm/impl/ndds/WaitSet.cpp: Removed check_condition, this isn't a spec defined method but was only here for the condition manager
* Jun 8 11:52:44 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-084-33/+40
| | | | | | | | * connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: * connectors/dds4ccm/impl/DomainParticipantManager.cpp: * connectors/dds4ccm/impl/dds4ccm_conf.h: Make generic dds entity log macros
* Fri Jun 8 11:33:11 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-082-1/+7
| | | | | | | | * connectors/dds4ccm/impl/DomainParticipantManager.cpp: Shutdown OpenDDS, it will cause more crashes at this moment but without a graceful shutdown we will have a lot of memory leaks
* Fri Jun 8 10:59:26 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-087-355/+175
| | | | | | | | | | | | | | | | | | | * connectors/dds4ccm/impl/dds4ccm_conf.h: Introduced new log macros for the domain participant. With OpenDDS the instance handle is unique for all instance handles contained within a dp, but not for the dp itself. * connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: * connectors/dds4ccm/impl/DDS_Subscriber_Base_T.cpp: * connectors/dds4ccm/impl/DomainParticipantManager.h: * connectors/dds4ccm/impl/DomainParticipantManager.cpp: * connectors/dds4ccm/impl/ndds/DomainParticipant.cpp: Don't administratie which topics we are using within dds4ccm. We are now using find_topic and let DDS handle this administration. At the moment we delete a topic which is still used we get a DDS:: RETCODE_PRECONDITION_NOT_MET which we than log but don't see as error anymore. Also extended logging to use the new macros above so that we can in more detail what is happening
* Fri Jun 8 07:29:26 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-087-12/+23
| | | | | | | | | | | | | | | * connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: * connectors/dds4ccm/impl/DomainParticipantManager.h: Layout change * connectors/dds4ccm/tests/VariousTopicsEvent/Conn_Union/VT_Union_Connector.idl: * connectors/dds4ccm/tests/VariousTopicsEvent/Conn_Valuetype/VT_Valuetype_Connector.idl: * connectors/dds4ccm/tests/VariousTopicsState/Conn_Union/VTS_Union_Connector.idl: * connectors/dds4ccm/tests/VariousTopicsState/Conn_Valuetype/VTS_Valuetype_Connector.idl: OpenDDS doesn't support an union as topic type, use another type to get these tests deployed
* Fri Jun 8 06:37:06 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-082-1/+6
| | | | | | * connectors/dds4ccm/impl/dds4ccm_utils.h: Fuzz fixes
* Thu Jun 7 19:44:44 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-075-23/+29
| | | | | | | | | | | | | | | * connectors/dds4ccm/impl/ConditionManager.cpp: Extended logging, implemented check_condition * connectors/dds4ccm/impl/TimeUtilities.h: Added conversion DDS::Duration_t to ACE_Time_Value * connectors/dds4ccm/impl/ndds/WaitSet.h: Doxygen changes * connectors/dds4ccm/tests/QueryCondition/TwoQueries/Receiver/QCTQ_Test_Receiver_exec.cpp: Comment change
* Thu Jun 7 19:10:15 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-0710-90/+128
| | | | | | | | | | | | | | | | | | | | | * connectors/dds4ccm/impl/dds4ccm_utils.h: New file to print access_status as string * connectors/dds4ccm/impl/Getter_T.cpp: Only return true from get_one/get_many when we have valid samples * connectors/dds4ccm/impl/ConditionManager.cpp: Log dds return code after wait * connectors/dds4ccm/tests/Getter/Receiver/Getter_Test_Receiver_exec.cpp: * connectors/dds4ccm/tests/QueryCondition/ReadGet/Receiver/ReadGet_Test_Receiver_exec.cpp: * connectors/dds4ccm/tests/QueryCondition/TwoQueries/Receiver/QCTQ_Test_Receiver_exec.h: * connectors/dds4ccm/tests/QueryCondition/TwoQueries/Receiver/QCTQ_Test_Receiver_exec.cpp: * connectors/dds4ccm/tests/QueryCondition/TwoQueriesMany/Receiver/QCTQM_Test_Receiver_exec.cpp: Attempt to reduce logging when the test fails, log access_status as string
* Thu Jun 7 08:21:07 UTC 2012 Marcel Smit <msmit@remedy.nl>msmit2012-06-072-0/+9
| | | | | * NEWS: Added refactoring of domain participant re-use.
* Thu Jun 7 08:13:52 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-072-7/+12
| | | | | | * connectors/dds4ccm/impl/Utils.cpp: Fixed msvc warnings
* Thu Jun 7 07:48:27 UTC 2012 Marcel Smit <msmit@remedy.nl>msmit2012-06-0721-798/+1314
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * MPC/config/ciaoidldefaults.mpb: Fixed compile issue related to GEN_OSTREAM. Merged DDS4CCM_QOS_Handler branch into trunk. Made the DomainParticipantManager more generic. This manager manages the re-use of the DomainParticipants and Topics and was implemented for RTI DDS. After the move, it's available for other vendors (openDDS). commit 8a0b18b8170de5e17b809c4ac66e9bf12f721598 Merge: ed688a4 c4917dd Author: Marcel Smit <msmit@remedy.nl> Date: Thu Jun 7 08:48:42 2012 +0200 Merge branch 'master' into DDS4CCM_QOS_Handler commit ed688a4c9dda6280686e8f8e2782d8e5266d7014 Author: Marcel Smit <msmit@remedy.nl> Date: Thu Jun 7 08:39:03 2012 +0200 * CIAO/connectors/dds4ccm/impl/DomainParticipantManager.cpp: Optimized logging. commit 3f272fbdc84e3e4983d6e15bcdb8fa7b43637f02 Merge: 9c0d8ab 0e4ff1a Author: Marcel Smit <msmit@remedy.nl> Date: Thu Jun 7 08:32:03 2012 +0200 Merge branch 'DDS4CCM_QOS_Handler' of http://git.remedy.nl/git/atcd into DDS4CCM_QOS_Handler commit 9c0d8abb9d3d9814dce1877aa3ed357468e0c632 Author: Marcel Smit <msmit@remedy.nl> Date: Thu Jun 7 08:31:49 2012 +0200 * CIAO/connectors/dds4ccm/impl/DomainParticipantManager.cpp: * CIAO/connectors/dds4ccm/impl/DomainParticipantManager.h: Renamed add_xxx and remove_xxx methods to register_xxx and unregister_xxx respectively. Also guard the list when a topic is registered or unregistered. * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: Due to rename action. Also check the return value of the register methods. If a participant or topic cannot be registered log an error and throw in Internal exception. commit 0e4ff1aa6eed5ab1c5454ff66020a3f36b8fc9c7 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu Jun 7 08:16:46 2012 +0200 * CIAO/connectors/dds4ccm/tests/QueryCondition/Different/Receiver/Different_Test_Receiver_exec.cpp: Fixed logging, really bail out when we have a problem commit c94b19372a805a33248a409aabd0b11f5fb6ac33 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jun 6 21:06:43 2012 +0200 * CIAO/connectors/dds4ccm/impl/DomainParticipantManager.cpp: Shutdown opendds when no dp's are registered anymore commit 878e648328179ceaa0b1b69e8feb4a0cd8d3b4bb Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jun 6 20:56:30 2012 +0200 * CIAO/connectors/dds4ccm/tests/Getter/Sender/Getter_Test_Sender_exec.cpp: Check done_ in ccm_remove commit 755de847ca5258281e8ffb570c23d646d136713a Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jun 6 20:42:46 2012 +0200 * CIAO/connectors/dds4ccm/impl/DomainParticipantManager.cpp: Documentation fix commit 6c0e018a313be100d79b545e556fa6d95ba884ed Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jun 6 20:41:32 2012 +0200 * CIAO/connectors/dds4ccm/impl/DomainParticipantManager.cpp: Handle that qos_profile pointer can be zero * CIAO/connectors/dds4ccm/tests/PortUsage/descriptors/run_test.pl: Increased timeout commit dad7f336d79e24b1897f446355453383738cc277 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed Jun 6 20:21:48 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: Added some commented out code * CIAO/connectors/dds4ccm/impl/DomainParticipantManager.cpp: When we don't have any dp left, we could shutdown opendds, but kept that commented out, it leads to all kind of shutdown crashes * CIAO/connectors/dds4ccm/tests/SLManyByMany/Sender/SL_ManyByMany_Sender_exec.h: Removed export * CIAO/connectors/dds4ccm/tests/SLOneByOne/Sender/SL_OneByOne_Sender.idl: * CIAO/connectors/dds4ccm/tests/SLOneByOne/Sender/SL_OneByOne_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/SLOneByOne/Sender/SL_OneByOne_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/SLOneByOne/descriptors/Plan.cdp: Use publication_matched status commit 423cc156dc943b94eac55676d8566102d9d8afaa Author: Marcel Smit <msmit@remedy.nl> Date: Wed Jun 6 16:17:52 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: Added the domain participant handle to the logging. * CIAO/connectors/dds4ccm/impl/DomainParticipantManager.cpp: Fixed runtime issue. commit 737b8684e03e4ef575b9acafe7c75d85d3eaad80 Author: Marcel Smit <msmit@remedy.nl> Date: Wed Jun 6 16:03:52 2012 +0200 * CIAO/connectors/dds4ccm/impl/DomainParticipantManager.cpp: Added the domain participant instance to the logging. commit 8712ac32bee2d5b63e6f2c3e349b19e4fb280f36 Merge: 8f3614e 645e935 Author: Marcel Smit <msmit@remedy.nl> Date: Wed Jun 6 15:33:07 2012 +0200 Merge branch 'DDS4CCM_QOS_Handler' of http://git.remedy.nl/git/atcd into DDS4CCM_QOS_Handler commit 8f3614e7bdd325e89b497ba1c80ded8277a3223d Author: Marcel Smit <msmit@remedy.nl> Date: Wed Jun 6 15:25:37 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: Added the use of the DPMANAGER. * CIAO/connectors/dds4ccm/impl/DomainParticipantManager.cpp: Added missing duplicate. Refactored some of the reference counting on topics. * CIAO/connectors/dds4ccm/impl/DomainParticipantManager.h: Added some documentation. * CIAO/connectors/dds4ccm/impl/ndds/DomainParticipant.cpp: * CIAO/connectors/dds4ccm/impl/ndds/DomainParticipantFactory.cpp: Removed the use of the DPMANAGER.
* Wed Jun 6 11:25:57 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-063-8/+27
| | | | | | | * connectors/dds4ccm/tests/QueryCondition/Different/Receiver/Different_Test_Receiver_exec.h: * connectors/dds4ccm/tests/QueryCondition/Different/Receiver/Different_Test_Receiver_exec.cpp: After we get one unexpected sample are bailing out
* Wed Jun 6 09:17:49 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-062-1/+7
| | | | | | * connectors/dds4ccm/impl/TimeUtilities.h: Use truncate_cast
* Wed Jun 6 06:46:14 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-063-2/+28
| | | | | | | | | | | * connectors/dds4ccm/tests/VariousTopicsEvent/Conn_Valuetype/VT_Valuetype_Connector.idl: * connectors/dds4ccm/tests/VariousTopicsState/Conn_Valuetype/VTS_Valuetype_Connector.idl: OpenDDS doesn't support valuetype as topic. Added a string connector to the idl as replacement for valuetype, that way the msvc linker does generate the library and this test will than deploy
* Wed Jun 6 06:03:29 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-062-0/+14
| | | | | | | * connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: When a different domain id is set, also set the rtps discovery for that domain
* Wed Jun 6 05:37:36 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-062-8/+11
| | | | | | | | | | * connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: Removed hand_shake_timeout_ setting, use the OpenDDS default. Added DDS4CCM_OPENDDS_LOG_LEVEL and DDS4CCM_OPENDDS_TRANSPORT_LOG_LEVEL to control OpenDDS logging through environment variables
* Tue Jun 5 19:15:52 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-052-1/+7
| | | | | | * connectors/dds4ccm/impl/Utils.h: Added export macro
* Tue Jun 5 10:22:38 UTC 2012 Marcel Smit <msmit@remedy.nl>msmit2012-06-0530-922/+1195
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged branch DDS4CCM_QOS_Handler to trunk. Making the DDS4CCM independant of the DDS vendor. commit a096657b276c719b3d9b29f61431f7f16b2774f7 Merge: 6f6e689 f1bc8fc Author: Marcel Smit <msmit@remedy.nl> Date: Tue Jun 5 12:12:24 2012 +0200 Merge branch 'master' into DDS4CCM_QOS_Handler commit 6f6e6893ae6571abe5239ffa7c0d867dac938378 Author: Marcel Smit <msmit@remedy.nl> Date: Tue Jun 5 12:00:41 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Event_Connector_T.cpp: Fixed compilation issues in case RTI DDS. * CIAO/connectors/dds4ccm/impl/dds4ccm_conf.h: Added include to XML_Noop. * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Receiver/ReadGet_Test_Receiver_exec.cpp: Fixed compilation issues in case RTI DDS. commit a4d8e8b951b96ae8dbc6f03497a3d8d8db9c44ae Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue Jun 5 11:23:29 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: Fixed error in debug statement commit 63e48ca6a34e6a974b6e60e369b733f3f159e58d Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue Jun 5 10:24:50 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Get_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Subscriber_Base_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Update_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.h: * CIAO/connectors/dds4ccm/impl/Utils.cpp: * CIAO/connectors/dds4ccm/impl/Utils.h: * CIAO/connectors/dds4ccm/impl/dds4ccm_conf.h: Added noop xml class that can be used for vendors not supporting the specification defined xml files commit a1c689f37217af23bd22b8c573dc1c70841205d4 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue Jun 5 09:56:49 2012 +0200 * CIAO/connectors/dds4ccm/impl/ConditionManager.h: Zapped empty lines commit 5755380b50670bd276cfc5d8734628788d719060 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue Jun 5 09:54:19 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.h: Reduced vendor dependent code commit 877b27d1b5d11705480e4c952d791664685593b5 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue Jun 5 09:28:57 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.h: * CIAO/connectors/dds4ccm/impl/DDS_Event_Connector_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Get_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Get_T.h: * CIAO/connectors/dds4ccm/impl/DDS_State_Connector_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Subscriber_Base_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Subscriber_Base_T.h: * CIAO/connectors/dds4ccm/impl/DDS_Update_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Update_T.h: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.h: * CIAO/connectors/dds4ccm/impl/dds4ccm_conf.h: * CIAO/connectors/dds4ccm/tests/MultiTopic/Connector/MultiTopic_Connector_T.cpp: Simplified file headers, made qos_xml a pointer type and always pass this, independent of the vendor commit d0c04168a9180135846443949517ca62ead5b95e Author: Marcel Smit <msmit@remedy.nl> Date: Tue Jun 5 08:52:08 2012 +0200 * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Component/Component_exec.cpp: Removed an unused typedef which caused compilation issues. commit 4a31c8c089858128581365ef39c7dcd8eb61a327 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Jun 4 21:40:51 2012 +0200 * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Receiver/ReadGet_Test_Receiver_exec.cpp: Only check the name of the key when we have data back commit 179e9356023dbd5a6abfe0dc6b6e6f3a8486d3ba Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Jun 4 20:52:58 2012 +0200 * CIAO/connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Deployment/scripts/run_test.pl: Removed double comment commit a7a128ba4d0ffbd41198e083b2b446ac5b4ebed4 Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jun 4 17:11:32 2012 +0200 * CIAO/connectors/dds4ccm/impl/Reader_T.cpp: Also logging the value of the instance in 'read_w_instance' * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Receiver/ReadGet_Test_Receiver_exec.cpp: Also check whether a valid sample is received in 'check_last'. If not, no reason to check the value of 'iteration'; just return false. commit 52c32fff8668b22de93d18efdec1884fc311a215 Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jun 4 15:56:47 2012 +0200 * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Component/Component_exec.cpp: Fixed runtime errors. No need to lookup topic 4 when perform_test is on. commit 2bed5a4429ca6be6030821d07d879c335ae35987 Merge: af0f5b7 64c7ed3 Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jun 4 15:34:55 2012 +0200 Merge branch 'DDS4CCM_QOS_Handler' of http://git.remedy.nl/git/atcd into DDS4CCM_QOS_Handler commit af0f5b7eb0e4621a0913afdad49f2e0536af7d83 Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jun 4 15:34:33 2012 +0200 * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Component/Component.mpc: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Component/Component_exec.cpp: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Component/Component_exec.h: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Component/Component.mpc: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Component/Component_exec.cpp: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Component/Component_exec.h: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Component/Component.mpc: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Component/Component_exec.cpp: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Component/Component_exec.h: Made these independant of the DDS vendor. All checks are based on the instance handles of the domain participants/topics. The test used to test if the pointers of the domain participants/topics were equal. commit 64c7ed3419244d541d647bd8cca99aabe109c6eb Merge: 12469cc 2ab1f7c Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jun 4 12:48:44 2012 +0200 Merge branch 'master' into DDS4CCM_QOS_Handler
* Added more dds4ccmJohnny Willemsen2012-06-041-0/+0
|
* DDS4CCM changesJohnny Willemsen2012-06-041-0/+0
|
* Mon Jun 4 10:40:21 UTC 2012 Marcel Smit <msmit@remedy.nl>msmit2012-06-045-10/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged branch DDS4CCM_QOS_Handler to trunk. commit 12469cc7ad40ae7134ff7d258779c39d0c9f63d9 Merge: 4a0c74b dfcdbf3 Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jun 4 11:47:28 2012 +0200 Merge branch 'master' into DDS4CCM_QOS_Handler commit 4a0c74b4b0af35f908d731f8462983be6de77a16 Merge: 8bc9829 3e77af8 Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jun 4 11:35:55 2012 +0200 Merge branch 'DDS4CCM_QOS_Handler' of http://git.remedy.nl/git/atcd into DDS4CCM_QOS_Handler commit 8bc9829f4a1f99ca2522581af95d2bd842f3fd57 Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jun 4 11:33:07 2012 +0200 * CIAO/bin/ciao_tests.lst: Specified a DDS vendor for certain tests. These tests are not suitable to run in combination with other DDS vendors. commit 3e77af813b19f99d5ff02c5e09531840845f4d06 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Jun 4 11:30:57 2012 +0200 * CIAO/bin/ciao_tests.lst: Tagged some tests as opendds tests commit 4e9c586f31c9c60337dff4a1939fe0779a4b6e59 Merge: 30f36e6 1221f86 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Jun 4 11:23:27 2012 +0200 Merge branch 'master' into DDS4CCM_QOS_Handler commit 30f36e60e49bfbd5f0757ec073dfbb52177234e0 Merge: bb9b94d f666762 Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jun 4 11:14:01 2012 +0200 Merge branch 'DDS4CCM_QOS_Handler' of http://git.remedy.nl/git/atcd into DDS4CCM_QOS_Handler commit bb9b94ddbea7ec36aa32209aafa19c88b71a0aa5 Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jun 4 11:13:33 2012 +0200 * CIAO/connectors/dds4ccm/performance-tests/Throughput/descriptors/run_test.pl: Fixed runtime issues. The Receiver was twice while the sender wasn't started at all. commit f6667627ef8e6cc9d900959b5124cd32f4b84ca2 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Jun 4 11:12:48 2012 +0200 * CIAO/bin/ciao_tests.lst: DDS4CCM policies test is specific for NDDS commit be7dd97e09b67777fdac09207da6d9807f939924 Merge: 39c4b41 ecf9e44 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Jun 4 10:26:49 2012 +0200 Merge branch 'master' into DDS4CCM_QOS_Handler commit 39c4b41ff4a43fe7ad8cf92464acd33589594a62 Merge: c4fe935 093b245 Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jun 4 10:07:47 2012 +0200 Merge branch 'DDS4CCM_QOS_Handler' of http://git.remedy.nl/git/atcd into DDS4CCM_QOS_Handler commit c4fe9351ddaac05547cc1511914fd3cab1edd465 Author: Marcel Smit <msmit@remedy.nl> Date: Mon Jun 4 10:07:30 2012 +0200 * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Sender/ReadGet_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Sender/ReadGet_Test_Sender_exec.h: The sender should start writing on the first publication matched event; not on subsequent publication matched event. This should fix runtime errors. commit 093b24540dd4b92213416e12cbc6b0a6e58df2fd Merge: 0e58d66 7f271a6 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Jun 4 10:06:39 2012 +0200 Merge branch 'master' into DDS4CCM_QOS_Handler commit 0e58d661707e374a8698a4d63b2ccbfac254debb Merge: 3974590 a25cfbf Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Mon Jun 4 09:43:04 2012 +0200 Merge branch 'master' into DDS4CCM_QOS_Handler
* (no commit message)Johnny Willemsen2012-06-042-1/+3
|
* Mon Jun 4 09:21:26 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-045-8/+22
| | | | | | | | | * connectors/dds4ccm/tests/DDSEntity/Sender/Writer_Sender.mpc: Fixed requires * connectors/dds4ccm/tests/InstanceHandle/Sender/Writer_Sender.mpc: * connectors/dds4ccm/tests/InstanceHandle/Sender/Writer_Sender_exec.cpp: Made this test compiling with opendds, but than it is just a noop test
* Mon Jun 4 08:19:57 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-045-45/+34
| | | | | | | | | | | | * connectors/dds4ccm/tests/SetConnectorAttributes/Component/SetConnectorAttribute_Component.mpc: * connectors/dds4ccm/tests/SetConnectorAttributes/Component/SetConnectorAttribute_Component_exec.h: * connectors/dds4ccm/tests/SetConnectorAttributes/Component/SetConnectorAttribute_Component_exec.cpp: * connectors/dds4ccm/tests/SetConnectorAttributes/descriptors/Plan.cdp: Make this test compiling with opendds, in that case it doesn't really test a thing. Removed qos_profile string from cdp, was not used
* Mon Jun 4 08:04:30 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-044-7/+15
| | | | | | | | * connectors/dds4ccm/tests/TypeSupport/TypeSupport.mpc: * connectors/dds4ccm/tests/TypeSupport/main.cpp: Compile this test with opendds, but than it is just doing nothing
* Mon Jun 4 07:39:50 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-042-163/+175
| | | | | | | | | | | * bin/ciao_tests.lst: Removed a lot of flags we don't use at all. Also changed the dds4ccm test checks, all DDS4CCM tests are now having DDS4CCM as required test config. Vendor specific tests can use DDS4CCM_OPENDDS and DDS4CCM_NDDS as test configs
* Mon Jun 4 06:50:39 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-044-3/+12
| | | | | | | | | | * connectors/dds4ccm/examples/Hello/Sender/Hello_Sender_exec.cpp: Added missing newline * connectors/dds4ccm/tests/CSLSampleRejected/descriptors/HelloTest_Library.xml: * connectors/dds4ccm/tests/CSLUnexpStat/descriptors/CSL_Library.xml: Updated location of the xsd
* Sun Jun 3 19:23:26 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-032-0/+10
| | | | | | * NEWS: DDS4CCM updates
* Sun Jun 3 19:09:34 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-032-1/+5
| | | | | | * bin/ciao_tests.lst: Removed qos dump test
* Sun Jun 3 19:02:08 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-0351-24650/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the new OpenDDS QOS_XML library, removed the ciao version * connectors/dds4ccm/impl/DDS_Base_Connector_T.h: * connectors/dds4ccm/impl/DDS_Write_T.h: Updated includes * CIAO_TAO_DAnCE.mwc: * CIAO_TAO_DAnCE_OpenDDS.mwc: dds4ccm doesn't have a tools directory anymore * MPC/config/dds4ccm.mpb: * MPC/config/dds4ccm_base.mpb: * MPC/config/dds4ccm_impl.mpb: Use OpenDDS base projects * MPC/config/dds4ccm_qos_xml_handler.mpb: * MPC/config/dds4ccm_qos_xml_handler_base.mpb: * connectors/dds4ccm/docs/schema: * connectors/dds4ccm/docs/schema/dds_qos.xsd: * connectors/dds4ccm/docs/schema/xsc-banner.h: * connectors/dds4ccm/docs/schema/xsc-banner.cpp: * connectors/dds4ccm/tests/QoS: * connectors/dds4ccm/tests/QoS/dump: * connectors/dds4ccm/tests/QoS/dump/dds4ccm_qos_dump.mpc: * connectors/dds4ccm/tests/QoS/dump/qos.xml: * connectors/dds4ccm/tests/QoS/dump/qos_dump.cpp: * connectors/dds4ccm/tests/QoS/dump/run_test.pl: * connectors/dds4ccm/tools: * connectors/dds4ccm/tools/QOS_XML_Handler: * connectors/dds4ccm/tools/QOS_XML_Handler/DataReaderQos_Handler.h: * connectors/dds4ccm/tools/QOS_XML_Handler/DataReaderQos_Handler.cpp: * connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.h: * connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.cpp: * connectors/dds4ccm/tools/QOS_XML_Handler/ParticipantQos_Handler.h: * connectors/dds4ccm/tools/QOS_XML_Handler/ParticipantQos_Handler.cpp: * connectors/dds4ccm/tools/QOS_XML_Handler/PublisherQos_Handler.h: * connectors/dds4ccm/tools/QOS_XML_Handler/PublisherQos_Handler.cpp: * connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Common.h: * connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Common.cpp: * connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataReader_T.h: * connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataReader_T.cpp: * connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataWriter_T.h: * connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataWriter_T.cpp: * connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.h: * connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.cpp: * connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwTp_Base_T.h: * connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwTp_Base_T.cpp: * connectors/dds4ccm/tools/QOS_XML_Handler/QOS_PubSub_T.h: * connectors/dds4ccm/tools/QOS_XML_Handler/QOS_PubSub_T.cpp: * connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Topic_T.h: * connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Topic_T.cpp: * connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.h: * connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * connectors/dds4ccm/tools/QOS_XML_Handler/SubscriberQos_Handler.h: * connectors/dds4ccm/tools/QOS_XML_Handler/SubscriberQos_Handler.cpp: * connectors/dds4ccm/tools/QOS_XML_Handler/TopicQos_Handler.h: * connectors/dds4ccm/tools/QOS_XML_Handler/TopicQos_Handler.cpp: * connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: * connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * connectors/dds4ccm/tools/QOS_XML_Handler/XML_QOS_Handler_Export.h: * connectors/dds4ccm/tools/QOS_XML_Handler/dds_qos.cpp: * connectors/dds4ccm/tools/QOS_XML_Handler/dds_qos.hpp: * connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Removed these files.
* (no commit message)Johnny Willemsen2012-06-032-95/+0
|
* Sun Jun 3 19:14:02 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-03458-1440/+3503
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged branch DDS4CCM_QOS_Handler again to trunk commit 194fb1fe7b7b6c8c302eb9fdbe8bb52706350991 Merge: fd87f4f 203fa8d Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Sun Jun 3 19:14:11 2012 +0200 Merge branch 'master' into DDS4CCM_QOS_Handler commit fd87f4fcb14eb246c8644983ed55458511e5686a Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Jun 1 20:00:11 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: Added commented out code to control opendds logging commit 98cc0b67f57a5fa3284b1f88240683666a5c71e0 Author: Marcel Smit <msmit@remedy.nl> Date: Fri Jun 1 16:41:03 2012 +0200 * CIAO/connectors/dds4ccm/tests/ListenManyByMany/Sender/LMBM_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/ListenManyByMany/Sender/LMBM_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/ListenManyByMany/Sender/LMBM_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/ListenManyByMany/descriptors/Plan.cdp: Added a connector status listener. The sender starts writing once a publication matched event comes in. * CIAO/connectors/dds4ccm/tests/SLManyByMany/Sender/SL_ManyByMany_Sender_exec.cpp: Layout changes. commit 2a227e39896ea3ae785cbae71a402a3223e49141 Author: Marcel Smit <msmit@remedy.nl> Date: Fri Jun 1 16:14:01 2012 +0200 * CIAO/connectors/dds4ccm/tests/CSLDeadline/Sender/CSL_DeadlineTest_Sender_exec.h: Code alignment. * CIAO/connectors/dds4ccm/tests/SLManyByMany/Sender/SL_ManyByMany_Sender.idl: * CIAO/connectors/dds4ccm/tests/SLManyByMany/Sender/SL_ManyByMany_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/SLManyByMany/Sender/SL_ManyByMany_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/SLManyByMany/descriptors/Plan.cdp: Added a connector status listener. The sender starts writing sample once a publication matched event is received. commit 18476e2bd4f2ea7f7a0a3f7240b3db84883cea72 Merge: 9b432e0 c748d37 Author: Marcel Smit <msmit@remedy.nl> Date: Fri Jun 1 15:51:24 2012 +0200 Merge branch 'DDS4CCM_QOS_Handler' of http://git.remedy.nl/git/atcd into DDS4CCM_QOS_Handler Conflicts: CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.h commit 9b432e0c9582be3d0e175b24c760d6503c00c5b4 Author: Marcel Smit <msmit@remedy.nl> Date: Fri Jun 1 15:47:37 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Common.h: No need to export this class. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: Optimized comments. commit c748d379dceb796fad1ef35781b298d57469ccc1 Merge: 0661ef7 45f7800 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Jun 1 14:54:57 2012 +0200 Merge branch 'DDS4CCM_QOS_Handler' of http://git.remedy.nl/git/atcd into DDS4CCM_QOS_Handler commit 0661ef7b9987148dd4c620cd855a86e40f9fd9d9 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Jun 1 14:54:52 2012 +0200 * CIAO/ciao/Containers/Extension/ClientContainerInterceptorRegistration_Impl.h: * CIAO/ciao/Containers/Extension/Interceptor_Registration_T.h: * CIAO/ciao/Containers/Extension/ServantContainerInterceptorRegistration_Impl.h: * CIAO/ciao/Containers/Extension/ServerContainerInterceptorRegistration_Impl.h: * CIAO/ciao/Containers/Extension/StubContainerInterceptorRegistration_Impl.h: * CIAO/ciao/Servants/Facet_Servant_Base_T.h: * CIAO/connectors/dds4ccm/examples/Hello/Base/Hello_Base.idl: * CIAO/connectors/dds4ccm/examples/Hello/Connector/Hello_Connector.idl: * CIAO/connectors/dds4ccm/examples/Hello/Receiver/Hello_Receiver.idl: * CIAO/connectors/dds4ccm/examples/Hello/Sender/Hello_Sender.idl: * CIAO/connectors/dds4ccm/examples/IDL2CPPWrapper/Shapes/Base/I2C_Shapes_Base.idl: * CIAO/connectors/dds4ccm/examples/Shapes/Base/Shapes_Base.idl: * CIAO/connectors/dds4ccm/examples/Shapes/Connector/Shapes_Connector.idl: * CIAO/connectors/dds4ccm/examples/Shapes/Receiver/Shapes_Receiver.idl: * CIAO/connectors/dds4ccm/examples/Shapes/Sender/Shapes_Sender.idl: * CIAO/connectors/dds4ccm/impl/CCM_DataReader.h: * CIAO/connectors/dds4ccm/impl/CCM_DataWriter.h: * CIAO/connectors/dds4ccm/impl/Coherent_Changes_Guard.h: * CIAO/connectors/dds4ccm/impl/ContentFilterSetting.h: * CIAO/connectors/dds4ccm/impl/DDS_Event_Connector_T.h: * CIAO/connectors/dds4ccm/impl/DDS_Get_T.h: * CIAO/connectors/dds4ccm/impl/DDS_Listen_T.h: * CIAO/connectors/dds4ccm/impl/DDS_Read_T.h: * CIAO/connectors/dds4ccm/impl/DDS_StateListen_T.h: * CIAO/connectors/dds4ccm/impl/DDS_Subscriber_Base_T.h: * CIAO/connectors/dds4ccm/impl/DDS_TopicBase_Connector_T.h: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.h: * CIAO/connectors/dds4ccm/impl/DataReaderHandler_T.h: * CIAO/connectors/dds4ccm/impl/DataReaderListener_T.h: * CIAO/connectors/dds4ccm/impl/DataReaderStateListener_T.h: * CIAO/connectors/dds4ccm/impl/Getter_T.h: * CIAO/connectors/dds4ccm/impl/InstanceHandleManager_T.h: * CIAO/connectors/dds4ccm/impl/PortStatusListener.h: * CIAO/connectors/dds4ccm/impl/PublisherListener.h: * CIAO/connectors/dds4ccm/impl/Reader_T.h: * CIAO/connectors/dds4ccm/impl/SampleInfo.h: * CIAO/connectors/dds4ccm/impl/SubscriberListener.h: * CIAO/connectors/dds4ccm/impl/TimeUtilities.h: * CIAO/connectors/dds4ccm/impl/TopicListener.h: * CIAO/connectors/dds4ccm/impl/Updater_T.h: * CIAO/connectors/dds4ccm/impl/Writer_T.h: * CIAO/connectors/dds4ccm/impl/dds4ccm_conf.h: * CIAO/connectors/dds4ccm/impl/ndds/Condition.h: * CIAO/connectors/dds4ccm/impl/ndds/ContentFilteredTopic.h: * CIAO/connectors/dds4ccm/impl/ndds/DataReader.h: * CIAO/connectors/dds4ccm/impl/ndds/DataReaderListener.h: * CIAO/connectors/dds4ccm/impl/ndds/DataReader_T.h: * CIAO/connectors/dds4ccm/impl/ndds/DataWriter.h: * CIAO/connectors/dds4ccm/impl/ndds/DataWriterListener.h: * CIAO/connectors/dds4ccm/impl/ndds/DataWriter_T.h: * CIAO/connectors/dds4ccm/impl/ndds/DomainParticipant.h: * CIAO/connectors/dds4ccm/impl/ndds/DomainParticipantFactory.h: * CIAO/connectors/dds4ccm/impl/ndds/DomainParticipantListener.h: * CIAO/connectors/dds4ccm/impl/ndds/DomainParticipantManager.h: * CIAO/connectors/dds4ccm/impl/ndds/Publisher.h: * CIAO/connectors/dds4ccm/impl/ndds/PublisherListener.h: * CIAO/connectors/dds4ccm/impl/ndds/QueryCondition.h: * CIAO/connectors/dds4ccm/impl/ndds/ReadCondition.h: * CIAO/connectors/dds4ccm/impl/ndds/StatusCondition.h: * CIAO/connectors/dds4ccm/impl/ndds/Subscriber.h: * CIAO/connectors/dds4ccm/impl/ndds/SubscriberListener.h: * CIAO/connectors/dds4ccm/impl/ndds/Topic.h: * CIAO/connectors/dds4ccm/impl/ndds/TopicDescription.h: * CIAO/connectors/dds4ccm/impl/ndds/TopicListener.h: * CIAO/connectors/dds4ccm/impl/ndds/TypeSupport.h: * CIAO/connectors/dds4ccm/impl/ndds/Utils.h: * CIAO/connectors/dds4ccm/impl/ndds/WaitSet.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/DataReaderQos.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/DataReaderResourceLimitsQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/DataWriterQos.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/DataWriterResourceLimitsQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/DeadlineQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/DestinationOrderQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/DomainParticipantFactoryQos.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/DomainParticipantQos.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/DurabilityQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/DurabilityServiceQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/Duration_t.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/EntityFactoryQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/GroupDataQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/HistoryQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/InconsistentTopicStatus.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/InstanceHandleSeq.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/InstanceHandle_t.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/LatencyBudgetQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/LifespanQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/LivelinessChangedStatus.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/LivelinessLostStatus.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/LivelinessQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/OctetSeq.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/OfferedDeadlineMissedStatus.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/OfferedIncompatibleQosStatus.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/OwnershipQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/OwnershipStrengthQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/ParticipantBuiltinTopicData.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/PartitionQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/PresentationQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/PublicationBuiltinTopicData.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/PublicationMatchedStatus.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/PublisherQos.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/QosPolicyCountSeq.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/ReaderDataLifecycleQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/ReliabilityQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/ReliableReaderActivityChangedStatus.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/ReliableWriterCacheChangedStatus.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/RequestedDeadlineMissedStatus.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/RequestedIncompatibleQosStatus.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/ResourceLimitsQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/SampleInfoSeq.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/SampleLostStatus.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/SampleRejectedStatus.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/StringSeq.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/SubscriberQos.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/SubscriptionBuiltinTopicData.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/SubscriptionMatchedStatus.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/TimeBasedFilterQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/Time_t.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/TopicBuiltinTopicData.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/TopicDataQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/TopicQos.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/TransportPriorityQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/UserDataQosPolicy.h: * CIAO/connectors/dds4ccm/impl/ndds/convertors/WriterDataLifecycleQosPolicy.h: * CIAO/connectors/dds4ccm/performance-tests/Keyed/Connector/Perf_Keyed_Test_Connector.idl: * CIAO/connectors/dds4ccm/performance-tests/Keyed/Receiver/Perf_Keyed_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/CoherentUpdater/Base/CoherentUpdate_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/CoherentUpdater/Base/Reader_Starter.idl: * CIAO/connectors/dds4ccm/tests/CoherentUpdater/Connector/CoherentUpdate_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/CoherentUpdater/Receiver/CoherentUpdate_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/CoherentUpdater/Sender/CoherentUpdate_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/CoherentWriter/Base/CoherentWrite_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/CoherentWriter/Base/Reader_Starter.idl: * CIAO/connectors/dds4ccm/tests/CoherentWriter/Connector/CoherentWrite_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/CoherentWriter/Receiver/CoherentWrite_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/CoherentWriter/Sender/CoherentWrite_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/CFTNamesClash/Base/CFT_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/CFTNamesClash/Component/CFT_Test_Component.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/CFTNamesClash/Connector/CFT_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/EventListener/Base/CFTLE_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/EventListener/Connector/CFTLE_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/EventListener/Receiver/CFTLE_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/EventListener/Sender/CFTLE_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Base/Exception_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Component/Exception_Test_Component.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Connector/Exception_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Base/ReadGet_Starter.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Base/ReadGet_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Connector/ReadGet_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Receiver/ReadGet_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Sender/ReadGet_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/StateListener/Base/CFTLS_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/StateListener/Connector/CFTLS_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/StateListener/Receiver/CFTLS_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/StateListener/Sender/CFTLS_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/DDSEntity/Base/Writer_Base.idl: * CIAO/connectors/dds4ccm/tests/DDSEntity/Connector/Writer_Connector.idl: * CIAO/connectors/dds4ccm/tests/DDSEntity/Receiver/Writer_Receiver.idl: * CIAO/connectors/dds4ccm/tests/DDSEntity/Sender/Writer_Sender.idl: * CIAO/connectors/dds4ccm/tests/DoubleNestedModule/Base/DNM_Base.idl: * CIAO/connectors/dds4ccm/tests/DoubleNestedModule/Connector/DNM_Connector.idl: * CIAO/connectors/dds4ccm/tests/DoubleNestedModule/Sender/DNM_Sender.idl: * CIAO/connectors/dds4ccm/tests/Event_Connection_Test/Base/Event_Connection_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/Event_Connection_Test/Connector/Event_Connection_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/Event_Connection_Test/Receiver/Event_Connection_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/Event_Connection_Test/Sender/Event_Connection_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/FixedSizeStruct/EventConnector/Base/FSS_Event_Base.idl: * CIAO/connectors/dds4ccm/tests/FixedSizeStruct/EventConnector/Connector/FSS_Event_Connector.idl: * CIAO/connectors/dds4ccm/tests/FixedSizeStruct/StateConnector/Base/FSS_State_Base.idl: * CIAO/connectors/dds4ccm/tests/FixedSizeStruct/StateConnector/Connector/FSS_State_Connector.idl: * CIAO/connectors/dds4ccm/tests/GetComponent/Event/Base/GCE_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/GetComponent/Event/Component/GCE_Test_Component.idl: * CIAO/connectors/dds4ccm/tests/GetComponent/Event/Connector/GCE_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/GetComponent/State/Base/GCS_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/GetComponent/State/Component/GCS_Test_Component.idl: * CIAO/connectors/dds4ccm/tests/GetComponent/State/Connector/GCS_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/Getter/Base/Get_Invoker.idl: * CIAO/connectors/dds4ccm/tests/Getter/Base/Getter_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/Getter/Connector/Getter_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/Getter/Receiver/Getter_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/Getter/Sender/Getter_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/IDL_Test/Base/IDL_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/IDL_Test/Component/IDL_Test_Base_Component.idl: * CIAO/connectors/dds4ccm/tests/IDL_Test/Component/IDL_Test_Derived_Component.idl: * CIAO/connectors/dds4ccm/tests/IDL_Test/Connector/IDL_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/InstanceHandle/Base/Writer_Base.idl: * CIAO/connectors/dds4ccm/tests/InstanceHandle/Connector/Writer_Connector.idl: * CIAO/connectors/dds4ccm/tests/InstanceHandle/Sender/Writer_Sender.idl: * CIAO/connectors/dds4ccm/tests/KeyedSamples/Base/Keyed_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/KeyedSamples/Connector/Keyed_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/KeyedSamples/Receiver/Keyed_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/KeyedSamples/Sender/Keyed_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/KeyedWriter/Base/Writer_Base.idl: * CIAO/connectors/dds4ccm/tests/KeyedWriter/Connector/Writer_Connector.idl: * CIAO/connectors/dds4ccm/tests/KeyedWriter/Receiver/Writer_Receiver.idl: * CIAO/connectors/dds4ccm/tests/KeyedWriter/Sender/Writer_Sender.idl: * CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/Base/RG_LateBinding_Base.idl: * CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/Base/Reader_Starter.idl: * CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/Connector/RG_LateBinding_Connector.idl: * CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/Receiver/RG_LateBinding_Receiver.idl: * CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/Sender/RG_LateBinding_Sender.idl: * CIAO/connectors/dds4ccm/tests/LateBinding/UpdateWrite/Base/WU_LateBinding_Base.idl: * CIAO/connectors/dds4ccm/tests/LateBinding/UpdateWrite/Connector/WU_LateBinding_Connector.idl: * CIAO/connectors/dds4ccm/tests/LateBinding/UpdateWrite/Receiver/WU_LateBinding_Receiver.idl: * CIAO/connectors/dds4ccm/tests/LateBinding/UpdateWrite/Sender/WU_LateBinding_Sender.idl: * CIAO/connectors/dds4ccm/tests/ListenManyByMany/Base/LMBM_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/ListenManyByMany/Connector/LMBM_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/ListenManyByMany/Receiver/LMBM_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/ListenManyByMany/Sender/LMBM_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/ListenNotEnabled/Base/LNE_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/ListenNotEnabled/Connector/LNE_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/ListenNotEnabled/Receiver/LNE_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/ListenNotEnabled/Sender/LNE_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/ListenOneByOne/Base/LOBO_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/ListenOneByOne/Connector/LOBO_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/ListenOneByOne/Receiver/LOBO_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/ListenOneByOne/Sender/LOBO_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Base/Event_MemLeakDetection_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Connector/Event_MemLeakDetection_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Receiver/Event_MemLeakDetection_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Sender/Event_MemLeakDetection_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/MemLeakDetection/State_MemLeakDetection_Test/Base/State_MemLeakDetection_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/MemLeakDetection/State_MemLeakDetection_Test/Connector/State_MemLeakDetection_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/MemLeakDetection/State_MemLeakDetection_Test/Receiver/State_MemLeakDetection_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/MemLeakDetection/State_MemLeakDetection_Test/Sender/State_MemLeakDetection_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/MemLeakDetection/TypeRegistration/Base/TypeRegistration_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/MemLeakDetection/TypeRegistration/Component/TypeRegistration_Test_Component.idl: * CIAO/connectors/dds4ccm/tests/MemLeakDetection/TypeRegistration/Connector/TypeRegistration_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/NonChangeableAttribute/Base/NonChangeable_Base.idl: * CIAO/connectors/dds4ccm/tests/NonChangeableAttribute/Component/NonChangeable_Component.idl: * CIAO/connectors/dds4ccm/tests/NonChangeableAttribute/Connector/NonChangeable_Connector.idl: * CIAO/connectors/dds4ccm/tests/On_Inconsistent_Topic/Base/OIT_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/On_Inconsistent_Topic/Receiver/OIT_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/On_Inconsistent_Topic/ReceiverConnector/OIT_Receiver_Connector.idl: * CIAO/connectors/dds4ccm/tests/On_Inconsistent_Topic/Sender/OIT_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/On_Inconsistent_Topic/SenderConnector/OIT_Sender_Connector.idl: * CIAO/connectors/dds4ccm/tests/OneFile/Single/OneFile_Base.idl: * CIAO/connectors/dds4ccm/tests/OneFile/Single/OneFile_Connector.idl: * CIAO/connectors/dds4ccm/tests/PortUsage/Base/PortUsage_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/PortUsage/EventComponent/PortUsageEvent_Component.idl: * CIAO/connectors/dds4ccm/tests/PortUsage/EventConnector/PortUsageEvent_Connector.idl: * CIAO/connectors/dds4ccm/tests/PortUsage/StateComponent/PortUsageState_Component.idl: * CIAO/connectors/dds4ccm/tests/PortUsage/StateConnector/PortUsageState_Connector.idl: * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/Base/Proxy_RW_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/Base/Reader_Starter.idl: * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/Connector/Proxy_RW_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/Receiver/Proxy_RW_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/Sender/Proxy_RW_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/QosProfile/Base/QosProfile_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/QosProfile/Component/QosProfile_Test_Component.idl: * CIAO/connectors/dds4ccm/tests/QosProfile/Connector/QosProfile_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/Different/Base/Different_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/Different/Connector/Different_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/Different/Receiver/Different_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/Different/Sender/Different_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/EventListener/Base/QCLE_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/EventListener/Connector/QCLE_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/EventListener/Receiver/QCLE_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/EventListener/Sender/QCLE_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/ReadGet/Base/ReadGet_Starter.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/ReadGet/Base/ReadGet_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/ReadGet/Connector/ReadGet_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/ReadGet/Receiver/ReadGet_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/ReadGet/Sender/ReadGet_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/StateListener/Base/QCLS_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/StateListener/Connector/QCLS_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/StateListener/Receiver/QCLS_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/StateListener/Sender/QCLS_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoListeners/Base/QCTL_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoListeners/Connector/QCTL_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoListeners/Receiver/QCTL_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoListeners/Sender/QCTL_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueries/Base/QCTQ_Starter.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueries/Base/QCTQ_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueries/Connector/QCTQ_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueries/Receiver/QCTQ_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueries/Sender/QCTQ_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueriesMany/Base/QCTQM_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueriesMany/Connector/QCTQM_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueriesMany/Receiver/QCTQM_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/Reader/Base/Reader_Starter.idl: * CIAO/connectors/dds4ccm/tests/Reader/Base/Reader_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/Reader/Connector/Reader_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/Reader/Receiver/Reader_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/Reader/Sender/Reader_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/ReadGet/Base/RG_ResetTopic_Base.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/ReadGet/Base/Reader_Starter.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/ReadGet/Connector/RG_ResetTopic_Connector.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/ReadGet/Receiver/RG_ResetTopic_Receiver.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/ReadGet/Sender/RG_ResetTopic_Sender.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/ToEmpty/Base/TE_ResetTopic_Base.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/ToEmpty/Connector/TE_ResetTopic_Connector.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/ToEmpty/Sender/TE_ResetTopic_Sender.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/TooLong/Base/TL_ResetTopic_Base.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/TooLong/Connector/TL_ResetTopic_Connector.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/TooLong/Sender/TL_ResetTopic_Sender.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/UpdateListen/Base/UL_ResetTopic_Base.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/UpdateListen/Connector/UL_ResetTopic_Connector.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/UpdateListen/Receiver/UL_ResetTopic_Receiver.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/UpdateListen/Sender/UL_ResetTopic_Sender.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/WriteListen/Base/WL_ResetTopic_Base.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/WriteListen/Connector/WL_ResetTopic_Connector.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/WriteListen/Receiver/WL_ResetTopic_Receiver.idl: * CIAO/connectors/dds4ccm/tests/ResetTopic/WriteListen/Sender/WL_ResetTopic_Sender.idl: * CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/Base/SetConnectorAttribute_Base.idl: * CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/Component/SetConnectorAttribute_Component.idl: * CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/Connector/SetConnectorAttribute_Connector.idl: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Base/Base.idl: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Component/Component.idl: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector1/Connector1.idl: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector2/Connector2.idl: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector3/Connector3.idl: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Base/Base.idl: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Component/Component.idl: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector1/Connector1.idl: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector2/Connector2.idl: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector3/Connector3.idl: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Base/Base.idl: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Component/Component.idl: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Connector/Connector.idl: * CIAO/connectors/dds4ccm/tests/State_Connection_Test/Base/State_Connection_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/State_Connection_Test/Connector/State_Connection_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/State_Connection_Test/Receiver/State_Connection_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/State_Connection_Test/Sender/State_Connection_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/TopicName/Base/TopicName_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/TopicName/Component/TopicName_Test_Component.idl: * CIAO/connectors/dds4ccm/tests/TopicName/Connector/TopicName_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/TwoTopics/Base/TwoTopics_Base.idl: * CIAO/connectors/dds4ccm/tests/TwoTopics/Connector/TwoTopics_Connector.idl: * CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Connector/Connector.idl: * CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.idl: * CIAO/connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.idl: * CIAO/connectors/dds4ccm/tests/UnkeyedSamples/Base/Unkeyed_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/UnkeyedSamples/Connector/Unkeyed_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/UnkeyedSamples/Receiver/Unkeyed_Test_Receiver.idl: * CIAO/connectors/dds4ccm/tests/UnkeyedSamples/Sender/Unkeyed_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/UnkeyedWriter/Base/Writer_Base.idl: * CIAO/connectors/dds4ccm/tests/UnkeyedWriter/Connector/Writer_Connector.idl: * CIAO/connectors/dds4ccm/tests/UnkeyedWriter/Receiver/Writer_Receiver.idl: * CIAO/connectors/dds4ccm/tests/UnkeyedWriter/Sender/Writer_Sender.idl: * CIAO/connectors/dds4ccm/tests/Updater/Base/Updater_Base.idl: * CIAO/connectors/dds4ccm/tests/Updater/Connector/Updater_Connector.idl: * CIAO/connectors/dds4ccm/tests/UserdataCopyCount/Base/UCC_Test_Base.idl: * CIAO/connectors/dds4ccm/tests/UserdataCopyCount/Component/UCC_Test_Component.idl: * CIAO/connectors/dds4ccm/tests/UserdataCopyCount/Connector/UCC_Test_Connector.idl: * CIAO/connectors/dds4ccm/tests/VariousTopicsEvent/Conn_Union/VT_Union_Connector.idl: * CIAO/connectors/dds4ccm/tests/VariousTopicsEvent/Conn_Valuetype/VT_Valuetype_Connector.idl: * CIAO/connectors/dds4ccm/tests/VariousTopicsState/Conn_Union/VTS_Union_Connector.idl: * CIAO/connectors/dds4ccm/tests/VariousTopicsState/Conn_Valuetype/VTS_Valuetype_Connector.idl: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataReaderQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataReaderQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/ParticipantQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/ParticipantQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/PublisherQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/PublisherQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Common.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Common.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataReader_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataReader_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataWriter_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataWriter_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwTp_Base_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_PubSub_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_PubSub_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Topic_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Topic_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/SubscriberQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/SubscriberQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/TopicQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: * CIAO/tests/DAnCE/LocalityManager/CPUAffinity/CPUAffinity.idl: * CIAO/tests/DAnCE/LocalityManager/CommandlinePassage/CommandlinePassage.idl: * CIAO/tests/DAnCE/LocalityManager/UnexpectedShutdown/UnexpectedShutdown.idl: * CIAO/tests/DAnCE/PartialShutdown/Base/PartialShutdown.idl: * CIAO/tests/DAnCE/PartialShutdown/Component1/Component1.idl: * CIAO/tests/DAnCE/PartialShutdown/Component2/Component2.idl: * CIAO/tests/DAnCE/PartialShutdown/Component3/Component3.idl: * CIAO/tests/DAnCE/Threading/Base/Threading.idl: * CIAO/tests/DAnCE/Threading/Component1/Component1.idl: * CIAO/tests/DAnCE/Threading/Component2/Component2.idl: * CIAO/tests/IDL_Test/Double_Inherited_Component/Inherited_components.idl: File header update commit 45f7800d0ad7fdfea0b55d2a3fcc2bc3270b8cc9 Author: Marcel Smit <msmit@remedy.nl> Date: Fri Jun 1 14:54:10 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: Resticted the number of early returns; just making use of a return value. commit 5421f639fdb38c7e10d7216580d9f343ce33c802 Author: Marcel Smit <msmit@remedy.nl> Date: Fri Jun 1 14:42:20 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: Catching exceptions as const. commit 945beeedfb53829dd6e26d8fe3fd405678c592f9 Author: Marcel Smit <msmit@remedy.nl> Date: Fri Jun 1 14:38:01 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataReaderQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataReaderQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/ParticipantQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/ParticipantQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/PublisherQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/PublisherQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Common.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataReader_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataReader_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataWriter_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataWriter_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwTp_Base_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_PubSub_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_PubSub_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Topic_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Topic_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/SubscriberQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/SubscriberQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/TopicQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/TopicQos_Handler.h: Added uniform file header comments. Also added some documentation to methods. In some files, DCPS_debug_level needed to be in the OpenDDS::DCPS namespace since the class wasnt' in that namespace. commit a42f923be5b9b7c796a968035dbadf740235fcfb Author: Marcel Smit <msmit@remedy.nl> Date: Fri Jun 1 13:54:43 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataReaderQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/ParticipantQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/PublisherQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataReader_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataWriter_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_PubSub_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/SubscriberQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/TopicQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: No need to use namespace for DCPS_debug_level since the QOS XML is now in the same namespace. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: No need to use namespace for DCPS_debug_level since the QOS XML is now in the same namespace. No need to log an error when no qos_profile is provided; a debug message will do in this case. commit bce2efaad735151e050780dac3115c3d07b92f25 Author: Marcel Smit <msmit@remedy.nl> Date: Fri Jun 1 13:49:38 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: Providing an empty qos_profile is not necessarily an error. The library generates a debug statement and returns RETCODE_OK. commit 2aaf1f763ffe9cd196105cf9a8fd9865e847309f Author: Marcel Smit <msmit@remedy.nl> Date: Fri Jun 1 13:30:15 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataReaderQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/ParticipantQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/PublisherQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/SubscriberQos_Handler.h: No need to export these classes. commit 18e73f57852311d7226bff0b2746888ccb0051d8 Author: Marcel Smit <msmit@remedy.nl> Date: Fri Jun 1 13:27:02 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataReaderQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/ParticipantQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/PublisherQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/SubscriberQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/TopicQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/TopicQos_Handler.h: Removed forward declarations of DDS entities. commit cbcbf1598c6f13d853ef22e646910426b9f4e47c Author: Marcel Smit <msmit@remedy.nl> Date: Fri Jun 1 13:21:42 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.h: No need for qos_profile to be const ACE_TCHAR *; just const char * is ok. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: No need to export this class. No need for profile_name to be const ACE_TCHAR *; just const char * is ok. commit 6c18e96bacf9481f30f8ff70a8dfa506a9f363cf Author: Marcel Smit <msmit@remedy.nl> Date: Fri Jun 1 13:03:50 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.h: * CIAO/connectors/dds4ccm/impl/DDS_Get_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Get_T.h: * CIAO/connectors/dds4ccm/impl/DDS_Subscriber_Base_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Subscriber_Base_T.h: * CIAO/connectors/dds4ccm/impl/DDS_Update_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Update_T.h: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Removed everything from the DDS4CCM namespace and put it in the OpenDDS::DCPS namespace. commit 16718f6989331a9e38edeb6089b8b261d9832472 Author: Marcel Smit <msmit@remedy.nl> Date: Fri Jun 1 12:10:42 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataReaderQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/ParticipantQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/PublisherQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataReader_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataWriter_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_PubSub_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/SubscriberQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/TopicQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: Made ACE_DEBUG depend on the DCPS_debug_level flag. commit c903c44523987d03af9f6cf2f8f7271187d40be9 Author: Marcel Smit <msmit@remedy.nl> Date: Fri Jun 1 11:46:14 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataReaderQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/ParticipantQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/PublisherQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Common.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataReader_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataWriter_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_PubSub_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Topic_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/SubscriberQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/TopicQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: Replaced DDS4CCM_DEBUG and DDS4CCM_ERROR with ACE_DEBUG and ACE_ERROR in order to get this library to move to openDDS. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Due to removal of Utils.* commit fdd68d3deb26f18d302b876cd6bc1eb9afb6706e Author: Marcel Smit <msmit@remedy.nl> Date: Fri Jun 1 11:36:14 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.h: Fixed compile issue related to the removal of tools/QOS_XML_Handler/Utils.* * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: Fixed compile issue related to the removal of tools/QOS_XML_Handler/Utils.* Also created a return value in the get_xxx_qos methods. commit d9f1ff34951fcc154068f56b4c11ebfc97572f4f Author: Marcel Smit <msmit@remedy.nl> Date: Fri Jun 1 11:19:01 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/Utils.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/Utils.h: Moved get_profile_name and get_xml_file_name to QOS_XML_Loader. Therefor these files can be removed. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.h: Added get_profile_name and get_xml_file_name commit 71c3a6511db487a1aabeb3f91079c3cf02c690b8 Author: Marcel Smit <msmit@remedy.nl> Date: Fri Jun 1 11:09:32 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataReaderQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/ParticipantQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/PublisherQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/SubscriberQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/TopicQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: Removed DDS4CCM_TRACE command from these files. Not necessary anymore. commit 34d598e7c981c6a3b252c6f71e8fc0378d37c56b Merge: e8a2587 dd50f82 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri Jun 1 09:57:35 2012 +0200 Merge branch 'DDS4CCM_QOS_Handler' of http://git.remedy.nl/git/atcd into DDS4CCM_QOS_Handler commit e8a258743980edcbe852c3c2b4fcc62f41bb0196 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 31 21:03:29 2012 +0200 * CIAO/connectors/dds4ccm/DDS4CCM-INSTALL.html: Document OpenDDS support instructions commit 9c4fc8d727e3fadddf7f6b8765a234402d25f3e7 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 31 20:45:28 2012 +0200 * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/descriptors/Plan.cdp: Fixed profile name commit b5e032b8b49bcc9117b37f922902cc121d0188fa Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 31 20:43:44 2012 +0200 * CIAO/connectors/dds4ccm/tests/MemLeakDetection/TypeRegistration/descriptors/run_test.pl: Increased sleep time commit 9c2432cf82209217a99e1397a852f7830b8bdc23 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 31 20:39:59 2012 +0200 * CIAO/connectors/dds4ccm/tests/PortUsage/descriptors/run_test.pl: Increased sleep time, OpenDDS discovery seems to be a little bit slower at this moment commit 3b2df1dc5a445b8656e0914eaf6a12f4c92ff423 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 31 20:38:07 2012 +0200 * CIAO/connectors/dds4ccm/tests/QoS/dump/qos.xml: Updated location xsd * CIAO/connectors/dds4ccm/tests/QoS/dump/run_test.pl: Zapped file extension here commit 556a7e35ba195c7457e3c0b3a918812c8c5071cc Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 31 20:27:04 2012 +0200 * CIAO/connectors/dds4ccm/tests/PSLSampleLost/descriptors/HelloTest_Library.xml: Fixed profile name commit 8771c8ad48d3bb2fc98d63811574187b10ad2930 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 31 20:22:26 2012 +0200 * CIAO/connectors/dds4ccm/examples/Hello/Sender/Hello_Sender_exec.cpp: Log an error when we didn't got the start, also only set the flag when we get a publication matches commit 2e392a04b7f4ec8680f6a50de8a4b0b976916006 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 31 15:41:33 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: Removed not needed include commit 74242fbe18f245b55c2d8ed91ead1d78940fe87b Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 31 15:19:45 2012 +0200 * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/KeyedTest_Library.xml: Created QOS XML for openDDS. * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_pub.cdp: * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_pub3.cdp: * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_pub_BE.cdp: * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_sub.cdp: * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_sub_BE.cdp: * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/run_test.pl: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueriesMany/descriptors/QueryCondition_Library.xml: Renamed HelloTest_Library into KeyedTest_Library. commit d340e508f9af65a9049758f270f0042f6b35c89b Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 31 14:57:56 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: Removed DDS forward declarations. Therefor moved the include of DdsDcpsInfrastructureC.h to the header commit 0b0f611b8867f77a7347187f04223ab6b7f21052 Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 31 13:24:01 2012 +0200 * CIAO/connectors/dds4ccm/tests/Getter/descriptors/Getter_Library.xml: Layout change. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: Now the user need to pass the complete profile string to the QOS XML library. The library is responsible for parsing this string. * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Subscriber_Base_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Update_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.cpp: Due to interface changes regarding QOS profile string. Also check whether the string is available. If not, don't invoke the the get_xxx_methods. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/Utils.h: No need to export get_profile_name and get_xml_file_name anymore. commit 34b11314baa646a8fcf687a0bc810d18cd790589 Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 31 11:03:46 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: Check whether the return value of XML loader init is OK. If not, throw an internal exception. * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Receiver/ReadGet_Test_Receiver_exec.cpp: Optimized logging. Fixed some errors in logging. * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Sender/ReadGet_Test_Sender.idl: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Sender/ReadGet_Test_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Sender/ReadGet_Test_Sender_exec.h: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/descriptors/Plan.cdp: Waiting on a Publication matched event before starting the actual test. * CIAO/connectors/dds4ccm/tests/QoS/dump/qos_dump.cpp: Check the return values of the init and get_xxx_qos methods invocations. Logging an error when a return value is not RETCODE_OK. commit 9b0dd58e24ada501473fc43d1a66af491cf6bc16 Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 31 10:11:19 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/Utils.h: Fixed runtime errors. These methods need an export macro. commit 6b0f3a857165e455f1ce04c095257044181e556c Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 31 09:51:47 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/Utils.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: Changed the return value of the get_xxx_qos methods. These methods now return a DDS error code. This way we can be more specific about what is wrong. * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Subscriber_Base_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Update_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.cpp: Due to changing the return value of the get_xxx_qos methods. Throwing an internal exception when a get_xxx_qos method returns another value than RETCODE_OK. commit cea623030f3db69d53f823918c70d5e16d1607e4 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 31 08:07:57 2012 +0200 * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/descriptors/QueryCondition_Library.xml: * CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/descriptors/LateBinding_Library.xml: * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/descriptors/Proxy_RW_Library.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/Different/descriptors/QueryCondition_Library.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/ReadGet/descriptors/QueryCondition_Library.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueries/descriptors/QueryCondition_Library.xml: * CIAO/connectors/dds4ccm/tests/ResetTopic/ReadGet/descriptors/ResetTopic_Library.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/descriptors/Shared_Library.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/descriptors/Standalone_Library.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/descriptors/Shared_Library.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/descriptors/Standalone_Library.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/descriptors/Shared_Library.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/descriptors/Standalone_Library.xml: Corrected location of the xsd file commit b6ea10422ca83aef55fcb412c0962690b3381781 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed May 30 21:29:41 2012 +0200 * CIAO/connectors/dds4ccm/examples/Hello/descriptors/HelloTest_Library.xml: * CIAO/connectors/dds4ccm/performance-tests/Latency/descriptors/Latency_Library.xml: * CIAO/connectors/dds4ccm/performance-tests/Throughput/descriptors/Throughput_Library.xml: * CIAO/connectors/dds4ccm/tests/CSLDeadline/descriptors/HelloTest_Library.xml: * CIAO/connectors/dds4ccm/tests/CSLQoS/descriptors/QoSTest_Library.xml: * CIAO/connectors/dds4ccm/tests/CoherentWriter/descriptors/CoherentWriter_Library.xml: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/descriptors/QueryCondition_Library.xml: * CIAO/connectors/dds4ccm/tests/Getter/descriptors/Getter_Library.xml: * CIAO/connectors/dds4ccm/tests/KeyedWriter/descriptors/KeyedWriter_Library.xml: * CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/descriptors/LateBinding_Library.xml: * CIAO/connectors/dds4ccm/tests/ListenManyByMany/descriptors/ListenManyByMany_Library.xml: * CIAO/connectors/dds4ccm/tests/PSLDeadline/descriptors/Deadline_Library.xml: * CIAO/connectors/dds4ccm/tests/PSLSampleLost/descriptors/HelloTest_Library.xml: * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/descriptors/Proxy_RW_Library.xml: * CIAO/connectors/dds4ccm/tests/QosProfile/descriptors/QosProfile_Library.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/Different/descriptors/QueryCondition_Library.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/ReadGet/descriptors/QueryCondition_Library.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueries/descriptors/QueryCondition_Library.xml: * CIAO/connectors/dds4ccm/tests/Reader/descriptors/Reader_Library.xml: * CIAO/connectors/dds4ccm/tests/ResetTopic/ReadGet/descriptors/ResetTopic_Library.xml: * CIAO/connectors/dds4ccm/tests/SLManyByMany/descriptors/SlMbM_Library.xml: * CIAO/connectors/dds4ccm/tests/SLOneByOne/descriptors/SlObO_Library.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/descriptors/Shared_Library.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/descriptors/Standalone_Library.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/descriptors/Shared_Library.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/descriptors/Standalone_Library.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/descriptors/Shared_Library.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/descriptors/Standalone_Library.xml: * CIAO/connectors/dds4ccm/tests/UnkeyedWriter/descriptors/UnkeyedWriter_Library.xml: Removed path from dds_qos.xsd * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: Set search path correctly commit be819f6c1956eba8dea9549d7981145d466201af Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 30 16:11:24 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: No need to print "No profile specified" as an error. commit dd50f8216306d98d4305dbfb800e50aa39df38fc Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 31 21:03:29 2012 +0200 * CIAO/connectors/dds4ccm/DDS4CCM-INSTALL.html: Document OpenDDS support instructions commit a25c2a95ff7a6a1b01ccbeea7da1b65c07930550 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 31 20:45:28 2012 +0200 * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/descriptors/Plan.cdp: Fixed profile name commit c51edadfb7133de860df366722c6ea84c93015cb Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 31 20:43:44 2012 +0200 * CIAO/connectors/dds4ccm/tests/MemLeakDetection/TypeRegistration/descriptors/run_test.pl: Increased sleep time commit 921d6d3d39634d74f54db8bc9124f2f3baa5467f Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 31 20:39:59 2012 +0200 * CIAO/connectors/dds4ccm/tests/PortUsage/descriptors/run_test.pl: Increased sleep time, OpenDDS discovery seems to be a little bit slower at this moment commit 4f73e9c77987ca5a868c0a93fb9edbac8f3efadb Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 31 20:38:07 2012 +0200 * CIAO/connectors/dds4ccm/tests/QoS/dump/qos.xml: Updated location xsd * CIAO/connectors/dds4ccm/tests/QoS/dump/run_test.pl: Zapped file extension here commit c0b5233a4a7b3aa6f879108fa25d9d133f6f1961 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 31 20:27:04 2012 +0200 * CIAO/connectors/dds4ccm/tests/PSLSampleLost/descriptors/HelloTest_Library.xml: Fixed profile name commit 5554094ed0c1c6b1dabb52c17ea0eccf2e160268 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 31 20:22:26 2012 +0200 * CIAO/connectors/dds4ccm/examples/Hello/Sender/Hello_Sender_exec.cpp: Log an error when we didn't got the start, also only set the flag when we get a publication matches commit 509769c6371624d9f49081ff038b6537960ed671 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 31 15:41:33 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: Removed not needed include commit a28c7fc0c93dee3cc688ed3634fd437e948df8dc Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 31 15:19:45 2012 +0200 * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/KeyedTest_Library.xml: Created QOS XML for openDDS. * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_pub.cdp: * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_pub3.cdp: * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_pub_BE.cdp: * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_sub.cdp: * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/Plan_sub_BE.cdp: * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/run_test.pl: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueriesMany/descriptors/QueryCondition_Library.xml: Renamed HelloTest_Library into KeyedTest_Library. commit 84365a719fc21193f61f4219218757c9a6435dc4 Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 31 14:57:56 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: Removed DDS forward declarations. Therefor moved the include of DdsDcpsInfrastructureC.h to the header commit d258d8885d3cc2019fb7d84b6febfb5a9df620f8 Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 31 13:24:01 2012 +0200 * CIAO/connectors/dds4ccm/tests/Getter/descriptors/Getter_Library.xml: Layout change. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: Now the user need to pass the complete profile string to the QOS XML library. The library is responsible for parsing this string. * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Subscriber_Base_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Update_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.cpp: Due to interface changes regarding QOS profile string. Also check whether the string is available. If not, don't invoke the the get_xxx_methods. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/Utils.h: No need to export get_profile_name and get_xml_file_name anymore.
* (no commit message)Johnny Willemsen2012-06-021-1/+1
|
* Thu May 31 17:59:02 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-05-312-1/+6
| | | | | * MPC/config/ciaoidldefaults.mpb: Added gen_ostream
* Thu May 31 12:31:31 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-05-315-10/+15
| | | | Migrated more files from DAnCE to ACE, updated code that uses it
* Thu May 31 09:13:26 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-05-3112-13/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * MPC/config/dance_config_handlers.mpb: * MPC/config/dance_config_handlers_base.mpb: * dance/RepositoryManager/RepositoryManager_Impl.cpp: * dance/TargetManager/DomainDataManager.cpp: * tools/Config_Handlers/Any_Handler.h: * tools/Config_Handlers/Config_Handlers.mpc: * tools/Config_Handlers/DD_Handler.cpp: * tools/Config_Handlers/Package_Handlers/CAD_Handler.h: * tools/Config_Handlers/Package_Handlers/CID_Handler.cpp: * tools/Config_Handlers/Package_Handlers/CPD_Handler.h: * tools/Config_Handlers/Package_Handlers/Comp_Intf_Descr_Handler.h: * tools/Config_Handlers/Package_Handlers/Comp_Intf_Descr_Handler.cpp: * tools/Config_Handlers/Package_Handlers/IAD_Handler.cpp: * tools/Config_Handlers/Package_Handlers/PCD_Handler.cpp: * tools/Config_Handlers/Package_Handlers/Package_Handlers.mpc: * tools/Config_Handlers/Package_Handlers/SID_Handler.h: * tools/Config_Handlers/XML_File_Intf.cpp: Updated because DAnCE XML_Utils has been moved to ACE as ACE_XML_Utils * MPC/config/xml_utils.mpb: * tools/XML: * tools/XML/XML.mpc: * tools/XML/XML_Error_Handler.h: * tools/XML/XML_Error_Handler.cpp: * tools/XML/XML_Helper.h: * tools/XML/XML_Helper.tpp: * tools/XML/XML_Schema_Resolver.h: * tools/XML/XML_Schema_Resolver.tpp: * tools/XML/XML_Schema_Resolver.cpp: * tools/XML/XML_Typedefs.h: * tools/XML/XML_Typedefs.cpp: * tools/XML/XML_Utils_Export.h: * tools/XML/XercesString.h: * tools/XML/XercesString.cpp: Removed these files.
* Thu May 31 08:12:08 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-05-313-2/+8
| | | | | | * etc/ciao.doxygen: * etc/ciao_dds4ccm.doxygen: Fixed input location
* Layout changesJohnny Willemsen2012-05-311-1/+3
|
* Thu May 31 06:32:23 UTC 2012 Marcel Smit <msmit@remedy.nl>msmit2012-05-315-0/+394
| | | | | | | | | | * connectors/dds4ccm/tests/QoS/dump: * connectors/dds4ccm/tests/QoS/dump/dds4ccm_qos_dump.mpc: * connectors/dds4ccm/tests/QoS/dump/qos.xml: * connectors/dds4ccm/tests/QoS/dump/qos_dump.cpp: * connectors/dds4ccm/tests/QoS/dump/run_test.pl: Added basic QOS XML test. This test just dumps the IDL QOS structure after parsing.
* Wed May 30 13:24:42 UTC 2012 Marcel Smit <msmit@remedy.nl>msmit2012-05-304-0/+386
| | | | | | | | | * connectors/dds4ccm/docs/schema: * connectors/dds4ccm/docs/schema/dds_qos.xsd: * connectors/dds4ccm/docs/schema/xsc-banner.h: * connectors/dds4ccm/docs/schema/xsc-banner.cpp: Added schema for all DDS4CCM QOS files.
* Wed May 30 11:26:24 UTC 2012 Marcel Smit <msmit@remedy.nl>msmit2012-05-306-0/+20
| | | | | | | | | * connectors/dds4ccm/tests/Getter/descriptors/Getter_Library.xml: * connectors/dds4ccm/tests/KeyedWriter/descriptors/KeyedWriter_Library.xml: * connectors/dds4ccm/tests/SLManyByMany/descriptors/SlMbM_Library.xml: * connectors/dds4ccm/tests/SLOneByOne/descriptors/SlObO_Library.xml: * connectors/dds4ccm/tests/UnkeyedWriter/descriptors/UnkeyedWriter_Library.xml: Fuzz: Added missing id-string.
* Wed May 30 11:28:57 CEST 2012 Johnny Willemsen <jwillemsen@remedy.nl>msmit2012-05-30186-236/+26844
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged git branch DDS4CCM_QOS_Handler which adds support for configuring DDS4CCM QOS through xml files with OpenDDS commit 2196ead1f39f5ba8351ead32418d8b5318e4bb55 Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 30 11:08:55 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Common.h: Corrected file name in file header. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_PubSub_T.cpp: Removed unnecessary comment. commit 165994f23185cb70e969affe4efcee0f60ab0f14 Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 30 10:44:56 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/ParticipantQos_Handler.cpp: Added the parsing of user_data as comment commit 354e196184266f36f8097d848b779654b3417500 Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 30 10:36:44 2012 +0200 * CIAO/connectors/dds4ccm/tests/QoS/dump/qos_dump.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/ParticipantQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/ParticipantQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Added ParticipantQos handler to the QOS XML parsing library. commit 53c7b49ea5bec0200c55a0f56b85409e26c7dd4f Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 30 09:40:32 2012 +0200 * CIAO/connectors/dds4ccm/performance-tests/Latency/descriptors/Latency_Library.xml: Added for openDDS support. * CIAO/connectors/dds4ccm/performance-tests/Latency/descriptors/run_test.pl: * CIAO/connectors/dds4ccm/performance-tests/Throughput/descriptors/run_test.pl: Quit script when the plan launcher returns an error. This prevent sleeping when not necessary. commit 94d45ee0604090c1ec316f41ff3e7fc707fa8449 Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 30 09:11:21 2012 +0200 * CIAO/connectors/dds4ccm/performance-tests/Throughput/descriptors/Plan_pub.cdp: * CIAO/connectors/dds4ccm/performance-tests/Throughput/descriptors/Plan_sub.cdp: * CIAO/connectors/dds4ccm/performance-tests/Throughput/descriptors/USER_QOS_PROFILES.xml: Renamed HelloTest_Library to Throughput_Library. * CIAO/connectors/dds4ccm/performance-tests/Throughput/descriptors/Throughput_Library.xml: Added for openDDs support. commit 34b58e3e83bef8e5ee27c4c1370813bce6f4f7ef Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 30 08:55:13 2012 +0200 * CIAO/connectors/dds4ccm/tests/QueryCondition/Different/descriptors/QueryCondition_Library.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueries/descriptors/QueryCondition_Library.xml: * CIAO/connectors/dds4ccm/tests/ResetTopic/ReadGet/descriptors/ResetTopic_Library.xml: Added for openDDS support commit 41a741b0fc38c82d12a8359023bfde0a97ef24a3 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed May 30 08:50:49 2012 +0200 * DAnCE/MPC/config/dance_config_handlers.mpb: * DAnCE/MPC/config/dance_config_handlers_base.mpb: * DAnCE/tools/Config_Handlers/Config_Handlers.mpc: Removed visibility override, shouldn't be needed commit 36a00caafa85939db4b45ef7faf27acfad605acb Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed May 30 08:44:55 2012 +0200 * CIAO/MPC/config/dds4ccm_qos_xml_handler.mpb: * CIAO/MPC/config/dds4ccm_qos_xml_handler_base.mpb: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Removed all visibility overrides commit 266692b66adf4250928ae04c483250df314988a0 Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 30 08:40:11 2012 +0200 * CIAO/connectors/dds4ccm/tests/QosProfile/descriptors/QosProfile_Library.xml: Added for openDDS support commit 4864845d8fdba020df526c24ea15311c433d6317 Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 30 08:32:15 2012 +0200 * CIAO/connectors/dds4ccm/tests/QueryCondition/ReadGet/descriptors/QueryCondition_Library.xml: Added correct XML. * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/descriptors/Shared_Library.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/descriptors/Standalone_Library.xml: Added for openDDS support. commit 028b7e82e57842a3271ae782342c5e0d711f7637 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 29 21:14:07 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.h: Layout change * DAnCE/tools/Config_Handlers/Utils/Functors.h: Removed borland workaround commit a81ea59447d5af5fda614d548d9667b5b9aa68bb Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 29 19:44:32 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataReader_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataWriter_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_PubSub_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Topic_T.h: Removed not needed export macros commit fcf7c65010675d8660cb7a8f610dfe6e8a321fb6 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 29 16:30:53 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: Added commented out code to enable opendds logging * CIAO/connectors/dds4ccm/performance-tests/Keyed/descriptors/HelloTest_Library.xml: new file * CIAO/connectors/dds4ccm/tests/CSLUnexpStat/Sender/CSL_USTest_Sender_exec.cpp: layout change * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/Utils.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_QOS_XSC_Handler_Export.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: only use 1 export file commit 7c2c1b238bfb3115b718c589005986ac28c06e5a Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 29 16:13:47 2012 +0200 * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/Receiver/Proxy_RW_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/Sender/Proxy_RW_Test_Sender_exec.cpp: Optimized logging. * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/descriptors/Shared_Library.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/descriptors/Standalone_Library.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/descriptors/Shared_Library.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/descriptors/Standalone_Library.xml: Added for openDDS support. commit 928aa26205f4df1b5fb77a0e991bfd2fe01e794f Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 29 14:27:02 2012 +0200 * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/descriptors/Proxy_RW_Library.xml: Created for openDDS support. * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/descriptors/USER_QOS_PROFILES.xml: QOS Profile name shouldn't contain an underscore. commit bac443928ada09fb26948427d0e69025ad794518 Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 29 14:16:18 2012 +0200 * CIAO/connectors/dds4ccm/tests/CoherentWriter/descriptors/CoherentWriter_Library.xml: * CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/descriptors/LateBinding_Library.xml: Added QOS xml for openDDS. commit 3958e589a64b93b701b38b72cb704a4b30a405fa Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 29 13:37:57 2012 +0200 * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/descriptors/QueryCondition_Library.xml: Added and corrected path to dds_qos.xsd * CIAO/connectors/dds4ccm/tests/QueryCondition/ReadGet/descriptors/QueryCondition_Library.xml: Added for openDDS support. commit 41a122c6a3736dfd7c1fe9802e2b34cae884af3f Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 29 13:13:57 2012 +0200 * CIAO/connectors/dds4ccm/tests/ListenManyByMany/descriptors/ListenManyByMany_Library.xml: Added for openDDS support. * CIAO/connectors/dds4ccm/tests/Reader/Sender/Reader_Test_Sender_exec.cpp: Error message when publication_matched was not received. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: Added DDS4CCM_INFO define to log message commit e25c4785a913b62ffe306178388c2c31b915d62d Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 29 12:37:51 2012 +0200 * CIAO/connectors/dds4ccm/tests/CSLUnexpStat/descriptors/CSL_Library.xml: Corrected profile name commit 779f3c5864dc3b9b2a51e6e8e1a52fae14ec3732 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 29 12:32:32 2012 +0200 * CIAO/connectors/dds4ccm/tests/CSLUnexpStat/Sender/CSL_USTest_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/CSLUnexpStat/Sender/CSL_USTest_Sender_exec.h: Only check ndds values when ndds is enabled * CIAO/connectors/dds4ccm/tests/CSLUnexpStat/descriptors/CSL_Library.xml: Added new qos file commit 6fa0ca5280992a9f366a3b4a938a3a7b127c999b Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Tue May 29 11:58:52 2012 +0200 * CIAO/MPC/config/dds4ccm_impl.mpb: Added gen_ostream as base in order to dump qos * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Subscriber_Base_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Update_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.cpp: Use gen_ostream feature when it is enable to log the qos as we pass it to dds * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: Removed dumping of qos xml, moved to dds4ccm * TAO/tao/ORB.h: Typo commit 6fbccfee00f805f0bd1228e4eea2d3c56fd6adb4 Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 29 11:45:40 2012 +0200 * CIAO/connectors/dds4ccm/tests/UnkeyedWriter/descriptors/UnkeyedWriter_Library.xml: Added QOS XML file openDDS usage. commit 1bdc20ab30b2be587336f50d0bd2cec5a8f5350f Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 29 11:44:46 2012 +0200 * CIAO/connectors/dds4ccm/tests/KeyedWriter/descriptors/KeyedWriter_Library.xml: Added QOS XML file for openDDS usage. commit 9278d35882f2c11f235f4c004f58a29c4d523c8a Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 29 11:43:00 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: Added endline characters after QOS dump messages. commit 4fb8cd683a4b948c4fb71f7d76d0041330033b09 Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 29 11:34:55 2012 +0200 * CIAO/MPC/config/dds4ccm.mpb: Fixed an after. The QOS-dump test didn't build due to a non-existing header file. commit a60950b2e0e8bb7377539a7b7925435e373ba365 Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 29 09:29:54 2012 +0200 * CIAO/connectors/dds4ccm/examples/IDL2CPPWrapper/Shapes/Common/I2C_Shapes_Common.h: Fixed runtime issues regarding renaming QOS profile commit e2a5b89d288931ede26f9a1b349a75c1fa0ad95d Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 29 08:45:25 2012 +0200 * CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/DDS_Receiver/QC_Receiver.cpp: * CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/DDS_Sender/QC_Sender.cpp: * CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/DDS_Receiver/ObO_Receiver.cpp: * CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/DDS_Sender/ObO_Sender.cpp: Fixed runtime issues regarding renaming QOS profile. commit 986f98484df29ee36bf032050b094be3d8c2267d Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri May 25 21:29:40 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: Disabled shutdown, could resolve crash at shutdown commit ab374ede0c4fb0b1ef49991ee36ad0ac63e87046 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri May 25 21:28:03 2012 +0200 * CIAO/connectors/dds4ccm/tests/CSLDeadline/Sender/CSL_DeadlineTest_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/CSLDeadline/Sender/CSL_DeadlineTest_Sender_exec.h: Fixed compile error commit 49e847d930cf8326d30ed880307a65fad1ca7645 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri May 25 15:23:22 2012 +0200 * CIAO/connectors/dds4ccm/examples/Hello/descriptors/HelloTest_Library.xml: Added QoS XML file for this example commit 678fe5718d848fdb771cb4bc4ba1e1e4c5746533 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri May 25 13:37:00 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_TopicBase_Connector_T.cpp: Layout change * CIAO/connectors/dds4ccm/tests/PSLSampleLost/descriptors/HelloTest_Library.xml: Created qos xml file for this test commit bac9723c978f3a8b68b3b67d27878ff6164d2108 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri May 25 13:26:02 2012 +0200 * CIAO/connectors/dds4ccm/tests/PSLDeadline/descriptors/Deadline_Library.xml: QoS XML file for this test. The test does run, but crashes at shutdown in OpenDDS commit cc24a1ae343ab9e23bd264bab0d8e1bc7274c8c7 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri May 25 12:48:13 2012 +0200 * CIAO/connectors/dds4ccm/impl/PublisherListener.cpp: * CIAO/connectors/dds4ccm/impl/SubscriberListener.cpp: Improved logging commit 365df2f1901afa2bf9c56d41e4cd684812a8afb6 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri May 25 12:42:42 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Common.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataReader_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataReader_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataWriter_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataWriter_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwTp_Base_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_PubSub_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_PubSub_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Topic_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Topic_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Dump QoS when we have detailed logging. Corrected signature of read_qos, fixed durability conversion commit 3dee3b2ecf2492da0bbb63f42230d2a721b3959f Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri May 25 10:18:41 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: Fixed incorrect method name in logging commit 28f8a8f3edcadb6074238a55d3f3a912098ac2fe Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri May 25 09:54:22 2012 +0200 * CIAO/connectors/dds4ccm/impl/PortStatusListener.cpp: * CIAO/connectors/dds4ccm/impl/SubscriberListener.cpp: Added error logging to callbacks which we don't expect * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwTp_Base_T.cpp: Logging changes commit accc5b6398067a04d7134b8ab471443206fe37d8 Author: Marcel Smit <msmit@remedy.nl> Date: Fri May 25 09:30:05 2012 +0200 * CIAO/connectors/dds4ccm/tests/SLOneByOne/Receiver/SL_OneByOne_Receiver_exec.cpp: Due to some RTI specific QOS settings, the data of a deleted sample is passed to the on_deletion handler. Since this is non-standard behaviour, the on_deletion handler has rewritten. We now just log an message when an on_deletion event comes in. * CIAO/connectors/dds4ccm/tests/SLOneByOne/descriptors/SlObO_Library.xml: Added standard QOS XML commit c01508954ca3b86fd3f7cd06fb4af466379080a5 Author: Marcel Smit <msmit@remedy.nl> Date: Fri May 25 09:20:56 2012 +0200 * CIAO/connectors/dds4ccm/tests/SLManyByMany/Receiver/SL_ManyByMany_Receiver_exec.cpp: Due to some RTI specific QOS settings, the data of a deleted sample is passed to the on_deletion handler. Since this is non-standard behaviour, the on_deletion handler has rewritten. We now just log an message when an on_deletion event comes in. commit 77bc43f4019e99f977df20f292394d336261089d Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri May 25 09:13:55 2012 +0200 * CIAO/connectors/dds4ccm/tests/CSLDeadline/Sender/CSL_DeadlineTest_Sender_exec.cpp: Create topics when we have matched * CIAO/connectors/dds4ccm/tests/CSLQoS/Sender/CSL_QoSTest_Sender_exec.cpp: Layout change * CIAO/connectors/dds4ccm/tests/CSLQoS/descriptors/QoSTest_Library.xml: New qos file for this test, still fails, works with plain OpenDDS, need to analyze this test further commit c832d3628a2159e26a8f9b42593e24aabd1d8acd Author: Marcel Smit <msmit@remedy.nl> Date: Fri May 25 08:58:39 2012 +0200 * CIAO/connectors/dds4ccm/tests/SLManyByMany/descriptors/SlMbM_Library.xml: Added QOS for openDDS. commit ff8bf9ffdc581dc1e17dce106e403484e2f1b336 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 24 21:09:20 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: Shutdown OpenDDS at the end, have to check what happens if we have multiple connectors in the same process * CIAO/connectors/dds4ccm/impl/DDS_Subscriber_Base_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Update_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.cpp: Fixed memory leaks commit 838c9b631aba86ae0607a7e6393f09ce6d33edf4 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 24 16:09:34 2012 +0200 * CIAO/connectors/dds4ccm/tests/CSLDeadline/Sender/CSL_DeadlineTest_Sender_exec.cpp: * CIAO/connectors/dds4ccm/tests/CSLDeadline/Sender/CSL_DeadlineTest_Sender_exec.h: OpenDDS discovery is slower, so don't start the test on ccm_activate but wait on publication matched status * CIAO/connectors/dds4ccm/tests/CSLDeadline/descriptors/HelloTest_Library.xml: New qos file for this test * CIAO/connectors/dds4ccm/tests/CSLDeadline/descriptors/USER_QOS_PROFILES.xml: Removed empty line * CIAO/connectors/dds4ccm/tests/QoS/dump/qos.xml: Added id tag commit 36d9b2da54171e829e72c8394eff67f37ef16387 Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 24 15:08:07 2012 +0200 * CIAO/connectors/dds4ccm/tests/QoS/dump/dds4ccm_qos_dump.mpc: Do not build this test when RTI DDS is used. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Common.cpp: Optimized logging. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.cpp: Fixed loggin issue. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: Check for an empty profile string. Optimized logging for that. commit 4649a89638765c22e2450f23805099b77d9b0b21 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 24 15:07:34 2012 +0200 * CIAO/connectors/dds4ccm/tests/CSLSampleRejected/descriptors/HelloTest_Library.xml: Added qos xml file for OpenDDS. After rerunning this test it still doesn't work. Quick code review showed that OpenDDS doesn't support the on_sample_rejected callback, reported publicly as bugzilla 4028 * CIAO/connectors/dds4ccm/tests/CSLSampleRejected/descriptors/USER_QOS_PROFILES.xml: Removed empty line commit d997f2f1ab316efa7961d1f89a63f71ffa5e8090 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 24 14:38:09 2012 +0200 * CIAO/connectors/dds4ccm/tests/Getter/Sender/Getter_Test_Sender_exec.cpp: Layout changes * CIAO/connectors/dds4ccm/tests/Getter/descriptors/Getter_Library.xml: Reordered qos so that we more easily can compare it with the rti file commit 49b5568d98819745a385626ad48498c7cf00b387 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 24 13:40:07 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/Utils.cpp: Guard zero pointers to strdup commit 5b6e2a6b8f9e5f4753ae9c6d6d60e6e4da100ac9 Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 24 13:23:51 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_PubSub_T.cpp: Finished the conversion of the Publisher QOS and Subscriber QOS. commit a2c83c1290de06b049f6aa2fd44ecd0e96812c66 Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 24 12:44:31 2012 +0200 * CIAO/connectors/dds4ccm/tests/QoS/dump/qos.xml: Extended partion tag for Subscribers and Publishers for testing. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_PubSub_T.cpp: Parse partition and entity_factory QOS settings. Presentation still need to be parsed. commit 3f84a2cf5c648b6b55fe602d619032c972394162 Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 24 11:57:01 2012 +0200 * CIAO/connectors/dds4ccm/docs/schema/dds_qos.xsd: According to the spec the Publisher QOS, the Subscriber QOS, and the Participant QOS haven't got the topic_filter attribute. * CIAO/connectors/dds4ccm/tests/QoS/dump/qos_dump.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/PublisherQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/PublisherQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_PubSub_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_PubSub_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Topic_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/SubscriberQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/SubscriberQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/TopicQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/TopicQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Added the Publisher and Subscriber QOSs to the parsing framework. commit 2813ef125b1c8682ef4bcac2030490a3219fb633 Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 24 11:13:27 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataReaderQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/TopicQos_Handler.cpp: Prevent reading the QOS while it's not available. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: Removed some unnecessary logging. commit 557dd624806d1d090b6375e36d31782c89253737 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 24 11:06:53 2012 +0200 * CIAO/connectors/dds4ccm/tests/Getter/Receiver/Getter_Test_Receiver_exec.cpp: * CIAO/connectors/dds4ccm/tests/Getter/Receiver/Getter_Test_Receiver_exec.h: Fixed coverity error commit 0567c8a5a006fa037fb8fc7ab664ff4a652e61f2 Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 24 10:51:35 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataReaderQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.cpp: Optimized logging. Some method name were not logged correct. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Topic_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Topic_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/TopicQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/TopicQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Added support for Topic QoSs. * CIAO/connectors/dds4ccm/tests/QoS/dump/qos_dump.cpp: Invoking get_topic_qos. commit 81cb02e3a1c54b25c4c6cf9e86a5d178aae82314 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 24 10:44:15 2012 +0200 * CIAO/connectors/dds4ccm/examples/Hello/descriptors/1_to_5.cdp: * CIAO/connectors/dds4ccm/examples/Hello/descriptors/5_Receivers.cdp: * CIAO/connectors/dds4ccm/examples/Hello/descriptors/5_Senders.cdp: * CIAO/connectors/dds4ccm/examples/Hello/descriptors/5_to_1.cdp: * CIAO/connectors/dds4ccm/examples/Hello/descriptors/DeploymentPlan.cdp: * CIAO/connectors/dds4ccm/examples/Hello/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/examples/IDL2CPPWrapper/Shapes/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/CSLDeadline/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/CSLDeadline/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/CSLQoS/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/CSLQoS/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/CSLSampleRejected/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/CSLSampleRejected/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/CSLUnexpStat/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/CSLUnexpStat/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/CoherentUpdater/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/CoherentUpdater/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/CoherentWriter/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/CoherentWriter/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/Getter/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/HomeTest/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/KeyedWriter/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/KeyedWriter/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/LateBinding/ReadGet/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/ListenManyByMany/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/ListenManyByMany/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/PSLDeadline/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/PSLDeadline/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/PSLSampleLost/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/PSLSampleLost/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/Proxies/ReadWrite/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/QosProfile/descriptors/PlanNoHash.cdp: * CIAO/connectors/dds4ccm/tests/QosProfile/descriptors/PlanWrongNames.cdp: * CIAO/connectors/dds4ccm/tests/QosProfile/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/DDS/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/Different/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/QueryCondition/Different/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/ReadGet/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/QueryCondition/ReadGet/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueries/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueries/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueriesMany/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/QueryCondition/TwoQueriesMany/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/Reader/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/ResetTopic/ReadGet/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/ResetTopic/ReadGet/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/SLManyByMany/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/SLManyByMany/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/SLOneByOne/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/SLOneByOne/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/SetConnectorAttributes/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/descriptors/DefaultQoS.cdp: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/descriptors/USER_QOS_PROFILES.xml: * CIAO/connectors/dds4ccm/tests/UnkeyedWriter/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/UnkeyedWriter/descriptors/USER_QOS_PROFILES.xml: The usage of an underscore is not legal in the DDS profile string, removed it in all existing deployment plans and QoS XML files commit 81434c3d2a5c7893d79f179c0d1b1074717198e4 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 24 10:39:24 2012 +0200 * CIAO/connectors/dds4ccm/tests/Getter/descriptors/Getter_Library.xml: * CIAO/connectors/dds4ccm/tests/Getter/descriptors/Plan.cdp: * CIAO/connectors/dds4ccm/tests/Getter/descriptors/USER_QOS_PROFILES.xml: Make the profile name a legal name, spec doesn't allow _ commit 741410c799ac678353911b632a4aa23411480a7d Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 24 10:30:16 2012 +0200 * CIAO/connectors/dds4ccm/tests/QoS/dump/run_test.pl: Set execute bit commit 2313138bb1365693ff212810ba8487963d9c9f68 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 24 10:28:55 2012 +0200 * CIAO/connectors/dds4ccm/tests/Getter/descriptors/Getter_Library.xml: Added new spec compliant QoS XML file for this test commit b843062b65831336559d6383efee494d386cad7b Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 24 10:02:17 2012 +0200 * CIAO/connectors/dds4ccm/tests/QoS/dump/dw_qos.xml: * CIAO/connectors/dds4ccm/tests/QoS/dump/qos.xml: * CIAO/connectors/dds4ccm/tests/QoS/dump/run_test.pl: Rename action. qos.xml contains all xml code. * CIAO/connectors/dds4ccm/tests/QoS/dump/qos_dump.cpp: Added DataReaderQos. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: Check whether init succeeds. If not, return false. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: Added support for DataReaderQos. commit 95dcc54fe0c1e398e4e74d9484ffae2595efab8a Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 24 09:22:14 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataReaderQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataReaderQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataReader_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataReader_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Added support for DataReader QOS. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.cpp: Removed unnecessary include. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.cpp: Optimized logging. commit aee7ed1215ee28d13f621c40543843daf450b7f7 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 24 08:47:20 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Fixed install location commit a94d2e871e0ba73e19e6df32e7b1a22e94f8e553 Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 24 08:32:10 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.cpp: Removed comments. Optimized logging * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.cpp: Fixed runtime issue regarding logging. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: Optimized logging. commit b3ddbd8634f7894d068fbaa550d1444404cab459 Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 24 08:17:22 2012 +0200 * CIAO/connectors/dds4ccm/tests/MultiTopic/Connector/MultiTopic_Connector_T.cpp: Fixed compile issues due to interface changes in configuration_complete commit 013d5054cec9b31eb57289fcf9a4f8cc141c6870 Author: Marcel Smit <msmit@remedy.nl> Date: Thu May 24 08:04:31 2012 +0200 * CIAO/MPC/config/dds4ccm_dcps.mpb: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Fixed MPC issues regarding RTI DDS commit 337c946da317ff3ea2c6552db6df23e66cf5c960 Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 23 21:21:17 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwTp_Base_T.cpp: Optimized logging. Logging the real QOS IDL value instead of what the value should be (the QOS XML value). commit 356516954b7a253bb52cb3caaa4b0e839d314ce3 Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 23 21:04:19 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwTp_Base_T.cpp: Enabled more QOS setting for DataWriters and Topics. commit 819277a41a39704e85c8d69ca10abad25710f151 Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 23 20:57:15 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Common.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Common.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.cpp: Rewritten common QOS setting for DataWriter, DataReaders and Topics. commit 8ad139ff96ba6a80d29a5e8bd08923532a85459c Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 23 15:26:06 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.h: Added support for DomainParticipant QOS. commit f2b91ec491af6e056690134c4020f734e1258ae1 Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 23 15:10:42 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: PublisherQos now is filled by the QOS XML Handler * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.h: Prepared the PublisherQos and SubscriberQos commit 58f4edfc05e2ff3209075e92295a187cb4b37d0d Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 23 14:52:55 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Subscriber_Base_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Subscriber_Base_T.h: * CIAO/connectors/dds4ccm/impl/DDS_Get_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Get_T.h: * CIAO/connectors/dds4ccm/impl/DDS_Event_Connector_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_State_Connector_T.cpp: Passing the QOS XML structure to the reader side in order to create a DataReaderQos. * CIAO/connectors/dds4ccm/impl/DDS_Update_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Update_T.h: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.h: Passing QOS XML structure by reference. commit e2148e64ce9f0b1b49e9c34ed81985c156d3c292 Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 23 14:39:01 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Update_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.cpp: Passing the topic name to the QOS XML Handler commit 9c9921f90817ff04bd4a806cf7ca1b9a4c3b1868 Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 23 14:05:39 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Event_Connector_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.cpp: Making difference between RTI DDS and openDDS when passing arguments. * CIAO/connectors/dds4ccm/impl/DDS_State_Connector_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Update_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Update_T.h: Passing the QOS instance to the updater so that is able to create a datawriter with the supplied DataWriterQos. * CIAO/connectors/dds4ccm/tests/Reader/descriptors/Plan.cdp: Renamed Reader_Profile to ReaderProfile since the DDS XSD doesn't accept underscores in the name. commit e832c62456e825cd5aaedb4083b8698463d5b037 Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 23 11:55:44 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/Utils.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/Utils.h: Fixed runtime issues regarding determining the file name. * CIAO/connectors/dds4ccm/tests/Reader/descriptors/Reader_Library.xml: Fixed location of the xsd. Parsing now succeeds. commit 4514c259e6079ff817bfd76488a07f50f4ec3dbd Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed May 23 11:37:25 2012 +0200 * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: Check OpenDDS config before creating them commit 7a3fc436330a0c8f7ee9b023a4b59e2c830c5cf1 Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 23 11:20:41 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Common.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataWriter_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: Using the openDDS IDL QOS structure instead of the DDS4CCM IDL QOS structure. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Layout changes. * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/Utils.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/Utils.h: Made get_xml_file_name and get_profile_name const. Fixed runtime issues due to used sprintf commit d2f4a5e59fb5db0f3d5e14b512894d36e630bd0b Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 23 10:34:21 2012 +0200 * CIAO/MPC/config/dds4ccm.mpb: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/Utils.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/Utils.h: Fixed link issues on windows. commit d5573ac64ef4ddd20e178272f3a31de02be7dbc6 Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 23 09:53:57 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Fixed link issues on windows. commit e7f3c01a7f82e44080860939751a64214e2eeec7 Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 23 09:45:55 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/Utils.cpp: Fixed compile issues on windows: include correct header. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_QOS_XSC_Handler_Export.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Fixed compile issues on windows: BUILD_DLL define was not set properly, therefor the export macros was not correctly defined. commit 958e79633b5d32dac7332aa4b39df4f796430a44 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed May 23 09:26:31 2012 +0200 * CIAO/connectors/dds4ccm/tests/CSLQoS/Receiver/CSL_QoSTest_Receiver_exec.cpp: Fixed casing of the callback method name commit cc9abbed90097fbf837187edbeb0f4b5742d6921 Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 23 09:20:41 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Fixed compile issues regarding paths. commit 1e98f6d489dd8b41633931abfb47a0fa8a3de513 Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 23 07:25:13 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_QOS_XSC_Handler_Export.h: Added. commit 3e3ad5e5dc965c3caeb0b1b2b767788d7f7375e8 Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 22 15:52:29 2012 +0200 * CIAO/MPC/config/dds4ccm_impl.mpb: Added QOS XML handler as base project. * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.h: * CIAO/connectors/dds4ccm/impl/DDS_Event_Connector_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Write_T.h: Passing the XML library to the writer in case openDDS. * CIAO/connectors/dds4ccm/tests/QoS/dump/qos_dump.cpp: Passing QOS by reference. * CIAO/connectors/dds4ccm/tests/Reader/descriptors/Reader_Library.xml: Added qos for openDDS for testing purposes. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/Utils.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/Utils.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Added support for parsing QOS profile string commit 5501b03128b7d74a0c29ef055e8e0b30c0760a96 Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 22 14:43:01 2012 +0200 * CIAO/bin/ciao_tests.lst: Added QoS/dump to the test framework. * CIAO/connectors/dds4ccm/tests/QoS/dump/qos_dump.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataWriter_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: Pass qos by reference. commit 990b1ce1c02730adbba92e3ed14452e6d2fbb125 Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 22 14:25:37 2012 +0200 * CIAO/MPC/config/dds4ccm_base.mpb: In case of openDDS, DDS4CCM needs the QOS XML handler library. * CIAO/MPC/config/dds4ccm_config_handlers.mpb: * CIAO/MPC/config/dds4ccm_config_handlers_base.mpb: * CIAO/MPC/config/dds4ccm_qos_xml_handler.mpb: * CIAO/MPC/config/dds4ccm_qos_xml_handler_base.mpb: Rename action. * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: * CIAO/connectors/dds4ccm/impl/DDS_Base_Connector_T.h: Work in progress : Initialization of the QOS XML library * CIAO/connectors/dds4ccm/tests/QoS/dump/dds4ccm_qos_dump.mpc: Due to rename action. * CIAO/connectors/dds4ccm/tests/QoS/dump/qos_dump.cpp: Due to initialization change. * CIAO/connectors/dds4ccm/tests/QoS/dump/run_test.pl: To support test framework. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: Reworked method headers and initialization. One should pass the qos in the get_xxx_qos methods. The callee is therefor responsible for clean up. commit d766c172a83211aa48fc404992b3b55df54d8dd5 Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 22 11:40:59 2012 +0200 * CIAO/connectors/dds4ccm/tests/QoS/dump/dw_qos.xml: Changed value for testing purposes. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: Keeping the profiles in memory (instead of one profile). * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/dds_qos.cpp: Removed tracing commit fa345aa750c7522ed0ea0a60255fadb8b4062c8b Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 22 11:03:33 2012 +0200 * CIAO/connectors/dds4ccm/tests/QoS/dump/dw_qos.xml: Added to test with commit 5e49df59c2b98963a2a0a6ec874330d29c8cb7ae Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 22 11:02:22 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.h: Work in progress. Disabled code in order to get it compiled and running. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Common.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_Common.h: Added helper methods. Some integer value may contain tekst (nanosec for instance). This class converts them in the right way. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataWriter_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DataWriter_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwDrTp_Base_T.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwTp_Base_T.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_DwTp_Base_T.h: Hierarchy of Qos's in templated C++ classes. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: Added dds4ccm/docs/schema to the search path. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/dds_qos.cpp: Added some tracing. * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Added QosCommon. commit 13d2bebd279ece2760081a26130daf326ceb8b1e Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 22 08:50:22 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/DataWriterQos_Handler.h: Converting the XML DataWriterQos to an IDL DataWriterQos commit bbf94d9c1018e3abfb67c8eba66fa9d0ca49e0e8 Author: Marcel Smit <msmit@remedy.nl> Date: Tue May 22 08:48:40 2012 +0200 * CIAO/MPC/config/dds4ccm_config_handlers_base.mpb: * CIAO/connectors/dds4ccm/tests/QoS/dump/dds4ccm_qos_dump.mpc: * CIAO/connectors/dds4ccm/tests/QoS/dump/qos_dump.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Work in progress: First steps of the QOS XML handler using XSC. commit 6dc4be2b0cb7e23aa24a68b65e21ec97bc6532b3 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri May 18 20:06:46 2012 +0200 * CIAO/MPC/config/dds4ccm_config_handlers.mpb: * CIAO/MPC/config/dds4ccm_config_handlers_base.mpb: New base projects for dds4ccm config handlers * CIAO/connectors/dds4ccm/tests/QoS/dump/dds4ccm_qos_dump.mpc: * CIAO/connectors/dds4ccm/tests/QoS/dump/qos_dump.cpp: Starter for new qos xml tests * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Added more code * DAnCE/tests/DeploymentPlanDump/DeploymentPlanDump.mpc: Removed not needed base project * DAnCE/tools/Config_Handlers/DnC_Dump.h: Layout changes commit e383bec8fadbf726ac6684779210ee619f376faf Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri May 18 19:07:33 2012 +0200 * CIAO/CIAO_TAO_DAnCE_OpenDDS.mwc: * CIAO/CIAO_TAO_OpenDDS.mwc: Reuse the OpenDDS workspace files instead of duplicating them here commit a0971838efcac9b1967cad1612cd055917c1ea5d Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri May 18 15:43:50 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: Enabled parsing commit bceaf0f92476bca8163dbba68d7dfcb8893f8bd0 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri May 18 15:19:32 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Fixed compile errors, just get it to compile commit b95b7e4318a9125eac10ef87e22c991691d191f2 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri May 18 15:16:18 2012 +0200 * CIAO/CIAO_TAO_DAnCE.mwc: * CIAO/CIAO_TAO_DAnCE_OpenDDS.mwc: Also compile connectors/dds4ccm/tools by default commit fb26c7868fc9a515075aa909bea8b2f12f57856b Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Fri May 18 14:58:01 2012 +0200 * CIAO/CIAO_TAO_DAnCE_OpenDDS.mwc: * CIAO/CIAO_TAO_OpenDDS.mwc: New workspaces that compile ACE/TAO/CIAO/DAnCE with OpenDDS commit d69b8370c30a6a204d7fee98efe5c23852c58aaa Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 17 15:56:27 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_File_Intf.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Some starting files, need more work commit f9e6292cbc3b37da214edee3386185c651d17ad8 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Thu May 17 15:43:25 2012 +0200 * CIAO/connectors/dds4ccm/docs/schema/dds_qos.xsd: Simplified xsd, all restrictive qos are not used * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/dds_qos.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/dds_qos.hpp: Regenerated and slightly handcrafted commit c9f9fb8210a8696d4cece32a3e99f40b2bedddaa Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed May 16 20:34:48 2012 +0200 * CIAO/connectors/dds4ccm/docs/schema/dds_qos.xsd: Updated with modified file by Will Otte that gets better handled by XSC commit 4d92a57a9e4e695cf38e4291203dbc44814285c9 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed May 16 20:32:52 2012 +0200 * CIAO/connectors/dds4ccm/docs/schema/dds_qos.xsd: Some fixes commit 2b28f0224a2581fc3d176a0d63def384c591d577 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed May 16 14:14:56 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_QOS_Handler_Export.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_QOS_XSC_Handler_Export.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/dds_qos.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/dds_qos.hpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Generated dds_qos with some manual handcrafting to get it to compile commit 315a80179069abe422a3aba87b997fe1bf718552 Author: Johnny Willemsen <jwillemsen@remedy.nl> Date: Wed May 16 13:46:02 2012 +0200 * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_QOS_Handler_Export.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_QOS_XSC_Handler_Export.h: Renamed to get the correct name commit 817e02aa595eca4c77f643ab38ec8f6e3c12018d Author: Marcel Smit <msmit@remedy.nl> Date: Wed May 16 13:39:58 2012 +0200 * CIAO/connectors/dds4ccm/docs/schema/dds_qos.xsd: * CIAO/connectors/dds4ccm/docs/schema/xsc-banner.cpp: * CIAO/connectors/dds4ccm/docs/schema/xsc-banner.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.cpp: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/QOS_XML_Loader.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/XML_QOS_Handler_Export.h: * CIAO/connectors/dds4ccm/tools/QOS_XML_Handler/qos_xml_handler.mpc: Work in progress: starting up a DDS QOS Handler for DDS4CCM
* Mon May 21 07:15:10 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-05-211-0/+3
| | | | | | | | | * NEWS: * bin/diff-builds-and-group-fixed-tests-only.sh: * docs/Download.html: * docs/bczar/bczar.html: * etc/index.html: Updated for new release
* ChangeLogTag:Sat May 19 14:28:57 CEST 2012 Johnny Willemsen ↵Johnny Willemsen2012-05-194-6/+10
| | | | <jwillemsen@remedy.nl>
* (no commit message)Johnny Willemsen2012-05-181-553/+709
|
* Added DDS4CCMJohnny Willemsen2012-05-171-0/+7
|
* Thu May 17 08:19:42 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-05-172-3/+8
| | | | | * performance-tests/Protocols/Sender/Sender_exec.cpp: Fixed conversion warnings
* Wed May 16 14:183:12 UTC 2012 Marijke Hengstmengel <mhengstmengel@remedy.nl>mhengstmengel2012-05-167-12/+22
| | | | | | | | | | * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Shapes_Control_comp/src/Shapes_Control_comp_exec.h: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Shapes_Sender_comp/src/Shapes_Sender_comp_exec.h: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Shapes_Receiver_comp/src/Shapes_Receiver_comp_exec.h: * connectors/dds4ccm/tutorials/Shapes/Tutorial/Code/Shapes_Control_comp/Shapes_Control_comp_exec.h: * connectors/dds4ccm/tutorials/Shapes/Tutorial/Code/Shapes_Sender_comp/Shapes_Sender_comp_exec.h: * connectors/dds4ccm/tutorials/Shapes/Tutorial/Code/Shapes_Receiver_comp/Shapes_Receiver_comp_exec.h: Changes in DOxygen documentation .
* Tue May 15 18:16:09 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-05-154-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ace/ACE.inl: * ace/Atomic_Op_T.h: * ace/Basic_Types.h: * ace/Basic_Types.inl: * ace/Basic_Types.cpp: * ace/CDR_Base.h: * ace/Functor.h: * ace/Functor.inl: * ace/Handle_Set.cpp: * ace/High_Res_Timer.cpp: * ace/Log_Msg.cpp: * ace/Numeric_Limits.h: * ace/OS_NS_Thread.inl: * ace/OS_NS_Thread.cpp: * ace/OS_NS_stdlib.inl: * ace/OS_NS_sys_select.inl: * ace/OS_NS_sys_wait.inl: * ace/OS_NS_time.h: * ace/OS_NS_time.inl: * ace/OS_NS_unistd.inl: * ace/Profile_Timer.cpp: * ace/Sched_Params.cpp: * ace/Stats.cpp: * ace/Task.cpp: * ace/Throughput_Stats.cpp: * ace/Time_Value.h: * ace/Time_Value.inl: * ace/Truncate.h: * ace/UUID.cpp: * ace/os_include/os_pthread.h: * performance-tests/Server_Concurrency/Latency_Stats.h: * performance-tests/Server_Concurrency/Leader_Follower/leader_follower.cpp: * performance-tests/Server_Concurrency/Queue_Based_Workers/workers.cpp: * performance-tests/UDP/udp_test.cpp: * tests/Atomic_Op_Test.cpp: * tests/Basic_Types_Test.cpp: * tests/CDR_Array_Test.cpp: Removed support for Tandem NSK. That was the last platform that needed the emulated versions of ACE_INT64 and ACE_UINT64, that emulation has now been removed * ace/config-tandem-nsk-mips-v2.h: * ace/config-tandem-nsk-mips-v3.h: Removed these files.
* Tue May 15 13:35:32 UTC 2012 Marcel Smit <msmit@remedy.nl>msmit2012-05-15339-683/+1944
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * MPC/config/dds4ccm.mpb: * MPC/config/dds4ccm_base.mpb: * MPC/config/dds4ccm_impl.mpb: * MPC/config/dds4ccm_ts_default.mpb: * MPC/config/ndds_idltocpp.mpb: * MPC/config/ndds_idltocpp_ts_defaults.mpb: * connectors/dds4ccm/examples/Hello/Base/Hello_Base.idl: * connectors/dds4ccm/examples/Hello/Connector/Hello_Connector.idl: * connectors/dds4ccm/examples/Hello/Connector/Hello_Connector.mpc: * connectors/dds4ccm/examples/IDL2CPPWrapper/Shapes/Base/I2C_ShapeType.mpc: * connectors/dds4ccm/examples/IDL2CPPWrapper/Shapes/Common/I2C_Shapes_Common.mpc: * connectors/dds4ccm/examples/IDL2CPPWrapper/Shapes/Receiver/I2C_Shapes_Receiver.mpc: * connectors/dds4ccm/examples/IDL2CPPWrapper/Shapes/Sender/I2C_Shapes_Sender.mpc: * connectors/dds4ccm/examples/Large_Deployment/Common/Common.idl: * connectors/dds4ccm/examples/Large_Deployment/Connector/Large_Connector.idl: * connectors/dds4ccm/examples/Large_Deployment/Connector/Large_Connector.mpc: * connectors/dds4ccm/examples/Large_Deployment/DDS_Pub/DDS_Pub.mpc: * connectors/dds4ccm/examples/Large_Deployment/DDS_Sub/DDS_Sub.mpc: * connectors/dds4ccm/examples/Quoter/Base/Quoter_Base.idl: * connectors/dds4ccm/examples/Quoter/Connector/Quoter_Connector.idl: * connectors/dds4ccm/examples/Quoter/Connector/Quoter_Connector.mpc: * connectors/dds4ccm/examples/Shapes/Base/Shapes_Base.idl: * connectors/dds4ccm/examples/Shapes/Connector/Shapes_Connector.idl: * connectors/dds4ccm/examples/Shapes/Connector/Shapes_Connector.mpc: * connectors/dds4ccm/examples/Shapes/Sender/Shapes_Sender_exec.cpp: * connectors/dds4ccm/examples/Shapes/descriptors/run_test.pl: * connectors/dds4ccm/idl/dds_rtf2_dcps.idl: * connectors/dds4ccm/idl/ndds/ndds_idltocpp_stub.mpc: * connectors/dds4ccm/impl/ConditionManager.cpp: * connectors/dds4ccm/impl/DDS_Base_Connector_T.h: * connectors/dds4ccm/impl/DDS_Base_Connector_T.cpp: * connectors/dds4ccm/impl/Updater_T.cpp: * connectors/dds4ccm/impl/ndds/WaitSet.cpp: * connectors/dds4ccm/performance-tests/DDSLatency/Base/Latency_Base.idl: * connectors/dds4ccm/performance-tests/DDSLatency/Base/Latency_Base.mpc: * connectors/dds4ccm/performance-tests/DDSLatency/DDS_Receiver/DDS_Receiver.mpc: * connectors/dds4ccm/performance-tests/DDSLatency/DDS_Receiver/Latency_Receiver.cpp: * connectors/dds4ccm/performance-tests/DDSLatency/DDS_Sender/DDS_Sender.mpc: * connectors/dds4ccm/performance-tests/DDSThroughput/Base/Throughput_Base.idl: * connectors/dds4ccm/performance-tests/DDSThroughput/Base/Throughput_Base.mpc: * connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Receiver/DDS_Receiver.mpc: * connectors/dds4ccm/performance-tests/DDSThroughput/DDS_Sender/DDS_Sender.mpc: * connectors/dds4ccm/performance-tests/Keyed/Base/Perf_Keyed_Test_Base.idl: * connectors/dds4ccm/performance-tests/Keyed/Connector/Perf_Keyed_Test_Connector.idl: * connectors/dds4ccm/performance-tests/Keyed/Connector/Perf_Keyed_Test_Connector.mpc: * connectors/dds4ccm/performance-tests/Latency/Base/LatencyTT_Test_Base.idl: * connectors/dds4ccm/performance-tests/Latency/Connector/LatencyTT_Test_Connector.idl: * connectors/dds4ccm/performance-tests/Latency/Connector/LatencyTT_Test_Connector.mpc: * connectors/dds4ccm/performance-tests/Throughput/Base/Throughput_Base.idl: * connectors/dds4ccm/performance-tests/Throughput/Connector/Throughput_Connector.idl: * connectors/dds4ccm/performance-tests/Throughput/Connector/Throughput_Connector.mpc: * connectors/dds4ccm/performance-tests/Throughput/SecConnector/Throughput_Sec_Connector.idl: * connectors/dds4ccm/performance-tests/Throughput/SecConnector/Throughput_Sec_Connector.mpc: * connectors/dds4ccm/tests/CSLDeadline/Base/CSL_DeadlineTest_Base.idl: * connectors/dds4ccm/tests/CSLDeadline/Connector/CSL_DeadlineTest_Connector.idl: * connectors/dds4ccm/tests/CSLDeadline/Connector/CSL_DeadlineTest_Connector.mpc: * connectors/dds4ccm/tests/CSLQoS/Base/CSL_QoSTest_Base.idl: * connectors/dds4ccm/tests/CSLQoS/Connector/CSL_QoSTest_Connector.idl: * connectors/dds4ccm/tests/CSLQoS/Connector/CSL_QoSTest_Connector.mpc: * connectors/dds4ccm/tests/CSLSampleRejected/Base/CSL_SRTest_Base.idl: * connectors/dds4ccm/tests/CSLSampleRejected/Connector/CSL_SRTest_Connector.idl: * connectors/dds4ccm/tests/CSLSampleRejected/Connector/CSL_SRTest_Connector.mpc: * connectors/dds4ccm/tests/CSLUnexpStat/Base/CSL_USTest_Base.idl: * connectors/dds4ccm/tests/CSLUnexpStat/Connector/CSL_USTest_Connector.idl: * connectors/dds4ccm/tests/CSLUnexpStat/Connector/CSL_USTest_Connector.mpc: * connectors/dds4ccm/tests/CoherentUpdater/Base/CoherentUpdate_Test_Base.idl: * connectors/dds4ccm/tests/CoherentUpdater/Connector/CoherentUpdate_Test_Connector.idl: * connectors/dds4ccm/tests/CoherentUpdater/Connector/CoherentUpdate_Test_Connector.mpc: * connectors/dds4ccm/tests/CoherentWriter/Base/CoherentWrite_Test_Base.idl: * connectors/dds4ccm/tests/CoherentWriter/Connector/CoherentWrite_Test_Connector.idl: * connectors/dds4ccm/tests/CoherentWriter/Connector/CoherentWrite_Test_Connector.mpc: * connectors/dds4ccm/tests/CollocatedPubSub/Base/Collocated_Base.idl: * connectors/dds4ccm/tests/CollocatedPubSub/Connector/Collocated_Connector.idl: * connectors/dds4ccm/tests/CollocatedPubSub/Connector/Collocated_Connector.mpc: * connectors/dds4ccm/tests/ConnectorFilesInDiffDir/DiffDir.idl: * connectors/dds4ccm/tests/ConnectorFilesInDiffDir/DiffDir_Connector.idl: * connectors/dds4ccm/tests/ConnectorFilesInDiffDir/DiffDir_Connector.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/CFTNamesClash/Base/CFT_Test_Base.idl: * connectors/dds4ccm/tests/ContentFilteredTopic/CFTNamesClash/Connector/CFT_Test_Connector.idl: * connectors/dds4ccm/tests/ContentFilteredTopic/CFTNamesClash/Connector/CFT_Test_Connector.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/EventListener/Base/CFTLE_Test_Base.idl: * connectors/dds4ccm/tests/ContentFilteredTopic/EventListener/Connector/CFTLE_Test_Connector.idl: * connectors/dds4ccm/tests/ContentFilteredTopic/EventListener/Connector/CFTLE_Test_Connector.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Base/Exception_Test_Base.idl: * connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Connector/Exception_Test_Connector.idl: * connectors/dds4ccm/tests/ContentFilteredTopic/Exception/Connector/Exception_Test_Connector.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Base/ReadGet_Test_Base.idl: * connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Connector/ReadGet_Test_Connector.idl: * connectors/dds4ccm/tests/ContentFilteredTopic/ReadGet/Connector/ReadGet_Test_Connector.mpc: * connectors/dds4ccm/tests/ContentFilteredTopic/StateListener/Base/CFTLS_Test_Base.idl: * connectors/dds4ccm/tests/ContentFilteredTopic/StateListener/Connector/CFTLS_Test_Connector.idl: * connectors/dds4ccm/tests/ContentFilteredTopic/StateListener/Connector/CFTLS_Test_Connector.mpc: * connectors/dds4ccm/tests/DDSEntity/Base/Writer_Base.idl: * connectors/dds4ccm/tests/DDSEntity/Connector/Writer_Connector.idl: * connectors/dds4ccm/tests/DDSEntity/Connector/Writer_Connector.mpc: * connectors/dds4ccm/tests/DDSEntity/Receiver/Writer_Receiver.mpc: * connectors/dds4ccm/tests/DDSEntity/Sender/Writer_Sender.mpc: * connectors/dds4ccm/tests/Derived/Derived.idl: * connectors/dds4ccm/tests/Derived/Derived_Connector.idl: * connectors/dds4ccm/tests/Derived/Derived_Connector.mpc: * connectors/dds4ccm/tests/DoubleNestedModule/Base/DNM_Base.idl: * connectors/dds4ccm/tests/DoubleNestedModule/Connector/DNM_Connector.idl: * connectors/dds4ccm/tests/DoubleNestedModule/Connector/DNM_Connector.mpc: * connectors/dds4ccm/tests/Event_Connection_Test/Base/Event_Connection_Test_Base.idl: * connectors/dds4ccm/tests/Event_Connection_Test/Connector/Event_Connection_Test_Connector.idl: * connectors/dds4ccm/tests/Event_Connection_Test/Connector/Event_Connection_Test_Connector.mpc: * connectors/dds4ccm/tests/FixedSizeStruct/EventConnector/Base/FSS_Event_Base.idl: * connectors/dds4ccm/tests/FixedSizeStruct/EventConnector/Connector/FSS_Event_Connector.idl: * connectors/dds4ccm/tests/FixedSizeStruct/EventConnector/Connector/FSS_Event_Connector.mpc: * connectors/dds4ccm/tests/FixedSizeStruct/StateConnector/Base/FSS_State_Base.idl: * connectors/dds4ccm/tests/FixedSizeStruct/StateConnector/Connector/FSS_State_Connector.idl: * connectors/dds4ccm/tests/FixedSizeStruct/StateConnector/Connector/FSS_State_Connector.mpc: * connectors/dds4ccm/tests/GetComponent/Event/Base/GCE_Test_Base.idl: * connectors/dds4ccm/tests/GetComponent/Event/Connector/GCE_Test_Connector.idl: * connectors/dds4ccm/tests/GetComponent/Event/Connector/GCE_Test_Connector.mpc: * connectors/dds4ccm/tests/GetComponent/State/Base/GCS_Test_Base.idl: * connectors/dds4ccm/tests/GetComponent/State/Connector/GCS_Test_Connector.idl: * connectors/dds4ccm/tests/GetComponent/State/Connector/GCS_Test_Connector.mpc: * connectors/dds4ccm/tests/Getter/Base/Getter_Test_Base.idl: * connectors/dds4ccm/tests/Getter/Connector/Getter_Test_Connector.idl: * connectors/dds4ccm/tests/Getter/Connector/Getter_Test_Connector.mpc: * connectors/dds4ccm/tests/HomeTest/Base/HomeT_Base.idl: * connectors/dds4ccm/tests/HomeTest/Connector/HomeT_Connector.idl: * connectors/dds4ccm/tests/HomeTest/Connector/HomeT_Connector.mpc: * connectors/dds4ccm/tests/IDL_Test/Base/IDL_Test_Base.idl: * connectors/dds4ccm/tests/IDL_Test/Connector/IDL_Test_Connector.idl: * connectors/dds4ccm/tests/IDL_Test/Connector/IDL_Test_Connector.mpc: * connectors/dds4ccm/tests/InstanceHandle/Base/Writer_Base.idl: * connectors/dds4ccm/tests/InstanceHandle/Connector/Writer_Connector.idl: * connectors/dds4ccm/tests/InstanceHandle/Connector/Writer_Connector.mpc: * connectors/dds4ccm/tests/InstanceHandle/Sender/Writer_Sender.mpc: * connectors/dds4ccm/tests/KeyedSamples/Base/Keyed_Test_Base.idl: * connectors/dds4ccm/tests/KeyedSamples/Connector/Keyed_Test_Connector.idl: * connectors/dds4ccm/tests/KeyedSamples/Connector/Keyed_Test_Connector.mpc: * connectors/dds4ccm/tests/KeyedWriter/Base/Writer_Base.idl: * connectors/dds4ccm/tests/KeyedWriter/Connector/Writer_Connector.idl: * connectors/dds4ccm/tests/KeyedWriter/Connector/Writer_Connector.mpc: * connectors/dds4ccm/tests/LateBinding/ReadGet/Base/RG_LateBinding_Base.idl: * connectors/dds4ccm/tests/LateBinding/ReadGet/Connector/RG_LateBinding_Connector.idl: * connectors/dds4ccm/tests/LateBinding/ReadGet/Connector/RG_LateBinding_Connector.mpc: * connectors/dds4ccm/tests/LateBinding/UpdateWrite/Base/WU_LateBinding_Base.idl: * connectors/dds4ccm/tests/LateBinding/UpdateWrite/Connector/WU_LateBinding_Connector.idl: * connectors/dds4ccm/tests/LateBinding/UpdateWrite/Connector/WU_LateBinding_Connector.mpc: * connectors/dds4ccm/tests/ListenManyByMany/Base/LMBM_Test_Base.idl: * connectors/dds4ccm/tests/ListenManyByMany/Connector/LMBM_Test_Connector.idl: * connectors/dds4ccm/tests/ListenManyByMany/Connector/LMBM_Test_Connector.mpc: * connectors/dds4ccm/tests/ListenNotEnabled/Base/LNE_Test_Base.idl: * connectors/dds4ccm/tests/ListenNotEnabled/Connector/LNE_Test_Connector.idl: * connectors/dds4ccm/tests/ListenNotEnabled/Connector/LNE_Test_Connector.mpc: * connectors/dds4ccm/tests/ListenOneByOne/Base/LOBO_Test_Base.idl: * connectors/dds4ccm/tests/ListenOneByOne/Connector/LOBO_Test_Connector.idl: * connectors/dds4ccm/tests/ListenOneByOne/Connector/LOBO_Test_Connector.mpc: * connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Base/Event_MemLeakDetection_Test_Base.idl: * connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Connector/Event_MemLeakDetection_Test_Connector.idl: * connectors/dds4ccm/tests/MemLeakDetection/Event_MemLeakDetection_Test/Connector/Event_MemLeakDetection_Test_Connector.mpc: * connectors/dds4ccm/tests/MemLeakDetection/State_MemLeakDetection_Test/Base/State_MemLeakDetection_Test_Base.idl: * connectors/dds4ccm/tests/MemLeakDetection/State_MemLeakDetection_Test/Connector/State_MemLeakDetection_Test_Connector.idl: * connectors/dds4ccm/tests/MemLeakDetection/State_MemLeakDetection_Test/Connector/State_MemLeakDetection_Test_Connector.mpc: * connectors/dds4ccm/tests/MemLeakDetection/TypeRegistration/Base/TypeRegistration_Test_Base.idl: * connectors/dds4ccm/tests/MemLeakDetection/TypeRegistration/Connector/TypeRegistration_Test_Connector.idl: * connectors/dds4ccm/tests/MemLeakDetection/TypeRegistration/Connector/TypeRegistration_Test_Connector.mpc: * connectors/dds4ccm/tests/MultiTopic/Base/MultiTopic_Base.idl: * connectors/dds4ccm/tests/MultiTopic/Connector/MultiTopic_Connector.idl: * connectors/dds4ccm/tests/MultiTopic/Connector/MultiTopic_Connector.mpc: * connectors/dds4ccm/tests/MultipleTemp/Base/MultipleTemp_Base.idl: * connectors/dds4ccm/tests/NoModule/NoModule.idl: * connectors/dds4ccm/tests/NoModule/NoModule_Connector.idl: * connectors/dds4ccm/tests/NoModule/NoModule_Connector.mpc: * connectors/dds4ccm/tests/NonChangeableAttribute/Base/NonChangeable_Base.idl: * connectors/dds4ccm/tests/NonChangeableAttribute/Connector/NonChangeable_Connector.idl: * connectors/dds4ccm/tests/NonChangeableAttribute/Connector/NonChangeable_Connector.mpc: * connectors/dds4ccm/tests/On_Inconsistent_Topic/Base/OIT_Test_Base.idl: * connectors/dds4ccm/tests/On_Inconsistent_Topic/Receiver/OIT_Test_Receiver_exec.cpp: * connectors/dds4ccm/tests/On_Inconsistent_Topic/ReceiverConnector/OIT_Receiver_Connector.idl: * connectors/dds4ccm/tests/On_Inconsistent_Topic/ReceiverConnector/OIT_Receiver_Connector.mpc: * connectors/dds4ccm/tests/On_Inconsistent_Topic/SenderConnector/OIT_Sender_Connector.idl: * connectors/dds4ccm/tests/On_Inconsistent_Topic/SenderConnector/OIT_Sender_Connector.mpc: * connectors/dds4ccm/tests/OneFile/Multiple/OFM_Base.idl: * connectors/dds4ccm/tests/OneFile/Multiple/OFM_Connector.idl: * connectors/dds4ccm/tests/OneFile/Multiple/OFM_Connector.mpc: * connectors/dds4ccm/tests/OneFile/Single/OneFile_Base.idl: * connectors/dds4ccm/tests/OneFile/Single/OneFile_Connector.idl: * connectors/dds4ccm/tests/OneFile/Single/OneFile_Connector.mpc: * connectors/dds4ccm/tests/PSAT/PSAT_Connector.idl: * connectors/dds4ccm/tests/PSAT/ccm_dds_psat.mpc: * connectors/dds4ccm/tests/PSAT/psat_type.idl: * connectors/dds4ccm/tests/PSLDeadline/Base/PSL_DeadlineTest_Base.idl: * connectors/dds4ccm/tests/PSLDeadline/Connector/PSL_DeadlineTest_Connector.idl: * connectors/dds4ccm/tests/PSLDeadline/Connector/PSL_DeadlineTest_Connector.mpc: * connectors/dds4ccm/tests/PSLSampleLost/Base/PSL_SampleLost_Base.idl: * connectors/dds4ccm/tests/PSLSampleLost/Connector/PSL_SampleLost_Connector.idl: * connectors/dds4ccm/tests/PSLSampleLost/Connector/PSL_SampleLost_Connector.mpc: * connectors/dds4ccm/tests/PortUsage/Base/PortUsage_Test_Base.idl: * connectors/dds4ccm/tests/PortUsage/EventConnector/PortUsageEvent_Connector.idl: * connectors/dds4ccm/tests/PortUsage/EventConnector/PortUsageEvent_Connector.mpc: * connectors/dds4ccm/tests/PortUsage/StateConnector/PortUsageState_Connector.idl: * connectors/dds4ccm/tests/PortUsage/StateConnector/PortUsageState_Connector.mpc: * connectors/dds4ccm/tests/Proxies/ReadWrite/Base/Proxy_RW_Test_Base.idl: * connectors/dds4ccm/tests/Proxies/ReadWrite/Connector/Proxy_RW_Test_Connector.idl: * connectors/dds4ccm/tests/Proxies/ReadWrite/Connector/Proxy_RW_Test_Connector.mpc: * connectors/dds4ccm/tests/QosProfile/Base/QosProfile_Test_Base.idl: * connectors/dds4ccm/tests/QosProfile/Connector/QosProfile_Test_Connector.idl: * connectors/dds4ccm/tests/QosProfile/Connector/QosProfile_Test_Connector.mpc: * connectors/dds4ccm/tests/QueryCondition/Different/Base/Different_Test_Base.idl: * connectors/dds4ccm/tests/QueryCondition/Different/Connector/Different_Test_Connector.idl: * connectors/dds4ccm/tests/QueryCondition/Different/Connector/Different_Test_Connector.mpc: * connectors/dds4ccm/tests/QueryCondition/EventListener/Base/QCLE_Test_Base.idl: * connectors/dds4ccm/tests/QueryCondition/EventListener/Connector/QCLE_Test_Connector.idl: * connectors/dds4ccm/tests/QueryCondition/EventListener/Connector/QCLE_Test_Connector.mpc: * connectors/dds4ccm/tests/QueryCondition/ReadGet/Base/ReadGet_Test_Base.idl: * connectors/dds4ccm/tests/QueryCondition/ReadGet/Connector/ReadGet_Test_Connector.idl: * connectors/dds4ccm/tests/QueryCondition/ReadGet/Connector/ReadGet_Test_Connector.mpc: * connectors/dds4ccm/tests/QueryCondition/StateListener/Base/QCLS_Test_Base.idl: * connectors/dds4ccm/tests/QueryCondition/StateListener/Connector/QCLS_Test_Connector.idl: * connectors/dds4ccm/tests/QueryCondition/StateListener/Connector/QCLS_Test_Connector.mpc: * connectors/dds4ccm/tests/QueryCondition/TwoListeners/Base/QCTL_Test_Base.idl: * connectors/dds4ccm/tests/QueryCondition/TwoListeners/Connector/QCTL_Test_Connector.idl: * connectors/dds4ccm/tests/QueryCondition/TwoListeners/Connector/QCTL_Test_Connector.mpc: * connectors/dds4ccm/tests/QueryCondition/TwoQueries/Base/QCTQ_Test_Base.idl: * connectors/dds4ccm/tests/QueryCondition/TwoQueries/Connector/QCTQ_Test_Connector.idl: * connectors/dds4ccm/tests/QueryCondition/TwoQueries/Connector/QCTQ_Test_Connector.mpc: * connectors/dds4ccm/tests/QueryCondition/TwoQueriesMany/Base/QCTQM_Test_Base.idl: * connectors/dds4ccm/tests/QueryCondition/TwoQueriesMany/Connector/QCTQM_Test_Connector.idl: * connectors/dds4ccm/tests/QueryCondition/TwoQueriesMany/Connector/QCTQM_Test_Connector.mpc: * connectors/dds4ccm/tests/Reader/Base/Reader_Test_Base.idl: * connectors/dds4ccm/tests/Reader/Connector/Reader_Test_Connector.idl: * connectors/dds4ccm/tests/Reader/Connector/Reader_Test_Connector.mpc: * connectors/dds4ccm/tests/ResetTopic/ReadGet/Base/RG_ResetTopic_Base.idl: * connectors/dds4ccm/tests/ResetTopic/ReadGet/Connector/RG_ResetTopic_Connector.idl: * connectors/dds4ccm/tests/ResetTopic/ReadGet/Connector/RG_ResetTopic_Connector.mpc: * connectors/dds4ccm/tests/ResetTopic/ToEmpty/Base/TE_ResetTopic_Base.idl: * connectors/dds4ccm/tests/ResetTopic/ToEmpty/Connector/TE_ResetTopic_Connector.idl: * connectors/dds4ccm/tests/ResetTopic/ToEmpty/Connector/TE_ResetTopic_Connector.mpc: * connectors/dds4ccm/tests/ResetTopic/TooLong/Base/TL_ResetTopic_Base.idl: * connectors/dds4ccm/tests/ResetTopic/TooLong/Connector/TL_ResetTopic_Connector.idl: * connectors/dds4ccm/tests/ResetTopic/TooLong/Connector/TL_ResetTopic_Connector.mpc: * connectors/dds4ccm/tests/ResetTopic/UpdateListen/Base/UL_ResetTopic_Base.idl: * connectors/dds4ccm/tests/ResetTopic/UpdateListen/Connector/UL_ResetTopic_Connector.idl: * connectors/dds4ccm/tests/ResetTopic/UpdateListen/Connector/UL_ResetTopic_Connector.mpc: * connectors/dds4ccm/tests/ResetTopic/WriteListen/Base/WL_ResetTopic_Base.idl: * connectors/dds4ccm/tests/ResetTopic/WriteListen/Connector/WL_ResetTopic_Connector.idl: * connectors/dds4ccm/tests/ResetTopic/WriteListen/Connector/WL_ResetTopic_Connector.mpc: * connectors/dds4ccm/tests/SLDisabled/Base/SL_Disabled_Base.idl: * connectors/dds4ccm/tests/SLDisabled/Connector/SL_Disabled_Connector.idl: * connectors/dds4ccm/tests/SLDisabled/Connector/SL_Disabled_Connector.mpc: * connectors/dds4ccm/tests/SLDisabled/Receiver/SL_Disabled_Receiver_exec.cpp: * connectors/dds4ccm/tests/SLManyByMany/Base/SL_ManyByMany_Base.idl: * connectors/dds4ccm/tests/SLManyByMany/Connector/SL_ManyByMany_Connector.idl: * connectors/dds4ccm/tests/SLManyByMany/Connector/SL_ManyByMany_Connector.mpc: * connectors/dds4ccm/tests/SLOneByOne/Base/SL_OneByOne_Base.idl: * connectors/dds4ccm/tests/SLOneByOne/Connector/SLOneByOne_Connector.mpc: * connectors/dds4ccm/tests/SLOneByOne/Connector/SL_OneByOne_Connector.idl: * connectors/dds4ccm/tests/SetConnectorAttributes/Base/SetConnectorAttribute_Base.idl: * connectors/dds4ccm/tests/SetConnectorAttributes/Component/SetConnectorAttribute_Component.mpc: * connectors/dds4ccm/tests/SetConnectorAttributes/Connector/SetConnectorAttribute_Connector.idl: * connectors/dds4ccm/tests/SetConnectorAttributes/Connector/SetConnectorAttribute_Connector.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Base/Base.idl: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Component/Component.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector1/Connector1.idl: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector1/Connector1.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector2/Connector2.idl: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector2/Connector2.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector3/Connector3.idl: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDatatype/Connector3/Connector3.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Base/Base.idl: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Component/Component.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector1/Connector1.idl: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector1/Connector1.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector2/Connector2.idl: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector2/Connector2.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector3/Connector3.idl: * connectors/dds4ccm/tests/SharedDomainParticipant/DifferentDomainID/Connector3/Connector3.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Base/Base.idl: * connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Component/Component.mpc: * connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Connector/Connector.idl: * connectors/dds4ccm/tests/SharedDomainParticipant/SameDatatype/Connector/Connector.mpc: * connectors/dds4ccm/tests/State_Connection_Test/Base/State_Connection_Test_Base.idl: * connectors/dds4ccm/tests/State_Connection_Test/Connector/State_Connection_Test_Connector.idl: * connectors/dds4ccm/tests/State_Connection_Test/Connector/State_Connection_Test_Connector.mpc: * connectors/dds4ccm/tests/TopicName/Base/TopicName_Test_Base.idl: * connectors/dds4ccm/tests/TopicName/Connector/TopicName_Test_Connector.idl: * connectors/dds4ccm/tests/TopicName/Connector/TopicName_Test_Connector.mpc: * connectors/dds4ccm/tests/TwoTopics/Base/TwoTopics_Base.idl: * connectors/dds4ccm/tests/TwoTopics/Connector/TwoTopics_Connector.idl: * connectors/dds4ccm/tests/TwoTopics/Connector/TwoTopics_Connector.mpc: * connectors/dds4ccm/tests/TwoTopicsDifferentNs/Connector/Connector.idl: * connectors/dds4ccm/tests/TwoTopicsDifferentNs/Connector/Connector.mpc: * connectors/dds4ccm/tests/TwoTopicsDifferentNs/Goodbye/HelloGoodbye.idl: * connectors/dds4ccm/tests/TwoTopicsDifferentNs/Hello/HelloGoodbye.idl: * connectors/dds4ccm/tests/UnkeyedSamples/Base/Unkeyed_Test_Base.idl: * connectors/dds4ccm/tests/UnkeyedSamples/Connector/Unkeyed_Test_Connector.idl: * connectors/dds4ccm/tests/UnkeyedSamples/Connector/Unkeyed_Test_Connector.mpc: * connectors/dds4ccm/tests/UnkeyedWriter/Base/Writer_Base.idl: * connectors/dds4ccm/tests/UnkeyedWriter/Connector/Writer_Connector.idl: * connectors/dds4ccm/tests/UnkeyedWriter/Connector/Writer_Connector.mpc: * connectors/dds4ccm/tests/Updater/Base/Updater_Base.idl: * connectors/dds4ccm/tests/Updater/Connector/Updater_Connector.idl: * connectors/dds4ccm/tests/Updater/Connector/Updater_Connector.mpc: * connectors/dds4ccm/tests/UserdataCopyCount/Base/UCC_Test_Base.idl: * connectors/dds4ccm/tests/UserdataCopyCount/Connector/UCC_Test_Connector.idl: * connectors/dds4ccm/tests/UserdataCopyCount/Connector/UCC_Test_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsEvent/Base/VTopic_Base.idl: * connectors/dds4ccm/tests/VariousTopicsEvent/Conn_Array/VT_Array_Connector.idl: * connectors/dds4ccm/tests/VariousTopicsEvent/Conn_Array/VT_Array_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsEvent/Conn_Seq/VT_Seq_Connector.idl: * connectors/dds4ccm/tests/VariousTopicsEvent/Conn_Seq/VT_Seq_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsEvent/Conn_String/VT_String_Connector.idl: * connectors/dds4ccm/tests/VariousTopicsEvent/Conn_String/VT_String_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsEvent/Conn_Union/VT_Union_Connector.idl: * connectors/dds4ccm/tests/VariousTopicsEvent/Conn_Union/VT_Union_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsEvent/Connector/VTopic_Connector.idl: * connectors/dds4ccm/tests/VariousTopicsEvent/Connector/VTopic_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsState/Base/VTopics_Base.idl: * connectors/dds4ccm/tests/VariousTopicsState/Conn_Array/VTS_Array_Connector.idl: * connectors/dds4ccm/tests/VariousTopicsState/Conn_Array/VTS_Array_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsState/Conn_Seq/VTS_Seq_Connector.idl: * connectors/dds4ccm/tests/VariousTopicsState/Conn_Seq/VTS_Seq_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsState/Conn_String/VTS_String_Connector.idl: * connectors/dds4ccm/tests/VariousTopicsState/Conn_String/VTS_String_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsState/Conn_Union/VTS_Union_Connector.idl: * connectors/dds4ccm/tests/VariousTopicsState/Conn_Union/VTS_Union_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsState/Conn_Valuetype/VTS_Valuetype_Connector.mpc: * connectors/dds4ccm/tests/VariousTopicsState/Connector/VTopics_Connector.idl: * connectors/dds4ccm/tests/VariousTopicsState/Connector/VTopics_Connector.mpc: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Shapes_Receiver_comp/src/Shapes_Receiver_comp.mpc: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/Shapes_Sender_comp/src/Shapes_Sender_comp.mpc: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/ports/Shapes_ShapeType_conn.idl: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/ports/Shapes_ShapeType_conn.mpc: * connectors/dds4ccm/tutorials/Shapes/Shapes_asm/ports/Shapes_ShapeType_msg.idl: * connectors/tests/AMIDDS/Base/AmiDds_DDS.idl: * connectors/tests/AMIDDS/Connector/AmiDds_Connector.idl: * tests/IDL3_to_XMI/IDL2XMI_Test/IDL2XMI_Test.mpc: * tests/IDL3_to_XMI/IDL2XMI_Test/XML_Helper.h: * tests/IDL3_to_XMI/IDL2XMI_Test/XML_Helper.cpp: * tests/IDL3_to_XMI/IDL2XMI_Test/xmlvalidator.cpp: * tools/IDL3_to_XMI/IDL3_TO_XMI.mpc: * tools/IDL3_to_XMI/IDL3_to_XMI_visitor.h: * tools/IDL3_to_XMI/IDL3_to_XMI_visitor.cpp: Added support for openDDS.