Hello.
I use Reliable Qos. I want to check probable latency in receiving data by dataReader. For this purpose when one data received by dataReader in "sampleInfo" I calculate difference between "source_timestamp" and "reception_timestamp". For accuracy I want to know:
Is "source_timestamp" time that I call write(the_sample) in DataWriter? Or it is time that sample published from dataWriter's queu to the network?