Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
skel_global_config Struct Reference

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

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.

Examples:
app_skel.c.

Definition at line 153 of file app_skel.c.

Field Documentation

unsigned char cheat

Whether the computer can cheat or not

Examples:
app_skel.c.

Definition at line 163 of file app_skel.c.

Referenced by custom_bitfield_handler().

const ast_string_field high

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

Examples:
app_skel.c.

Definition at line 161 of file app_skel.c.

const ast_string_field lose

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

Examples:
app_skel.c.

Definition at line 161 of file app_skel.c.

const ast_string_field low

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

Examples:
app_skel.c.

Definition at line 161 of file app_skel.c.

uint32_t num_games

The number of games to play before hanging up

Examples:
app_skel.c.

Definition at line 162 of file app_skel.c.

const ast_string_field prompt

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

Examples:
app_skel.c.

Definition at line 161 of file app_skel.c.

const ast_string_field right

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

Examples:
app_skel.c.

Definition at line 161 of file app_skel.c.

const ast_string_field wrong

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

Examples:
app_skel.c.

Definition at line 161 of file app_skel.c.


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