cyclonedds/src/examples
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
..
helloworld Fix format strings and signatures for fixed size integers 2019-04-11 10:04:06 +02:00
roundtrip Add support for FreeRTOS and lwIP (#166) 2019-05-23 14:27:56 +02:00
throughput Clean up return code types 2019-06-10 10:42:52 +02:00
CMakeLists.txt Change cmake files to make documentation optional (#2) 2018-05-07 14:08:20 +02:00
examples.rst consistently use Eclipse Cyclone DDS in documentation 2019-02-15 11:35:00 +01:00
sphinx-conf.py.in Initial contribution 2018-04-10 17:03:59 +02:00