Gammu internals  1.38.0
gammu-debug.h File Reference
#include <stdio.h>
#include <gammu-error.h>
#include <gammu-misc.h>
Include dependency graph for gammu-debug.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef struct _GSM_Debug_Info GSM_Debug_Info
 

Functions

GSM_Error GSM_SetDebugFunction (GSM_Log_Function info, void *data, GSM_Debug_Info *privdi)
 
GSM_Error GSM_SetDebugFile (const char *info, GSM_Debug_Info *privdi)
 
GSM_Error GSM_SetDebugFileDescriptor (FILE *fd, gboolean closable, GSM_Debug_Info *privdi)
 
GSM_Debug_InfoGSM_GetGlobalDebug (void)
 
GSM_Debug_InfoGSM_GetDebug (GSM_StateMachine *s)
 
GSM_Debug_InfoGSM_GetDI (GSM_StateMachine *s)
 
gboolean GSM_SetDebugLevel (const char *info, GSM_Debug_Info *privdi)
 
gboolean GSM_SetDebugCoding (const char *info, GSM_Debug_Info *privdi)
 
gboolean GSM_SetDebugGlobal (gboolean info, GSM_Debug_Info *privdi)
 
void GSM_LogError (GSM_StateMachine *s, const char *message, const GSM_Error err)
 
int smprintf (GSM_StateMachine *s, const char *format,...)
 

Detailed Description

Author
Michal Čihař

Debuging handling.

Definition in file gammu-debug.h.