Pablo Garrido
5df12014a3
Fix in session ping ( #289 )
...
* Fix race condition
* Rename arguments existing API
* Added new API
* Add examples
* Uncrustify
* Add attemps
* Refactor order
* Fix unlock
* Fix warning
* Fix stream selection
* Fix windows warning
* Update
Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
* Fix memcheck
Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
* Fix memcheck
Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
* Uncrustify
Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
2021-11-25 15:31:03 +01: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
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
518b56fa40
Refactor platforms usage ( #183 )
...
* Initial
* Fix windows
* Update
2021-02-08 09:14:45 +01:00
Jose Antonio Moral
66a69d4e67
Implement ping functionality to check agent's availability ( #180 )
...
* Ping functionality: add first impl and examples
* Improve docs
* Serial transport is not available on Windows systems
* Fix Windows warning C4028
2021-02-01 16:16:43 +01:00