cyclonedds/src/tools
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
..
config cmake 3.6 bugs out over cunit, so move to 3.7 2019-02-15 16:19:36 +01:00
ddsls Fix format strings and signatures for fixed size integers 2019-04-11 10:04:06 +02:00
ddsperf Clean up return code types 2019-06-10 10:42:52 +02:00
pubsub Clean up return code types 2019-06-10 10:42:52 +02:00
CMakeLists.txt initial version of permance/network check tool 2019-04-24 14:09:30 +02:00