The dds spy tool provides source timestamps for valid samples. Meta samples such as those used for indicating that an instance has no data writer, have their sample info, valid flag set to false. These meta samples can have their source timestamps marked as invalid.
More details about the spy output is provided here - https://community.rti.com/static/documentation/connext-dds/5.2.3/doc/api/connext_dds/api_c/group__DDSNddsspyModule.html
The output is formatted as: A sB
When the s value is '?', the instance state is 'NOT_ALIVE_NO_WRITERS' and these meta samples can have their source timestamps marked as invalid.
I would like to confirm if this is what you observe. Let me know if you have further questions.
Hi,
The dds spy tool provides source timestamps for valid samples. Meta samples such as those used for indicating that an instance has no data writer, have their sample info, valid flag set to false. These meta samples can have their source timestamps marked as invalid.
More details about the spy output is provided here - https://community.rti.com/static/documentation/connext-dds/5.2.3/doc/api/connext_dds/api_c/group__DDSNddsspyModule.html
The output is formatted as: A sB
When the s value is '?', the instance state is 'NOT_ALIVE_NO_WRITERS' and these meta samples can have their source timestamps marked as invalid.
I would like to confirm if this is what you observe. Let me know if you have further questions.