RTi-Connext DDS Connector TimeStamp from sampleinfo struct

2 posts / 0 new
Last post
Offline
Last seen: 7 years 1 month ago
Joined: 02/28/2017
Posts: 1
RTi-Connext DDS Connector TimeStamp from sampleinfo struct

Hi,

So I had a question regarding the rti-connextdds connector python APIs. 

I made a small change to expose the reception_time from the sample info structure by making a call to the rti.RTIDDSConnector_getNumberFromInfos (by looking at the rticonnextdds-connector.js)

Using this I can succesfully receive a double representing the timestamp in microseconds from the  sample_info structure the issue is when using this on my setup (Ubuntu 16.10 x86-64) I seem to be receiving a negative number. As the timestamp is nativley stored as the DDS_Time_t {.Sec, .Nanosec} struct, I was wondering if you could let me know how are you providing this timestamp from the stuct, and is there a way to convert it to system time ? 

gianpiero's picture
Offline
Last seen: 3 months 1 week ago
Joined: 06/02/2010
Posts: 177

Hi,

We discussed and, I think solved, the issue right here https://github.com/rticommunity/rticonnextdds-connector/issues/38#issuecomment-283507212

Best,
  Gianpiero