Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
translator_path Struct Reference
Collaboration diagram for translator_path:
Collaboration graph
[legend]

Data Fields

uint32_t comp_cost
 
uint8_t multistep
 
struct ast_translatorstep
 
uint32_t table_cost
 

Detailed Description

Definition at line 59 of file translate.c.

Field Documentation

◆ comp_cost

uint32_t comp_cost

Complete table cost to destination

Definition at line 62 of file translate.c.

Referenced by handle_show_translation_table(), and matrix_rebuild().

◆ multistep

uint8_t multistep

Multiple conversions required for this translation

Definition at line 63 of file translate.c.

Referenced by ast_translate_path_steps(), ast_translator_best_choice(), and matrix_rebuild().

◆ step

struct ast_translator* step

Next step translator

Definition at line 60 of file translate.c.

Referenced by ast_translator_build_path(), handle_show_translation_path(), and matrix_rebuild().

◆ table_cost

uint32_t table_cost

Complete table cost to destination

Definition at line 61 of file translate.c.

Referenced by ast_translator_best_choice(), and matrix_rebuild().


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