cyclonedds/src/core/ddsi
Erik Boasson 28317ba49e Give all entities an instance handle (#43)
Add the instance handle to the DDSC entity type, initialize it properly
for all types, and remove the per-type handling of
dds_get_instance_handle.  Those entities that have a DDSI variant take
the instance handle from DDSI (which plays tricks to get the instance
handles of the entities matching the built-in topics).  For those that
do not have a DDSI variant, just generate a unique identifier using the
same generate that DDSI uses.

Signed-off-by: Erik Boasson <eb@ilities.com>
2019-06-28 12:47:27 +02:00
..
include/dds/ddsi Give all entities an instance handle (#43) 2019-06-28 12:47:27 +02:00
src Give all entities an instance handle (#43) 2019-06-28 12:47:27 +02:00
CMakeLists.txt Consistent code formatting for the core code 2019-06-10 10:42:52 +02:00