cyclonedds/src/core
Erik Boasson 68b85d0a2d Do not cache topic in proxy endpoint (#207)
The only place it was used for more than printing the name (which is
available via the QoS object) was in deserializing the sample, but there
is never a need to deserialize a sample if there is no local reader.  So
instead of caching the topic object in the proxy endpoint, take it from
a reader to which it is to be delivered and avoid having to keep things
in sync.

Signed-off-by: Erik Boasson <eb@ilities.com>
2019-09-03 12:23:50 +02:00
..
ddsc Remove dds_domain_default() also from header file 2019-09-03 12:23:50 +02:00
ddsi Do not cache topic in proxy endpoint (#207) 2019-09-03 12:23:50 +02:00
xtests Make logging config per-domain 2019-08-21 14:16:51 +02:00
CMakeLists.txt Generate documentation using the FindSphinx.cmake module 2019-07-31 20:12:11 +02:00