Gammu internals  1.38.0
gnapgen.h
Go to the documentation of this file.
1 /* (c) 2003 by Marcin Wiacek
2  * (C) 2007 Matthias Lechner <[email protected]> */
3 
4 #ifndef gnapgen_h
5 #define gnapgen_h
6 
7 #include "../../gsmstate.h"
8 #include "../../service/gsmmisc.h"
9 
10 #ifndef GSM_USED_BLUEGNAPBUS
11 # define GSM_USED_BLUEGNAPBUS
12 #endif
13 #ifndef GSM_USED_IRDAGNAPBUS
14 # define GSM_USED_IRDAGNAPBUS
15 #endif
16 
17 typedef struct {
18  int byte1;
19  int byte2;
20  int byte3;
21  int byte4;
22 } TUint32;
23 
24 typedef struct {
29  unsigned char CalendarIcons[10];
30  GSM_CalendarNoteType CalendarIconsTypes[10];
32 
34 
36  int SMSFolderID[100];
38 
39  TUint32 SMSIDs[5000];
40  int SMSCount;
42 
44 
46 
49 
50 #endif
51 
52 /* How should editor hadle tabs in this file? Add editor commands here.
53  * vim: noexpandtab sw=8 ts=8 sts=8:
54  */
gboolean LastContactArrived
Definition: gnapgen.h:33
GSM_NOKIACalToDoLocations LastNote
Definition: gnapgen.h:45
GSM_NOKIACalToDoLocations LastToDo
Definition: gnapgen.h:43
GSM_SMSFolders CurrentSMSFolders
Definition: gnapgen.h:35
int byte2
Definition: gnapgen.h:19
int gboolean
Definition: gammu-types.h:23
int byte1
Definition: gnapgen.h:18
GSM_CalendarNoteType
int byte4
Definition: gnapgen.h:21
int byte3
Definition: gnapgen.h:20
GSM_NOKIACalToDoLocations LastCalendar
Definition: gnapgen.h:27