elianalf
elianalf
## Description Bump version to v2.12.2 ## Contributor Checklist - N/A Commit messages follow the project guidelines. - N/A The code follows the style guidelines of this project. - N/A...
Related documentation PR: eProsima/Fast-DDS-docs#726 Related Discovery-Server PR: eProsima/Discovery-Server#72 Related Fast DDS GEN PR: eProsima/Fast-DDS-Gen#318 ## Description This PR migrates the following classes from include/fastrtps to fastdds: - fastrtps/attributes/TopicAttributes.h - fastrtps/utils/collections...
## Description This PRs adds a workflow to detect flaky tests. It adds a nightly workflow: * run the tests and save the results in a junit format * download...
## Description This PR * Implement the method `copy_from_topic_qos()`. * Define the value `DATAWRITER_QOS_USE_TOPIC_QOS` and `DATAREADER_QOS_USE_TOPIC_QOS`. These values can be used to indicate that the DataWriter or DataReader should be...
## Description This PR makes RTPS reader implementations private: - StatefulPersistentReader - StatefulReader - StatelessPersistentReader - StatelessReader Related PR in Fast DDS Python: - https://github.com/eProsima/Fast-DDS-python/pull/120 ## Contributor Checklist - [x]...
## Description This pr makes ResourceEvent private ## Contributor Checklist - [x] Commit messages follow the project guidelines. - [x] The code follows the style guidelines of this project. -...
## Description This PR makes TimedEvent.h private ## Contributor Checklist - [x] Commit messages follow the project guidelines. - [x] The code follows the style guidelines of this project. -...
## Description This PR Remove: * all_common.h * fastdds/rtps/network/SenderResource.h * DomainParticipant::get_resource_event * fastrtps/Exception.h * rtps_fwd.h Make private: * SecurityException * Exception Move the implementation of LoggingLevel to .cpp in /src...
## Description Make rtps messages headers private : * RTPSMessageGroup.h * RTPSMessageCreator.h * CDRMessage.h * CDRMessage.hpp -> CDRMessage.cpp Related PR: * Fast DDS Python: eProsima/Fast-DDS-python/pull/117 * Fast DDS Docs: eProsima/Fast-DDS-docs/pull/744...
During the discovery of an Entity the information about DataSharing directory is not propagate to the statistics backend participant, consequently it has been removed from FastDDS monitor GUI.