Data Item I019/550 - System Status

Data Structures

struct  ast_dataitem_019_550_t
 Data Item I019/550 - System Status. More...
 

Macros

#define ast_dataitem_019_550_get_size   ast_dataitem_get_size_fixed_1_byte
 Get size function. More...
 

Enumerations

enum  ast_mlat_system_status_t { AST_MLAT_SYS_STATUS_OPERATIONAL = 0, AST_MLAT_SYS_STATUS_DEGRADED = 1, AST_MLAT_SYS_STATUS_NOGO = 2, AST_MLAT_SYS_STATUS_UNDIFINED = 3 }
 MLAT system status type. More...
 

Functions

ast_dataitem_019_550_t ast_dataitem_019_550_decode (const ast_dataitem_t di)
 Decode function. More...
 
void ast_dataitem_019_550_get_summary (char *summary, const size_t summary_size, const ast_dataitem_t di)
 Get Summary function. More...
 
void ast_dataitem_019_550_get_detail_html (char *detail, const size_t detail_size, const ast_dataitem_t di)
 Get detail function. More...
 

Detailed Description

Macro Definition Documentation

◆ ast_dataitem_019_550_get_size

#define ast_dataitem_019_550_get_size   ast_dataitem_get_size_fixed_1_byte

Get size function.

Enumeration Type Documentation

◆ ast_mlat_system_status_t

MLAT system status type.

Enumerator
AST_MLAT_SYS_STATUS_OPERATIONAL 
AST_MLAT_SYS_STATUS_DEGRADED 
AST_MLAT_SYS_STATUS_NOGO 
AST_MLAT_SYS_STATUS_UNDIFINED 

Function Documentation

◆ ast_dataitem_019_550_decode()

ast_dataitem_019_550_t ast_dataitem_019_550_decode ( const ast_dataitem_t  di)

Decode function.

◆ ast_dataitem_019_550_get_detail_html()

void ast_dataitem_019_550_get_detail_html ( char *  detail,
const size_t  detail_size,
const ast_dataitem_t  di 
)

Get detail function.

◆ ast_dataitem_019_550_get_summary()

void ast_dataitem_019_550_get_summary ( char *  summary,
const size_t  summary_size,
const ast_dataitem_t  di 
)

Get Summary function.