-
Notifications
You must be signed in to change notification settings - Fork 791
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Group set_qos_from_attributes free functions into a separate file (#2914
) * Refs #15417: New QosConverters.hpp and .cpp in src/cpp/fastdds/utils folder. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs 15417: set_qos_from_attributes imported from PublisherImpl. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs 15417: set_qos_from_attributes commented in PublisherImpl, and #included. src/cpp/CMakeLists.txt modified to compile new source. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: Some CMakeLists.txt from test/ modified to compile new source. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: Commented function erased, and not-used using and #include erased. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: set_qos_from_attributes imported from DomainParticipantFactory. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: set_qos_from_attributes function in DomainParticipantFactory erased, and not-used #include erased.. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: set_qos_from_attributes and set_attributes_from_qos imported from DomainParticipantImpl. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: set_qos_from_attributes and set_attributes_from_qos functions in DomainParticipantImpl erased. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: set_qos_from_attributes imported from SubscriberImpl. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: set_qos_from_attributes function in SubscriberImpl erased. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: Moved the new functions of QosConverters to namespace ::utils:: Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: Calling set_qos_from_attributes and set_attributes_from_qos pointing to ::utils:: namespace. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: Documentation of the free functions. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: Year change. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: Move description to header file. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: Blanc lines and guard condition. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: Blanc lines and reference to each specific QoS and Attributes used on each method. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: #includes. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: using std::string. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: uncrustify. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: #includes order. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: Doxygen comments. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: Doxygen comments. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> * Refs #15417: Got your blank line. Signed-off-by: Mikel Rico <mikelrico@eprosima.com> Signed-off-by: Mikel Rico <mikelrico@eprosima.com>
- Loading branch information
1 parent
682b289
commit 7ccc7a7
Showing
10 changed files
with
380 additions
and
228 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.