PduApi 2.2.1
PduApi - Toolbox
|
Quality has different aspects:
PduApi uses google-test to evaluate unit tests, functional tests and system tests. The complete tests are part of the build process and will be done before commit/checkin.
The Coverage of the Source code by tests is XX%.
Quality of Source Code is improved by compiling with following GCC Options which show all warnings and handles them like an error.
PduApi depending on the adapter PduApi doesn't use unneeded polling.
PduApi has almost no pointers and new statements inside. It uses the new variadic template features of C++x11 and above: