summaryrefslogtreecommitdiffstats
path: root/example/heartbeat_timer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* clang-format: Apply update 6 -> 8 fixesHEADmasterWilliam A. Kennington III2019-06-271-2/+3
| | | | | Change-Id: I327de53cbed42d46b88f40f0b15637fda6896f8b Signed-off-by: William A. Kennington III <wak@google.com>
* example/heartbeat: Add signal handlingWilliam A. Kennington III2019-03-291-0/+12
| | | | | | | | | This makes the example a little more interesting as we now have multiple sources and we can analyze memory safety with valgrind by just sending a SIGINT to quit cleanly. Change-Id: Id15fe58f798d3b137f91228025f48a5e4cd5fc50 Signed-off-by: William A. Kennington III <wak@google.com>
* example: Add a repeating timer sampleWilliam A. Kennington III2018-09-261-0/+35
Tested: Ran through unit test suite and manually executed the example program to make sure it works as expected. Change-Id: I77cffdd038df4eab774f0d162f49273650638ad6 Signed-off-by: William A. Kennington III <wak@google.com>
OpenPOWER on IntegriCloud