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

Go to the source code of this file.

Macros

#define NONEFUNCTION   (void *) NoneFunction
 
#define NOTIMPLEMENTED   (void *) NotImplementedFunction
 
#define NOTSUPPORTED   (void *) NotSupportedFunction
 

Functions

GSM_Error NoneFunction (void)
 
GSM_Error NotImplementedFunction (void)
 
GSM_Error NotSupportedFunction (void)
 

Macro Definition Documentation

§ NONEFUNCTION

#define NONEFUNCTION   (void *) NoneFunction

Definition at line 12 of file gsmcomon.h.

§ NOTIMPLEMENTED

#define NOTIMPLEMENTED   (void *) NotImplementedFunction

Definition at line 13 of file gsmcomon.h.

§ NOTSUPPORTED

#define NOTSUPPORTED   (void *) NotSupportedFunction

Definition at line 14 of file gsmcomon.h.

Function Documentation

§ NoneFunction()

GSM_Error NoneFunction ( void  )

Definition at line 23 of file gsmcomon.c.

References ERR_NONE.

24 {
25  return ERR_NONE;
26 }

§ NotImplementedFunction()

GSM_Error NotImplementedFunction ( void  )

Definition at line 28 of file gsmcomon.c.

References ERR_NOTIMPLEMENTED.

29 {
30  return ERR_NOTIMPLEMENTED;
31 }

§ NotSupportedFunction()

GSM_Error NotSupportedFunction ( void  )

Definition at line 33 of file gsmcomon.c.

References ERR_NOTSUPPORTED, GSM_InitLocales(), and LOCALE_PATH.

34 {
35  return ERR_NOTSUPPORTED;
36 }