Sat Apr 26 2014 22:03:26

Asterisk developer's documentation


skel_global_config Struct Reference

A structure to hold global configuration-related options. More...

Collaboration diagram for skel_global_config:

Data Fields

struct ast_string_field_mgr __field_mgr
struct ast_string_field_pool__field_mgr_pool
unsigned char cheat:1
const ast_string_field high
const ast_string_field lose
const ast_string_field low
uint32_t num_games
const ast_string_field prompt
const ast_string_field right
const ast_string_field wrong

Detailed Description

A structure to hold global configuration-related options.

Definition at line 101 of file app_skel.c.


Field Documentation

Definition at line 109 of file app_skel.c.

< The comma-separated list of sounds to prompt to enter a number

< The comma-separated list of sounds to indicate a wrong guess

< The comma-separated list of sounds to indicate a right guess

< The comma-separated list of sounds to indicate a high guess

< The comma-separated list of sounds to indicate a low guess

< The comma-separated list of sounds to indicate a lost game

Definition at line 109 of file app_skel.c.

unsigned char cheat

Whether the computer can cheat or not

Definition at line 111 of file app_skel.c.

Referenced by custom_bitfield_handler().

Definition at line 109 of file app_skel.c.

Definition at line 109 of file app_skel.c.

Definition at line 109 of file app_skel.c.

uint32_t num_games

The number of games to play before hanging up

Definition at line 110 of file app_skel.c.

Definition at line 109 of file app_skel.c.

Definition at line 109 of file app_skel.c.

Definition at line 109 of file app_skel.c.


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