data_reader

2 posts / 0 new
Last post
Offline
Last seen: 6 years 8 months ago
Joined: 08/03/2017
Posts: 1
DTO memory release JAVA

I'm told that DDS maintains a reference to DTOs created when using the example code here:

code 

4 posts / 0 new
Last post
Offline
Last seen: 10 years 7 months ago
Joined: 04/09/2013
Posts: 13
on_data_available

within the overload function on_data_avaliable the example shows how to display the data received. Which works very well. What I am trying to do is to cast the data received to the struct that originally created it so that I can use the data in other functions.

how do I get the actual data received, not the string data, in a pointer format or class format, which inturn I can copy to a struct or another class?

 

Subscribe to RSS - data_reader