Asterisk - The Open Source Telephony Project  18.5.0
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.

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

Definition at line 161 of file app_skel.c.

◆ cheat

unsigned char cheat

Whether the computer can cheat or not

Definition at line 163 of file app_skel.c.

Referenced by custom_bitfield_handler().

◆ high

const ast_string_field high

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

Definition at line 161 of file app_skel.c.

Referenced by load_module().

◆ lose

const ast_string_field lose

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

Definition at line 161 of file app_skel.c.

Referenced by load_module().

◆ low

const ast_string_field low

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

Definition at line 161 of file app_skel.c.

Referenced by load_module().

◆ num_games

uint32_t num_games

The number of games to play before hanging up

Definition at line 162 of file app_skel.c.

Referenced by load_module().

◆ prompt

const ast_string_field prompt

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

Definition at line 161 of file app_skel.c.

Referenced by load_module(), and play_files_helper().

◆ right

const ast_string_field right

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

Definition at line 161 of file app_skel.c.

Referenced by load_module().

◆ wrong

const ast_string_field wrong

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

Definition at line 161 of file app_skel.c.

Referenced by load_module().


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