|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
Object to hold level config information. More...

Data Fields | |
| struct ast_string_field_mgr | __field_mgr |
| struct ast_string_field_pool * | __field_mgr_pool |
| uint32_t | max_guesses |
| uint32_t | max_num |
| const ast_string_field | name |
| struct skel_level_state * | state |
Object to hold level config information.
Definition at line 220 of file app_skel.c.
| struct ast_string_field_mgr __field_mgr |
Definition at line 223 of file app_skel.c.
| struct ast_string_field_pool* __field_mgr_pool |
< The name of the level
Definition at line 223 of file app_skel.c.
| uint32_t max_guesses |
The maximum number of guesses before losing
Definition at line 225 of file app_skel.c.
Referenced by handle_skel_show_levels().
| uint32_t max_num |
The upper value on th range of numbers to guess
Definition at line 224 of file app_skel.c.
Referenced by handle_skel_show_levels().
| const ast_string_field name |
Definition at line 223 of file app_skel.c.
Referenced by PathSegment::get_child(), handle_skel_show_games(), handle_skel_show_levels(), SwaggerType::load(), skel_level_cmp(), and skel_level_hash().
| struct skel_level_state* state |
A pointer to level state that must exist across all reloads
Definition at line 226 of file app_skel.c.
Referenced by handle_skel_show_levels(), skel_level_alloc(), and skel_level_destructor().