ast_datarecord_ex_t Struct Reference

Extracted datarecord. More...

#include <datarecord.h>

Collaboration diagram for ast_datarecord_ex_t:

Data Fields

ast_category_t category
 Category of data record. More...
 
ast_uap_t uap
 UAP of data record. More...
 
ast_dataitem_ex_t dataitems [32]
 
size_t n_dataitems
 

Detailed Description

Extracted datarecord.

Examples
example.c.

Field Documentation

◆ category

ast_category_t ast_datarecord_ex_t::category

Category of data record.

Examples
example.c.

◆ dataitems

ast_dataitem_ex_t ast_datarecord_ex_t::dataitems[32]
Examples
example.c.

◆ n_dataitems

size_t ast_datarecord_ex_t::n_dataitems
Examples
example.c.

◆ uap

ast_uap_t ast_datarecord_ex_t::uap

UAP of data record.

Examples
example.c.

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