eboasson
eboasson
This PR takes the type definition/discovery work from #445, and adds the changes needed to match the work done on Cyclone DDS's `master` branch since that PR was made. The...
This adds a simple tool for doing latency measurements across multiple hops. It assumes the clocks are synchronised to a high degree so that one-way latencies can be computed directly....
Two samples with a different key value must result in different instances. The Cyclone C++ binding mishandles the case where the MD5 of the key values are the same. The...
I think some more work might be needed in the back and forth mapping between the Core and C++ bindings' notions of invalid timestamps (i.e. `DDS_TIME_INVALID` and `DDSI_TIME_INVALID` for the...
When enqueuing an element and calling cond_broadcast all inside the lock, it doesn't really matter when exactly cond_broadcast is called, so while doing that before enqueuing the packet may look...
When Cyclone issues a type lookup request for a type T and all its dependencies, it necessarily includes only those dependencies that is aware of. The types learnt from the...