Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

Event Struct Reference

Collaboration diagram for Event:

Collaboration graph
[legend]

Public Types

enum  event_type {
  got_smsc, deliver, deliver_ack, http_request,
  http_response, submit, got_enquire_link
}

Data Fields

enum Event::event_type type
long id
long time
Connectionconn
long sequence_number
HTTPClientclient
Octstrbody

Member Enumeration Documentation

enum Event::event_type
 

Enumeration values:
got_smsc 
deliver 
deliver_ack 
http_request 
http_response 
submit 
got_enquire_link 

Definition at line 101 of file test_smsc.c.

00101                     {
00102     got_smsc,
00103     deliver,
00104     deliver_ack,
00105     http_request,
00106     http_response,
00107     submit,
00108     got_enquire_link
00109     } type;


Field Documentation

Octstr* Event::body
 

Definition at line 118 of file test_smsc.c.

Referenced by eq_create_http_request(), eq_create_submit(), eq_destroy_event(), eq_round_trip_time(), and httpd_emu_reply().

HTTPClient* Event::client
 

Definition at line 117 of file test_smsc.c.

Referenced by eq_create_http_request(), and httpd_emu_reply().

Connection* Event::conn
 

Definition at line 113 of file test_smsc.c.

Referenced by eq_create_event(), eq_create_submit(), and smsc_emu_submit_ack().

long Event::id
 

Definition at line 110 of file test_smsc.c.

Referenced by eq_create_event(), and eq_log().

long Event::sequence_number
 

Definition at line 114 of file test_smsc.c.

Referenced by eq_create_submit(), and smsc_emu_submit_ack().

long Event::time
 

Definition at line 111 of file test_smsc.c.

Referenced by eq_create_event(), eq_log(), and smpp_emu_writer().

enum Event::event_type Event::type
 

Referenced by eq_create_event(), eq_type(), n_messages_benchmark(), and sustained_level_benchmark().


The documentation for this struct was generated from the following file: See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.