libcreate/include/create
Jacob Perron 1563e2b3e1
Add option to disable signal handlers (#65)
This gives the user the option to create their own signal handler without having create::Create interfere.
They can disable the sigint/sigterm handler and be responsible for disconnecting from the robot themselves.

Signed-off-by: Jacob Perron <jacobmperron@gmail.com>
2021-05-05 23:25:40 -07:00
..
create.h Add option to disable signal handlers (#65) 2021-05-05 23:25:40 -07:00
data.h Replace boost features with C++11 equivalents (#58) 2020-11-01 18:05:17 -08:00
packet.h Replace boost features with C++11 equivalents (#58) 2020-11-01 18:05:17 -08:00
serial.h Add option to disable signal handlers (#65) 2021-05-05 23:25:40 -07:00
serial_query.h Add option to disable signal handlers (#65) 2021-05-05 23:25:40 -07:00
serial_stream.h Add option to disable signal handlers (#65) 2021-05-05 23:25:40 -07:00
types.h Add compiler flags '-Wall -Wextra -Wpedantic' 2019-09-02 12:09:43 -07:00
util.h Replace boost features with C++11 equivalents (#58) 2020-11-01 18:05:17 -08:00