Commit Graph

7 Commits

Author SHA1 Message Date
Pablo Garrido 58c00cc192
Update Bin entity creation API (#294)
* Update Bin entity creation API

Signed-off-by: Pablo Garrido <pablogs9@gmail.com>

* Update

Signed-off-by: Pablo Garrido <pablogs9@gmail.com>

* Apply suggestions from code review

Co-authored-by: Antonio Cuadros <49162117+Acuadros95@users.noreply.github.com>

Co-authored-by: Antonio Cuadros <49162117+Acuadros95@users.noreply.github.com>
2021-11-30 15:09:28 +01:00
Pablo Garrido 81fccf9f22
Add binary history depth (#266)
* Add binary history depth

* Update example

* Update tests

* Fix
2021-09-28 14:35:52 +02:00
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 4e132687b8
Pedatic warnings (#247)
* Fix minor warnings in -wextra mode

* Update

* Uncrusti
2021-05-27 15:16:30 +02:00
Pablo Garrido c0afa1b92e
Add Binary participant name (#246) 2021-05-19 09:52:23 +02:00
Pablo Garrido 984d0b9f87
Durability QoS (#241)
* Durability QoS

* Uncrustified

* Remove default
2021-05-17 11:57:00 +02:00
Pablo Garrido c292903e6c
Add binary entity creation example (#232)
* Add binary entity creation example

* Uncrustify
2021-05-04 09:47:50 +02:00