Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
ast_aeap Struct Reference
Collaboration diagram for ast_aeap:
Collaboration graph
[legend]

Data Fields

const struct ast_aeap_paramsparams
 
pthread_t read_thread_id
 
struct ao2_containertransactions
 
struct aeap_transporttransport
 
struct ao2_containeruser_data
 

Detailed Description

Definition at line 47 of file aeap.c.

Field Documentation

◆ params

const struct ast_aeap_params* params

◆ read_thread_id

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().

◆ transactions

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().

◆ transport

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().

◆ user_data

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().


The documentation for this struct was generated from the following file: