Gammu internals
1.38.0
|
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_Info * | GSM_GetGlobalDebug (void) |
GSM_Debug_Info * | GSM_GetDebug (GSM_StateMachine *s) |
GSM_Debug_Info * | GSM_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,...) |
Debuging handling.
Definition in file gammu-debug.h.