Data Item I048/020 - Target Report Descriptor

Data Structures

struct  ast_dataitem_048_020_t
 Data Item I048/020 - Target Report Descriptor. More...
 

Macros

#define ast_dataitem_048_020_get_size   ast_dataitem_get_size_var_2_byte
 Get size function. More...
 

Enumerations

enum  ast_radar_target_type_t {
  AST_RADAR_TARGET_TYPE_NO_DETECTION = 0, AST_RADAR_TARGET_TYPE_PSR = 1, AST_RADAR_TARGET_TYPE_SSR = 2, AST_RADAR_TARGET_TYPE_PSR_SSR = 3,
  AST_RADAR_TARGET_TYPE_MODES_ALL_CALL = 4, AST_RADAR_TARGET_TYPE_MODES_ROLL_CALL = 5, AST_RADAR_TARGET_TYPE_PSR_MODES_ALL_CALL = 6, AST_RADAR_TARGET_TYPE_PSR_MODES_ROLL_CALL = 7
}
 
enum  ast_radar_target_friend_t { AST_RADAR_TARGET_FOE_NO_MODE4 = 0, AST_RADAR_TARGET_FOE_FRIEND = 1, AST_RADAR_TARGET_FOE_UNKNOWN = 2, AST_RADAR_TARGET_FOE_NO_REPLY = 3 }
 

Functions

ast_dataitem_048_020_t ast_dataitem_048_020_decode (const ast_dataitem_t di)
 Decode function. More...
 
ast_dataitem_t ast_dataitem_048_020_encode (unsigned char *const buffer, const size_t buf_size, const ast_dataitem_ex_t xdi)
 Encode function. More...
 
void ast_dataitem_048_020_get_summary (char *summary, const size_t summary_size, const ast_dataitem_t di)
 Get summary function. More...
 
void ast_dataitem_048_020_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_048_020_get_size

#define ast_dataitem_048_020_get_size   ast_dataitem_get_size_var_2_byte

Get size function.

Enumeration Type Documentation

◆ ast_radar_target_friend_t

Enumerator
AST_RADAR_TARGET_FOE_NO_MODE4 
AST_RADAR_TARGET_FOE_FRIEND 
AST_RADAR_TARGET_FOE_UNKNOWN 
AST_RADAR_TARGET_FOE_NO_REPLY 

◆ ast_radar_target_type_t

Enumerator
AST_RADAR_TARGET_TYPE_NO_DETECTION 
AST_RADAR_TARGET_TYPE_PSR 
AST_RADAR_TARGET_TYPE_SSR 
AST_RADAR_TARGET_TYPE_PSR_SSR 
AST_RADAR_TARGET_TYPE_MODES_ALL_CALL 
AST_RADAR_TARGET_TYPE_MODES_ROLL_CALL 
AST_RADAR_TARGET_TYPE_PSR_MODES_ALL_CALL 
AST_RADAR_TARGET_TYPE_PSR_MODES_ROLL_CALL 

Function Documentation

◆ ast_dataitem_048_020_decode()

ast_dataitem_048_020_t ast_dataitem_048_020_decode ( const ast_dataitem_t  di)

Decode function.

◆ ast_dataitem_048_020_encode()

ast_dataitem_t ast_dataitem_048_020_encode ( unsigned char *const  buffer,
const size_t  buf_size,
const ast_dataitem_ex_t  xdi 
)

Encode function.

◆ ast_dataitem_048_020_get_detail_html()

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

Get detail function.

◆ ast_dataitem_048_020_get_summary()

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

Get summary function.