ado_error
![]() |
![]() |
![]() |
![]() |
ado_error()
Send an error string to slogger for logging
Synopsis:
#include <audio_driver.h> void ado_error( char *format, ... );
Arguments:
- format
- A formatting string, similar to that used by printf().
- ...
- Additional arguments, as required by the format string.
Description:
This function sends an error string to slogger for logging.
If ADO_DEBUG is defined, these messages are also sent to standard output. For more information, see "Debugging an audio driver" in the Organization of a Driver chapter.
Classification:
QNX Neutrino
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
slogger in the QNX Utilities Reference
printf() in the QNX Library Reference
![]() |
![]() |
![]() |
![]() |
![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)