Skip to content

Commit

Permalink
Add utils to public _participants API (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: jparisu <javierparis@eprosima.com>
  • Loading branch information
jparisu authored Jun 26, 2023
1 parent f04a29f commit 530cd0a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,20 +138,6 @@ class CommonParticipant : public core::IParticipant, public fastdds::dds::Domain
// INTERNAL METHODS
/////////////////////////

/**
* @brief Create a endpoint from info object
*
* Specialized for \c WriterDiscoveryInfo and \c ReaderDiscoveryInfo .
*/
template<class DiscoveryInfoKind>
core::types::Endpoint create_endpoint_from_info_(
DiscoveryInfoKind& info);

//! Create a endpoint from common info from method \c create_endpoint_from_info_ .
template<class DiscoveryInfoKind>
core::types::Endpoint create_common_endpoint_from_info_(
DiscoveryInfoKind& info);

fastdds::dds::Topic* topic_related_(
const core::types::DdsTopic& topic);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,20 +189,6 @@ class CommonParticipant
const core::types::DomainId& domain,
const fastrtps::rtps::RTPSParticipantAttributes& participant_attributes);

/**
* @brief Create a endpoint from info object
*
* Specialized for \c WriterDiscoveryInfo and \c ReaderDiscoveryInfo .
*/
template<class DiscoveryInfoKind>
core::types::Endpoint create_endpoint_from_info_(
DiscoveryInfoKind& info);

//! Create a endpoint from common info from method \c create_endpoint_from_info_ .
template<class DiscoveryInfoKind>
core::types::Endpoint create_common_endpoint_from_info_(
DiscoveryInfoKind& info);

/////
// RTPS specific methods

Expand Down

0 comments on commit 530cd0a

Please sign in to comment.