Implementation of UAP concept defined by ASTERIX. More...
Go to the source code of this file.
Data Structures | |
struct | ast_uap_t |
Typedefs | |
typedef unsigned int(* | ast_uap_max_frn_func_t) (const ast_category_t category) |
typedef ast_dataitem_type_t(* | ast_uap_func_t) (const ast_category_t category, const unsigned int frn) |
Functions | |
unsigned int | ast_uap_max_frn (ast_uap_t uap, const ast_category_t category) |
ast_dataitem_type_t | ast_uap_get_dataitem (ast_uap_t uap, const ast_category_t category, const unsigned int frn) |
Implementation of UAP concept defined by ASTERIX.
typedef ast_dataitem_type_t(* ast_uap_func_t) (const ast_category_t category, const unsigned int frn) |
typedef unsigned int(* ast_uap_max_frn_func_t) (const ast_category_t category) |
ast_dataitem_type_t ast_uap_get_dataitem | ( | ast_uap_t | uap, |
const ast_category_t | category, | ||
const unsigned int | frn | ||
) |
unsigned int ast_uap_max_frn | ( | ast_uap_t | uap, |
const ast_category_t | category | ||
) |