Data Structures | |
struct | ast_dataitem_020_230_t |
Data Item I020/230 - Communications/ACAS Capability and Flight Status. More... | |
Macros | |
#define | ast_dataitem_020_230_get_size ast_dataitem_get_size_fixed_2_byte |
Get size function. More... | |
Enumerations | |
enum | ast_mlat_comm_capbility_t { MLAT_COMM_NONE = 0, MLAT_COMM_A_B = 1, MLAT_COMM_A_B_U = 2, MLAT_COMM_A_B_U_D = 3, MLAT_COMM_L5 = 4, MLAT_COMM_UNDIFINED = 5 } |
MLAT communication capbility. More... | |
enum | ast_mlat_flight_status_t { MLAT_STAT_AIRBORNE = 0, MLAT_STAT_GROUND = 1, MLAT_STAT_AIRBORNE_ALERT = 2, MLAT_STAT_GROUND_ALERT = 3, MLAT_STAT_ALERT_SPI = 4, MLAT_STAT_SPI = 5, MLAT_STAT_UNDIFINED = 6, MLAT_STAT_UNKNOWN = 7 } |
MLAT flight status. More... | |
Functions | |
ast_dataitem_020_230_t | ast_dataitem_020_230_decode (const ast_dataitem_t di) |
Decode function. More... | |
void | ast_dataitem_020_230_get_summary (char *summary, const size_t summary_size, const ast_dataitem_t di) |
Get summary funciton. More... | |
void | ast_dataitem_020_230_get_detail_html (char *detail, const size_t detail_size, const ast_dataitem_t di) |
Get detail function. More... | |
#define ast_dataitem_020_230_get_size ast_dataitem_get_size_fixed_2_byte |
Get size function.
ast_dataitem_020_230_t ast_dataitem_020_230_decode | ( | const ast_dataitem_t | di | ) |
Decode function.
void ast_dataitem_020_230_get_detail_html | ( | char * | detail, |
const size_t | detail_size, | ||
const ast_dataitem_t | di | ||
) |
Get detail function.
void ast_dataitem_020_230_get_summary | ( | char * | summary, |
const size_t | summary_size, | ||
const ast_dataitem_t | di | ||
) |
Get summary funciton.