|
Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "gwlib/gwlib.h"#include "wap_addr.h"#include "wap_events.h"#include "wap.h"#include "wsp_push_client_states.def"#include "wsp_push_client_machine.def"Go to the source code of this file.
Data Structures | |
| struct | WSPPushClientMachine |
Macros | |
| #define | PUSH_CLIENT_STATE_NAME(state) state, |
| #define | ROW(state, event, condition, action, next_state) |
| #define | INTEGER(name) long name; |
| #define | HTTPHEADERS(name) List *name; |
| #define | OCTSTR(name) Octstr *name; |
| #define | MACHINE(fields) fields |
Typedefs | |
| typedef struct WSPPushClientMachine | WSPPushClientMachine |
| typedef enum push_client_states | push_client_states |
Enumerations | |
| enum | push_client_states { ROW, ROW } |
Definition at line 92 of file wsp_push_client.h.
Definition at line 91 of file wsp_push_client.h.
| #define MACHINE | ( | fields | ) | fields |
Definition at line 94 of file wsp_push_client.h.
Definition at line 93 of file wsp_push_client.h.
| #define PUSH_CLIENT_STATE_NAME | ( | state | ) | state, |
Definition at line 77 of file wsp_push_client.h.
| #define ROW | ( | state, | |
| event, | |||
| condition, | |||
| action, | |||
| next_state | |||
| ) |
Definition at line 78 of file wsp_push_client.h.
| typedef enum push_client_states push_client_states |
Definition at line 83 of file wsp_push_client.h.
| typedef struct WSPPushClientMachine WSPPushClientMachine |
Definition at line 66 of file wsp_push_client.h.
| enum push_client_states |