#include <ALSADebug.H>
|  | 
| std::map< int, std::string > | errors | 
|  | This will contain a map between error numbers and descriptive std::strings for the errors.  More... 
 | 
|  | 
◆ ALSADebug()
  
  | 
        
          | ALSA::ALSADebug::ALSADebug | ( | void |  | ) |  |  | inline | 
 
 
◆ evaluateError() [1/2]
  
  | 
        
          | virtual int ALSA::ALSADebug::evaluateError | ( | int | errorNum | ) |  |  | inlinevirtual | 
 
 
◆ evaluateError() [2/2]
  
  | 
        
          | virtual int ALSA::ALSADebug::evaluateError | ( | int | errorNum, |  
          |  |  | std::string | append |  
          |  | ) |  |  |  | inlinevirtual | 
 
Appends a std::string to the error header. 
- Parameters
- 
  
    | errorNum | The error number to use to index the errors map for textual information |  | append | A std::string message to append to the standard error. |  
 
- Returns
- The errorNum for further processing. 
Reimplemented from Debug.
Definition at line 70 of file ALSADebug.H.
 
 
◆ noChannelError()
  
  | 
        
          | bool ALSA::ALSADebug::noChannelError | ( | int | val | ) |  |  | inline | 
 
Check if an error is ALSA_MIXER_NO_CHANNEL_ERROR 
- Parameters
- 
  
    | var | The error value to compare against |  
 
- Returns
- true if var == ALSA_MIXER_NO_CHANNEL_ERROR 
Definition at line 78 of file ALSADebug.H.
 
 
The documentation for this class was generated from the following file: