Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Data Fields | |
const struct ast_aeap_params * | params |
pthread_t | read_thread_id |
struct ao2_container * | transactions |
struct aeap_transport * | transport |
struct ao2_container * | user_data |
const struct ast_aeap_params* params |
This object's configuration parameters
Definition at line 49 of file aeap.c.
Referenced by aeap_create(), aeap_receive(), ast_aeap_create(), ast_aeap_create_and_connect(), ast_aeap_create_and_connect_by_id(), ast_aeap_create_by_id(), raise_msg(), and raise_msg_handler().
pthread_t read_thread_id |
Id of thread that reads data from the transport
Definition at line 57 of file aeap.c.
Referenced by aeap_receive(), ast_aeap_connect(), ast_aeap_create(), and ast_aeap_disconnect().
struct ao2_container* transactions |
Transactions container
Definition at line 53 of file aeap.c.
Referenced by aeap_destructor(), ast_aeap_create(), ast_aeap_send_msg_tsx(), and raise_msg().
struct aeap_transport* transport |
Transport layer communicator
Definition at line 55 of file aeap.c.
Referenced by aeap_destructor(), aeap_receive(), aeap_send(), ast_aeap_connect(), ast_aeap_create(), and ast_aeap_disconnect().
struct ao2_container* user_data |
Container for registered user data objects
Definition at line 51 of file aeap.c.
Referenced by aeap_destructor(), ast_aeap_create(), ast_aeap_user_data_object_by_id(), ast_aeap_user_data_register(), and ast_aeap_user_data_unregister().