![]() |
drumstick 2.10.0
C++ MIDI libraries using Qt objects, idioms, and style.
|
Error checking functions and macros. More...
#include <alsa/asoundlib.h>#include <QString>#include <QDebug>#include <drumstick/sequencererror.h>

Go to the source code of this file.
Namespaces | |
| namespace | drumstick |
| Drumstick common. | |
| namespace | drumstick::ALSA |
| Drumstick ALSA library wrapper. | |
Macros | |
| #define | DRUMSTICK_ALSA_CHECK_ERROR(x) |
| This macro calls the check error function. | |
| #define | DRUMSTICK_ALSA_CHECK_WARNING(x) |
| This macro calls the check warning function. | |
Functions | |
| int | checkErrorAndThrow (int rc, const char *where) |
| Checks the error code for severe errors. | |
| int | checkWarning (int rc, const char *where) |
| Check the error code for warning errors. | |
Error checking functions and macros.
Definition in file errorcheck.h.