uap.h File Reference

Implementation of UAP concept defined by ASTERIX. More...

#include "category.h"
#include "dataitem.h"
Include dependency graph for uap.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

Implementation of UAP concept defined by ASTERIX.

Typedef Documentation

◆ ast_uap_func_t

typedef ast_dataitem_type_t(* ast_uap_func_t) (const ast_category_t category, const unsigned int frn)

◆ ast_uap_max_frn_func_t

typedef unsigned int(* ast_uap_max_frn_func_t) (const ast_category_t category)

Function Documentation

◆ ast_uap_get_dataitem()

ast_dataitem_type_t ast_uap_get_dataitem ( ast_uap_t  uap,
const ast_category_t  category,
const unsigned int  frn 
)

◆ ast_uap_max_frn()

unsigned int ast_uap_max_frn ( ast_uap_t  uap,
const ast_category_t  category 
)