RTS API Documentation
1.10.11
|
Data Fields | |
char * | event_channel |
char * | name |
char * | key |
la_node_t * | head |
la_node_t * | tail |
switch_memory_pool_t * | pool |
switch_hash_t * | hash |
switch_mutex_t * | mutex |
uint32_t | serno |
int | pos |
switch_bool_t | visible |
switch_bool_t | new |
switch_event_channel_id_t | channel_id |
switch_live_array_command_handler_t | command_handler |
void * | user_data |
alias_node_t * | aliases |
int | refs |
Definition at line 3211 of file switch_event.c.
alias_node_t* switch_live_array_s::aliases |
Definition at line 3227 of file switch_event.c.
Referenced by la_broadcast(), switch_live_array_add_alias(), switch_live_array_clear_alias(), and switch_live_array_destroy().
switch_event_channel_id_t switch_live_array_s::channel_id |
Definition at line 3224 of file switch_event.c.
Referenced by la_broadcast(), and switch_live_array_create().
switch_live_array_command_handler_t switch_live_array_s::command_handler |
Definition at line 3225 of file switch_event.c.
Referenced by switch_live_array_parse_json(), and switch_live_array_set_command_handler().
char* switch_live_array_s::event_channel |
Definition at line 3212 of file switch_event.c.
Referenced by la_broadcast(), switch_live_array_add(), switch_live_array_bootstrap(), switch_live_array_clear(), switch_live_array_create(), switch_live_array_del(), and switch_live_array_visible().
switch_hash_t* switch_live_array_s::hash |
Definition at line 3218 of file switch_event.c.
Referenced by switch_live_array_add(), switch_live_array_create(), switch_live_array_del(), switch_live_array_destroy(), and switch_live_array_get().
la_node_t* switch_live_array_s::head |
Definition at line 3215 of file switch_event.c.
Referenced by switch_live_array_add(), switch_live_array_bootstrap(), switch_live_array_clear(), switch_live_array_del(), and switch_live_array_get_idx().
char* switch_live_array_s::key |
Definition at line 3214 of file switch_event.c.
Referenced by switch_live_array_create(), and switch_live_array_destroy().
switch_mutex_t* switch_live_array_s::mutex |
Definition at line 3219 of file switch_event.c.
Referenced by la_broadcast(), switch_live_array_add(), switch_live_array_add_alias(), switch_live_array_bootstrap(), switch_live_array_clear(), switch_live_array_clear_alias(), switch_live_array_create(), switch_live_array_del(), switch_live_array_destroy(), switch_live_array_get(), switch_live_array_get_idx(), switch_live_array_lock(), switch_live_array_unlock(), and switch_live_array_visible().
char* switch_live_array_s::name |
Definition at line 3213 of file switch_event.c.
Referenced by switch_live_array_add(), switch_live_array_bootstrap(), switch_live_array_clear(), switch_live_array_create(), and switch_live_array_del().
switch_bool_t switch_live_array_s::new |
Definition at line 3223 of file switch_event.c.
Referenced by switch_live_array_create(), and switch_live_array_isnew().
switch_memory_pool_t* switch_live_array_s::pool |
Definition at line 3217 of file switch_event.c.
Referenced by switch_live_array_add_alias(), switch_live_array_create(), and switch_live_array_destroy().
int switch_live_array_s::pos |
Definition at line 3221 of file switch_event.c.
Referenced by switch_live_array_add(), and switch_live_array_del().
int switch_live_array_s::refs |
Definition at line 3228 of file switch_event.c.
Referenced by switch_live_array_create(), and switch_live_array_destroy().
uint32_t switch_live_array_s::serno |
Definition at line 3220 of file switch_event.c.
Referenced by switch_live_array_add(), switch_live_array_bootstrap(), switch_live_array_create(), switch_live_array_del(), and switch_live_array_visible().
la_node_t* switch_live_array_s::tail |
Definition at line 3216 of file switch_event.c.
Referenced by switch_live_array_add(), switch_live_array_clear(), and switch_live_array_del().
void* switch_live_array_s::user_data |
Definition at line 3226 of file switch_event.c.
Referenced by switch_live_array_parse_json(), and switch_live_array_set_user_data().
switch_bool_t switch_live_array_s::visible |
Definition at line 3222 of file switch_event.c.
Referenced by switch_live_array_bootstrap(), switch_live_array_create(), and switch_live_array_visible().