cyclonedds/src/tools/pubsub
Erik Boasson 19aec98b8a Clean up return code types
* Remove dds_return_t / dds_retcode_t distinction (now there is only
  dds_return_t and all error codes are always negative)

* Remove Q_ERR_... error codes and replace them by DDS_RETCODE_...
  ones so that there is only one set of error codes

* Replace a whole bunch "int" return types that were used to return
  Q_ERR_... codes by "dds_return_t" return types

Signed-off-by: Erik Boasson <eb@ilities.com>
2019-06-10 10:42:52 +02:00
..
CMakeLists.txt add RPATH for compiled tools to find the libddsc.so (#153) 2019-04-29 19:09:40 +02:00
common.c lift limits on handle allocation and reuse (#95) 2019-04-21 16:05:06 +02:00
common.h Clean up return code types 2019-06-10 10:42:52 +02:00
porting.c Remove unnecessary CMake modules and fixup os/CMakeLists.txt 2019-01-07 18:15:07 +01:00
porting.h Remove unnecessary CMake modules and fixup os/CMakeLists.txt 2019-01-07 18:15:07 +01:00
pubsub.c Clean up return code types 2019-06-10 10:42:52 +02:00
testtype.c Remove unnecessary CMake modules and fixup os/CMakeLists.txt 2019-01-07 18:15:07 +01:00
testtype.h Rearrange and fixup abstraction layer 2019-03-22 15:19:09 +01:00
tglib.h Remove unnecessary CMake modules and fixup os/CMakeLists.txt 2019-01-07 18:15:07 +01:00