category.h File Reference

This file includes the common used data items shares by different categories. More...

#include "platform.h"
Include dependency graph for category.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  ast_category_t {
  I001 = 1, I002 = 2, I004 = 4, I008 = 8,
  I010 = 10, I019 = 19, I020 = 20, I021 = 21,
  I023 = 23, I034 = 34, I048 = 48, I062 = 62,
  I065 = 65, I240 = 240, INULLCAT = 0
}
 Definition of category ID. More...
 

Functions

const char * ast_category_to_str (const ast_category_t type)
 Convert from ast_category_t to C string. More...
 

Detailed Description

This file includes the common used data items shares by different categories.

Enumeration Type Documentation

◆ ast_category_t

Definition of category ID.

Enumerator
I001 

Monoradar Target Reports.

I002 

Monoradar Service Messages.

I004 

Safety Net Messages.

I008 

Monoradar Weather Data.

I010 

Transmission of Monosensor Surface Movement Data.

I019 

Multilateration System Status Messages.

I020 

MLAT Messages.

I021 

ADS-B Messages.

I023 

CNS/ATM Ground Station and Service Status Reports.

I034 

Monoradar Service Messages (Next version of CAT002)

I048 

Monoradar Target Reports (Next version of CAT001)

I062 

SDPS Track Messages.

I065 

SDPS Service Status Messages.

I240 

Radar Video Transmission.

INULLCAT 

Null (empty) Category.

Function Documentation

◆ ast_category_to_str()

const char* ast_category_to_str ( const ast_category_t  type)

Convert from ast_category_t to C string.

Returns
string like "I001";