RTS API Documentation
1.10.11
|
Data Fields | |
char * | name |
cJSON * | obj |
struct la_node_s * | next |
int | pos |
Definition at line 3204 of file switch_event.c.
char* la_node_s::name |
Definition at line 3205 of file switch_event.c.
Referenced by switch_live_array_add(), switch_live_array_bootstrap(), switch_live_array_clear(), and switch_live_array_del().
struct la_node_s* la_node_s::next |
Definition at line 3207 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().
cJSON* la_node_s::obj |
Definition at line 3206 of file switch_event.c.
Referenced by switch_live_array_add(), switch_live_array_bootstrap(), switch_live_array_clear(), switch_live_array_del(), switch_live_array_get(), and switch_live_array_get_idx().
int la_node_s::pos |
Definition at line 3208 of file switch_event.c.
Referenced by switch_live_array_add(), switch_live_array_del(), and switch_live_array_get_idx().