Matthias Schneider
Matthias Schneider
When creating multiple fastdds::dds::Publisher s and their corresponding ```fastdds::dds::DataWriter``` on the same ```fastdds::dds::DomainParticipant``` via create_publisher() and create_datawriter(), and successively calling ```fastdds::dds::Publisher::delete_datawriter()``` to remove the datawriter, I always get the erroneous...
Apparently, in the Analytics JSON example, except for Frame/Object/Appearance/Color/ColorCluster/Color/Weight, all attribute values have been encoded as strings instead of their JSON types number or the boolean values. This pull request...
C++ change N4152 will lead to a compilation error of hippomocks when compiling with C++17. This PR fixes the issue. See [https://isocpp.org/files/papers/N4152.pdf]
When compiling hippomocks with gcc 10 with the c++ standard set to c++20, the following compile error occurs: `hippomocks.h:479:6: error: use of deleted function ‘std::basic_ostream& std::operator
Hi some build configurations on conan center (using conan1 and Visual Studio on windows) do no longer link the package tests anymore since switching fast-cdr from 1.0.27 to 2.1.0 because...
## Description When investigating a system undergoing larger system clock adjustments, I noticed that in some places, std::chrono::system_clock and std::chrono::high_resolution_clock are used for handling timeouts and status check intervals. However,...
### Is there an already existing issue for this? - [X] I have searched the existing issues ### Expected behavior When dealing with system clock adjustments (manually or due to...
## Description Since on unix file opening and locking are non-atomic operations (open() system call followed with a flock() call), and [clean.py](https://github.com/eProsima/Fast-DDS/blob/master/tools/fastdds/shm/clean.py) depends on exclusive lockability to in order to...
### Is there an already existing issue for this? - [X] I have searched the existing issues ### Expected behavior clean.py will clean up any orphaned resources in /dev/shm ###...