ASTERIX CAT010 - Transmission of Monosensor Surface Movement Data. More...
Go to the source code of this file.
Data Structures | |
struct | ast_dataitem_010_020_t |
Data Item I010/020 - Target Report Descriptor. More... | |
struct | ast_dataitem_010_040_t |
Data Item I010/040 - Measured Position in Polar Co-ordinates. More... | |
struct | ast_dataitem_010_042_t |
Data Item I010/042 - Calculated Position in Cartesian Co-ordinates. More... | |
struct | ast_dataitem_010_131_t |
Data Item I010/131 - Amplitude of Primary Plot. More... | |
struct | ast_dataitem_010_170_t |
Data Item I010/170 - Track Status. More... | |
struct | ast_dataitem_010_270_t |
Data Item I010/270 - Target Size & Orientation. More... | |
Typedefs | |
typedef ast_dataitem_message_type_t | ast_dataitem_010_000_t |
Data Item I010/000 - Message Type. More... | |
typedef ast_dataitem_data_source_identifier_t | ast_dataitem_010_010_t |
Item I010/010 - Data Source Identifier. More... | |
typedef ast_dataitem_mode_3a_code_t | ast_dataitem_010_060_t |
Data Item I010/060 - Mode-3/A Code in Octal Representation. More... | |
typedef ast_dataitem_mode_c_code_t | ast_dataitem_010_090_t |
Data Item I010/090 - Flight Level in Binary Representation. More... | |
typedef ast_dataitem_time_of_day_t | ast_dataitem_010_140_t |
Data Item I010/140 - Time of Day. More... | |
typedef ast_dataitem_track_number_t | ast_dataitem_010_161_t |
Data Item I010/161 - Track Number. More... | |
typedef ast_dataitem_velocity_cartesian_t | ast_dataitem_010_202_t |
Data Item I010/202 - Calculated Track Velocity in Cartesian Coordinates. More... | |
ASTERIX CAT010 - Transmission of Monosensor Surface Movement Data.
This file includes implementation of ASTERIX CAT010.
#define ast_dataitem_010_040_get_size ast_dataitem_get_size_fixed_4_byte |
Get size function.
#define ast_dataitem_010_270_get_size ast_dataitem_get_size_var_3_byte |
Get size function.
#define ast_datarecord_010_get_callsign 0 |
Get callsign function.
#define ast_datarecord_010_get_coordinate 0 |
Get coordinate function.
#define ast_datarecord_010_get_icaoaddr 0 |
Get ICAO 24-bit address function.
#define ast_datarecord_010_get_polarcoord 0 |
Get polar coordinate function.
#define ast_datarecord_010_get_speed 0 |
Get speed function.
ast_dataitem_010_040_t ast_dataitem_010_040_decode | ( | const ast_dataitem_t | di | ) |
Decode function.
ast_dataitem_t ast_dataitem_010_040_encode | ( | unsigned char *const | buffer, |
const size_t | buf_size, | ||
const ast_dataitem_ex_t | xdi | ||
) |
Encode function.
void ast_dataitem_010_040_get_detail_html | ( | char * | detail, |
const size_t | detail_size, | ||
const ast_dataitem_t | di | ||
) |
Get detail function.
void ast_dataitem_010_040_get_summary | ( | char * | summary, |
const size_t | summary_size, | ||
const ast_dataitem_t | di | ||
) |
Get summary function.
ast_dataitem_010_270_t ast_dataitem_010_270_decode | ( | const ast_dataitem_t | di | ) |
Decode function.
void ast_dataitem_010_270_get_detail_html | ( | char * | detail, |
const size_t | detail_size, | ||
const ast_dataitem_t | di | ||
) |
Get detail function.
void ast_dataitem_010_270_get_summary | ( | char * | summary, |
const size_t | summary_size, | ||
const ast_dataitem_t | di | ||
) |
Get summary function.
const char* ast_dataitem_010_get_name | ( | const ast_dataitem_type_t | type | ) |
Get name function.
ast_altitude_t ast_datarecord_010_get_flightlevel | ( | const ast_datarecord_t | dr | ) |
Get flight level function.
ast_heading_t ast_datarecord_010_get_heading | ( | const ast_datarecord_t | dr | ) |
Get heading function.
ast_msgtype_t ast_datarecord_010_get_msgtype | ( | const ast_datarecord_t | dr | ) |
Get message type function.
ast_sacsic_t ast_datarecord_010_get_sacsic | ( | const ast_datarecord_t | dr | ) |
Get SAC/SIC function.
ast_squawk_t ast_datarecord_010_get_squawk | ( | const ast_datarecord_t | dr | ) |
Get Mode-3/A code function.
ast_timeofday_t ast_datarecord_010_get_timeofday | ( | const ast_datarecord_t | dr | ) |
Get time of day function.
ast_tracknum_t ast_datarecord_010_get_tracknum | ( | const ast_datarecord_t | dr | ) |
Get track number function.