Noé Séchet
Noé Séchet
Related to #104, #211 Greetings, I was trying to set the QOS of a Domain Participant via the XML configuration. Specifically I wanted to set: - participant liveliness assert period...
Hi! Were are trying to test our application with GTest and its mocking feature. We would get the following error: ```bash /home/n.sechet/{....}/include/gtest/gtest-printers.h:291:36: error: no matching function for call to ‘testing::internal::internal_stream_operator_without_lexical_name_lookup::StreamPrinter::PrintValue(const...
I was trying to create a ReadCondition object using this constructor: ``` template TReadCondition(const dds::sub::AnyDataReader& dr, const dds::sub::status::DataState& status, FUN functor); ``` In your tests you always create a separate...