Data Item - Calculated Track Velocity in Polar Co-ordinates

Standard and shared data item track velocity in polar co-ordinates. More...

Data Structures

struct  ast_dataitem_velocity_polar_t
 Data Item - Calculated Track Track Velocity in Polar Co-ordinates. More...
 

Macros

#define ast_dataitem_velocity_polar_get_size   ast_dataitem_get_size_fixed_4_byte
 Get size function. More...
 

Functions

ast_dataitem_velocity_polar_t ast_dataitem_velocity_polar_decode (const ast_dataitem_t di)
 Decode function. More...
 
ast_dataitem_t ast_dataitem_velocity_polar_encode (unsigned char *const buffer, const size_t buf_size, const ast_dataitem_ex_t xdi)
 Encode function. More...
 
void ast_dataitem_velocity_polar_get_summary (char *summary, const size_t summary_size, const ast_dataitem_t di)
 Get summary function. More...
 
void ast_dataitem_velocity_polar_get_detail_html (char *detail, const size_t detail_size, const ast_dataitem_t di)
 Get detail function. More...
 

Detailed Description

Standard and shared data item track velocity in polar co-ordinates.

It's used by:

See also
Data Item I001/200 - Calculated Track Velocity in Ploar Coordinates
Data Item I048/200 - Calculated Track Track Velocity in Polar Co-ordinates

Macro Definition Documentation

◆ ast_dataitem_velocity_polar_get_size

#define ast_dataitem_velocity_polar_get_size   ast_dataitem_get_size_fixed_4_byte

Get size function.

Function Documentation

◆ ast_dataitem_velocity_polar_decode()

ast_dataitem_velocity_polar_t ast_dataitem_velocity_polar_decode ( const ast_dataitem_t  di)

Decode function.

◆ ast_dataitem_velocity_polar_encode()

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

Encode function.

◆ ast_dataitem_velocity_polar_get_detail_html()

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

Get detail function.

◆ ast_dataitem_velocity_polar_get_summary()

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

Get summary function.