Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
test_item Struct Reference
Collaboration diagram for test_item:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
struct ast_haaclopt
 
int boolopt
 
struct ast_format_capcodeccapopt
 
unsigned int customopt:1
 
double doubleopt
 
unsigned int flags
 
int32_t intopt
 
const ast_string_field name
 
struct ast_sockaddr sockaddropt
 
const ast_string_field stropt
 
int timelenopt1
 
int timelenopt2
 
int timelenopt3
 
int timelenopt4
 
uint32_t uintopt
 

Detailed Description

Definition at line 1342 of file test_config.c.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 1346 of file test_config.c.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 1346 of file test_config.c.

◆ aclopt

struct ast_ha* aclopt

Definition at line 1357 of file test_config.c.

Referenced by AST_TEST_DEFINE(), and test_item_destructor().

◆ boolopt

int boolopt

Definition at line 1356 of file test_config.c.

Referenced by AST_TEST_DEFINE().

◆ codeccapopt

struct ast_format_cap* codeccapopt

Definition at line 1358 of file test_config.c.

Referenced by AST_TEST_DEFINE(), test_item_alloc(), and test_item_destructor().

◆ customopt

unsigned int customopt

Definition at line 1359 of file test_config.c.

Referenced by AST_TEST_DEFINE(), and customopt_handler().

◆ doubleopt

double doubleopt

Definition at line 1354 of file test_config.c.

Referenced by AST_TEST_DEFINE().

◆ flags

unsigned int flags

Definition at line 1353 of file test_config.c.

Referenced by AST_TEST_DEFINE().

◆ intopt

int32_t intopt

Definition at line 1347 of file test_config.c.

Referenced by AST_TEST_DEFINE().

◆ name

const ast_string_field name

Definition at line 1346 of file test_config.c.

Referenced by test_item_cmp().

◆ sockaddropt

struct ast_sockaddr sockaddropt

Definition at line 1355 of file test_config.c.

Referenced by AST_TEST_DEFINE().

◆ stropt

const ast_string_field stropt

Definition at line 1346 of file test_config.c.

Referenced by AST_TEST_DEFINE().

◆ timelenopt1

int timelenopt1

Definition at line 1349 of file test_config.c.

Referenced by AST_TEST_DEFINE().

◆ timelenopt2

int timelenopt2

Definition at line 1350 of file test_config.c.

Referenced by AST_TEST_DEFINE().

◆ timelenopt3

int timelenopt3

Definition at line 1351 of file test_config.c.

Referenced by AST_TEST_DEFINE().

◆ timelenopt4

int timelenopt4

Definition at line 1352 of file test_config.c.

Referenced by AST_TEST_DEFINE().

◆ uintopt

uint32_t uintopt

Definition at line 1348 of file test_config.c.

Referenced by AST_TEST_DEFINE().


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