listener exclusive area

2 posts / 0 new
Last post
Offline
Last seen: 12 years 7 months ago
Joined: 08/17/2011
Posts: 7
listener dont run on_data_available()

Hello,

I am trying to listen all topics of an domain (like rtiddsspy ). first I am getting topic names and types (publicationDataListener )with an DDS:DataReaderListener. Then for each topic  try to listen(publishedDatalistener) what data publishing. here is the problem, my publishedDataListener attached an datareader but it is never run the on_data_available() funcition. İf I try to get take() from datareader , I can reach data. however i need to get this when data comes (I mean on listener ).

 

Subscribe to RSS - listener exclusive area