MTU

2 posts / 0 new
Last post
Offline
Last seen: 10 years 2 weeks ago
Joined: 04/06/2014
Posts: 1
Data protection in Listener callback

Hi

I am new to Connext/DDS.

My single C++ threaded app starts a topic manager with a subscriber and publisher. The subscriber has a listener which implements the on_data_available() method.

In on_data_available() I am creating internal objects with the data from the network and adding them to a std::vector, e.g. several c++ objects which represent geometrical shapes.

Organization:
Subscribe to RSS - MTU