bindings: cxx: examples: use seconds for timeout in line.event_wait()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 5 Aug 2019 19:33:27 +0000 (21:33 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Mon, 5 Aug 2019 19:36:22 +0000 (21:36 +0200)
commitb864bba9b702198631e298439c05873d35a4e16e
treea8f8d669f624e142fc2a743b3ddd672b06ae86d9
parentb434907c5e587dd366836ce5c7fa4194ae78345f
bindings: cxx: examples: use seconds for timeout in line.event_wait()

While the event_wait() method takes ::std::chrono::nanoseconds as the
timeout argument, we don't actually need to use the same type - we can
use less fine-grained duration types. Switch to using seconds in the
gpiomoncxx example to showcase this implicit conversion.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
bindings/cxx/examples/gpiomoncxx.cpp