Commit Graph

13 Commits

Author SHA1 Message Date
G.A. vd. Hoorn 39eac9448d
examples: explicitly set language to C (#257)
CMake will default to enabling C and C++ if no languages are specified in the project(..) call.

Micro-XRCE-DDS-Client is a C-only project. Avoid enabling C++.

Signed-off-by: gavanderhoorn <g.a.vanderhoorn@tudelft.nl>
2021-07-06 07:56:21 +02:00
Pablo Garrido 5124991014
Update Quality Level 1 (#210)
* Initial

* Update

* Update

* Uncrustify code

Using https://github.com/eProsima/cpp-style

* Update quality

* Update

* Update

* Apply suggestions from code review

Co-authored-by: FranFin <58737168+FranFin@users.noreply.github.com>

Co-authored-by: FranFin <58737168+FranFin@users.noreply.github.com>
2021-03-23 12:16:24 +01:00
Pablo Garrido 291d939c9e
Add best effort examples and remove client.config references (#197)
* Add best effort publisher example

* Add Best effort subscriber

* Add examples to CMake

* Remove references to client.config

* Fix

* Update examples/PublishHelloWorldBestEffort/README.md

Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>

* Update examples/PublishHelloWorldBestEffort/README.md

Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>

* Update examples/SubscribeHelloWorldBestEffort/README.md

Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>

* Auto stash before merge of "feature/add_be_examples" and "origin/feature/add_be_examples"

* Address changes

Co-authored-by: Jose Antonio Moral <joseantoniomoralparras@gmail.com>
2021-02-23 08:29:13 +01:00
Pablo Garrido 518b56fa40
Refactor platforms usage (#183)
* Initial

* Fix windows

* Update
2021-02-08 09:14:45 +01:00
Julián Bermúdez Ortega 7c50dade71
Feature/config (#155)
* Change configuration approach.

* Rename PROFILE_XXX_TRANSPORT by UCLIENT_PROFILE_XXX.

* Add Zephyr platform support in CMake.

* Modify transport source selection in CMakeLists.txt.
2020-05-25 12:50:00 +02:00
Julián Bermúdez Ortega 4dfeee1c92
Examples installation (#151)
* Modify example installation.

* Increase patch version number.

* Add Dockerfile and .dockeringore files. (#152)

* Fix -Wformat-overflow warning in log.c.
2020-05-19 08:16:00 +02:00
julibert e64b66e81e
Fix warning due to incompatible callback type in SubscriberHelloWorldP2P example. 2020-05-04 12:08:21 +02:00
julibert 380791e043
Pre-release 1.2.1 2020-05-04 10:07:02 +02:00
Julián Bermúdez Ortega bfcaf92663 Remove non-existent profiles at examples documentation. (#126) 2020-01-24 11:08:03 +01:00
Borja Outerelo e052f6cf7e
Merge branch 'master' into develop 2019-12-17 08:08:22 +01:00
Borja Outerelo 4fb42df6ba Hotfix/examples (#117)
* Allow single test build.

* Fix message errors.
2019-12-07 20:14:51 +01:00
Julián Bermúdez Ortega 7da85f9fdb Fix P2P examples. (#113) 2019-12-03 10:05:42 +01:00
Julián Bermúdez Ortega 3d18b1f569 P2P examples. (#104)
* Refs #6551. Add Publisher and Subscriber P2P examples.

* Refs #6551. Update CMake version.

* Refs #6551. Update p2p examples readme.
2019-11-21 08:16:22 +01:00