cyclonedds/src/core/ddsc
Erik Boasson 782f032df8 DDSI stack init/fini in domain_create/free
This moves DDSI stack initialisation and finalisation to the creating
and deleting of a domain, and modifies the related code to trigger all
that from creating/deleting participants.

Built-in topic generation is partially domain-dependent, so that moves
as well.  The underlying ddsi_sertopics can be created are domain
independent and created without initialising DDSI, which necessitates
moving the IID generation (and thus init/fini) out of the DDSI stack and
to what will remain global data.

Signed-off-by: Erik Boasson <eb@ilities.com>
2019-08-21 14:16:51 +02:00
..
cmake Initial contribution 2018-04-10 17:03:59 +02:00
include #213 - Allow readconditions and queryconditions as valid entities for… (#214) 2019-07-16 13:09:06 +02:00
src DDSI stack init/fini in domain_create/free 2019-08-21 14:16:51 +02:00
tests #213 - Allow readconditions and queryconditions as valid entities for… (#214) 2019-07-16 13:09:06 +02:00
CMakeLists.txt Abstract RHC interface 2019-08-21 14:16:51 +02:00