bindings: cxx: examples: implement gpionotify using C++ bindings
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 10 Mar 2023 09:32:47 +0000 (10:32 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Sun, 12 Mar 2023 13:44:27 +0000 (14:44 +0100)
commitd62708950c2f97bd67c6b7c2b9e95ae0f9161def
tree94a29610b3bce0ce73049b6451dfd59593f94fc4
parent6f4b3297b1b61ebb065eb647eb7f6347f315898a
bindings: cxx: examples: implement gpionotify using C++ bindings

Add a new C++ code example - gpionotifycxx - which is a simplified
reimplementation of the gpionotify tool.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/cxx/examples/.gitignore
bindings/cxx/examples/Makefile.am
bindings/cxx/examples/gpionotifycxx.cpp [new file with mode: 0644]