Data Fields | |
int | aoc_s_count |
struct ast_aoc_s_entry | aoc_s_entries [10] |
enum ast_aoc_billing_id | billing_id |
enum ast_aoc_charge_type | charge_type |
struct ast_aoc_charging_association | charging_association |
unsigned int | currency_amount |
char | currency_name [AOC_CURRENCY_NAME_SIZE] |
enum ast_aoc_type | msg_type |
enum ast_aoc_currency_multiplier | multiplier |
enum ast_aoc_request | request_flag |
char | termination_request |
enum ast_aoc_total_type | total_type |
int | unit_count |
struct ast_aoc_unit_entry | unit_list [32] |
int aoc_s_count |
Definition at line 96 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_s_add_entry(), aoc_s_event(), ast_aoc_s_get_count(), and ast_aoc_s_get_rate_info().
struct ast_aoc_s_entry aoc_s_entries[10] |
Definition at line 97 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_s_add_entry(), aoc_s_event(), and ast_aoc_s_get_rate_info().
enum ast_aoc_billing_id billing_id |
Definition at line 90 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_d_event(), aoc_e_event(), aoc_parse_ie(), ast_aoc_get_billing_id(), and ast_aoc_set_billing_id().
enum ast_aoc_charge_type charge_type |
Definition at line 76 of file aoc.c.
Referenced by aoc_d_event(), aoc_e_event(), ast_aoc_create(), ast_aoc_decode(), ast_aoc_encode(), and ast_aoc_get_charge_type().
struct ast_aoc_charging_association charging_association |
Definition at line 93 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_e_event(), aoc_parse_ie(), ast_aoc_get_association_info(), ast_aoc_set_association_id(), and ast_aoc_set_association_number().
unsigned int currency_amount |
Definition at line 82 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_d_event(), aoc_e_event(), aoc_parse_ie(), ast_aoc_get_currency_amount(), and ast_aoc_set_currency_info().
char currency_name[AOC_CURRENCY_NAME_SIZE] |
Definition at line 83 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_d_event(), aoc_e_event(), aoc_parse_ie(), ast_aoc_get_currency_name(), and ast_aoc_set_currency_info().
enum ast_aoc_type msg_type |
Definition at line 75 of file aoc.c.
Referenced by ast_aoc_add_unit_entry(), ast_aoc_create(), ast_aoc_decode(), ast_aoc_decoded2str(), ast_aoc_encode(), ast_aoc_get_msg_type(), ast_aoc_manager_event(), ast_aoc_set_association_id(), ast_aoc_set_association_number(), and ast_aoc_set_termination_request().
enum ast_aoc_currency_multiplier multiplier |
Definition at line 81 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_d_event(), aoc_e_event(), aoc_parse_ie(), ast_aoc_get_currency_multiplier(), ast_aoc_get_currency_multiplier_decimal(), and ast_aoc_set_currency_info().
enum ast_aoc_request request_flag |
Definition at line 77 of file aoc.c.
Referenced by aoc_request_event(), ast_aoc_create(), ast_aoc_decode(), ast_aoc_encode(), and ast_aoc_get_request().
char termination_request |
Definition at line 100 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_parse_ie(), ast_aoc_get_termination_request(), and ast_aoc_set_termination_request().
enum ast_aoc_total_type total_type |
Definition at line 78 of file aoc.c.
Referenced by aoc_d_event(), ast_aoc_decode(), ast_aoc_encode(), ast_aoc_get_total_type(), and ast_aoc_set_total_type().
int unit_count |
Definition at line 86 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_d_event(), aoc_e_event(), ast_aoc_add_unit_entry(), ast_aoc_get_unit_count(), and ast_aoc_get_unit_info().
struct ast_aoc_unit_entry unit_list[32] |
Definition at line 87 of file aoc.c.
Referenced by aoc_create_ie_data(), aoc_d_event(), aoc_e_event(), ast_aoc_add_unit_entry(), and ast_aoc_get_unit_info().