-
Key: DDSPSMC11_-3
-
Status: open
-
Source: Real-Time Innovations ( Mr. Alejandro Campos)
-
Summary:
The C++ PSM doesn't provide the following DDS-standard functions:
- DomainParticipant::get_discovered_participants
- DomainParticipant::get_discovered_participant_data.
Proposed resolution
To be consistent with PSM functions like matched_publications and matched_publication_data, we should add the following functions in the dds::domain namespace:dds/domain/discovery.hppdds::core::InstanceHandleSeq discovered_participants( DomainParticipant participant); template <typename FwdIterator> FwdIterator discovered_participants( DomainParticipant participant, FwdIterator begin, FwdIterator end); dds::topic::ParticipantBuiltinTopicData discovered_participant_data( DomainParticipant participant, const dds::core::InstanceHandle& handle);
-
Reported: DDS-PSM-Cxx 1.0b2 — Thu, 14 Jul 2016 18:21 GMT
-
Updated: Sat, 15 Jun 2019 01:16 GMT
DDSPSMC11_ — Missing get_discovered_participants and get_discovered_participant_data functions
- Key: DDSPSMC11_-3
- OMG Task Force: DDS-PSM-Cxx v1.1 RTF