Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
skel_global_config Struct Reference

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

Collaboration diagram for skel_global_config:
Collaboration graph
[legend]

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

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 161 of file app_skel.c.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

< 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 161 of file app_skel.c.

◆ cheat

unsigned char cheat

Whether the computer can cheat or not

Examples
app_skel.c.

Definition at line 163 of file app_skel.c.

◆ high

const ast_string_field high
Examples
app_skel.c.

Definition at line 161 of file app_skel.c.

◆ lose

const ast_string_field lose
Examples
app_skel.c.

Definition at line 161 of file app_skel.c.

◆ low

const ast_string_field low
Examples
app_skel.c.

Definition at line 161 of file app_skel.c.

◆ num_games

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.

◆ prompt

const ast_string_field prompt
Examples
app_skel.c.

Definition at line 161 of file app_skel.c.

◆ right

const ast_string_field right
Examples
app_skel.c.

Definition at line 161 of file app_skel.c.

◆ wrong

const ast_string_field wrong
Examples
app_skel.c.

Definition at line 161 of file app_skel.c.


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