Fix dds_sample_info.publication_handle incorrectly set to 1 as well as some corner cases where it ended up at 0 and some related assertion failures (#8)
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
79ec9e1cd4
commit
daa17704db
24 changed files with 343 additions and 385 deletions
|
|
@ -173,8 +173,6 @@ typedef struct dds_sample_info
|
|||
uint32_t generation_rank;
|
||||
/** difference in generations between the sample and most recent sample of the same instance when read/take was called */
|
||||
uint32_t absolute_generation_rank;
|
||||
/** timestamp of a data instance when it is added to a read queue */
|
||||
dds_time_t reception_timestamp; /* NOTE: VLite extension */
|
||||
}
|
||||
dds_sample_info_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue