Hello RTI users,
I was trying to complete the Getting Started manual of RTI Monitor when I realise that it's not working as expected:
In 3.2 "Showing Content Filtered Samples", 3.b, the "filtered count" in the datawriter is expected to be non-zero but I get zero.
Can anyone reproduce it and tell me if its only me? I use RTI Connext 5.0.0
Also I have another question. How is filtering working? It's been filtered in datawriter or in datareader?
I will be grateful for any help you can provide,
Juan J. Martin
Hi Juan,
Thanks for bringing up this interesting topic. There is a good explaination on where content filtering is applied in the RTI Core Libraries and Utilities User's Manual (see section 5.4.2 in the 5.0.0 User's Manual).
Filtering can be performed on either side of the distributed application. Data writers will automatically filter data samples for Data Readers if all the following statements are true:
In any other case, Data Readers will do reader side filtering. Please, take a look at your scenario and see if these conditions are met.
A few more notes: