Hello everyone,
I am testing a simple application with ContentFilteredTopic.
The DataWriter basically just send random numbers (possible temperature values in a range 0-100) and the DataReader receives them with a filter: it should only receive values less than 20 and greater than 80.
Apparently the application works fine. If i run publisher and subscriber I actually see what I expect and the temperature values are filtered as I want.