mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
cb2cc5c259
Added rs232 library Added abstract Rs232 device Former-commit-id: 9a2830f71376f0716edea594afc526018a530fa3 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
config.doxygen | ||
COPYING | ||
getoptpp.cc | ||
Makefile | ||
README | ||
test.cc |
A very small class library that replaces getopt() and getopt_long()-functionality with a more C++-friendly approach. Additionally, it does not rely on UNIX-specific code. See test.cc for a sample application and COPYING for license information.