bindings: cxx: provide line::update()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Sat, 14 Sep 2019 13:18:20 +0000 (15:18 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Sat, 14 Sep 2019 13:27:46 +0000 (15:27 +0200)
commit0297ef69af3c1005edd0c1eea2dc38c0b6e64dad
treeb465298509435b2153e978101736d4558ab9727a
parent1f0d078c83643352a8d2bd1b947f29b44406088e
bindings: cxx: provide line::update()

The C++ bindings are missing the functionality provided by the core C
library's gpiod_line_update(). Extend the line class with the update()
method that allows to re-read the line information from the kernel.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/cxx/gpiod.hpp
bindings/cxx/line.cpp
bindings/cxx/tests/tests-line.cpp