ASTERIX CAT065 - SDPS Service Status Messages. More...
Go to the source code of this file.
Data Structures | |
struct | ast_dataitem_065_020_t |
Data Item I065/020 - Batch Number. More... | |
struct | ast_dataitem_065_040_t |
Data Item I065/040 - SDPS Configuration and Status. More... | |
struct | ast_datarecord_065_t |
Data Record I065 - SDPS Service Status Messages. More... | |
Typedefs | |
typedef ast_dataitem_message_type_t | ast_dataitem_065_000_t |
Data Item I065/000 - Message Type. More... | |
typedef ast_dataitem_data_source_identifier_t | ast_dataitem_065_010_t |
Data Item I065/010 - Data Source Identifier. More... | |
typedef ast_dataitem_service_id_t | ast_dataitem_065_015_t |
Data Item I065/015 - Service Identification. More... | |
typedef ast_dataitem_time_of_day_t | ast_dataitem_065_030_t |
Data Item I065/030 - Time of Message. More... | |
Enumerations | |
enum | ast_sdps_message_type_t { SDPS_MESSAGE_STATUS = 1, SDPS_MESSAGE_END_OF_BATCH = 2, SDPS_MESSAGE_SERVICE_STATUS_REPORT = 3 } |
SDPS message type. More... | |
enum | ast_sdps_status_t { AST_SDPS_STATUS_OPERATIONAL = 0, AST_SDPS_STATUS_DEGRADED = 1, AST_SDPS_STATUS_DISCONNECTED = 2, AST_SDPS_STATUS_UNKNOWN = 3 } |
SDPS status. More... | |
Functions | |
const char * | ast_dataitem_065_get_name (const ast_dataitem_type_t type) |
Get name function. More... | |
void | ast_dataitem_065_000_get_summary (char *summary, const size_t summary_size, const ast_dataitem_t di) |
Get summary function. More... | |
ast_dataitem_065_020_t | ast_dataitem_065_020_decode (const ast_dataitem_t di) |
Decode function. More... | |
void | ast_dataitem_065_020_get_summary (char *summary, const size_t summary_size, const ast_dataitem_t di) |
Get summary function. More... | |
ast_dataitem_065_040_t | ast_dataitem_065_040_decode (const ast_dataitem_t di) |
Decode function. More... | |
void | ast_dataitem_065_040_get_summary (char *summary, const size_t summary_size, const ast_dataitem_t di) |
Get summary function. More... | |
void | ast_dataitem_065_040_get_detail_html (char *detail, const size_t detail_size, const ast_dataitem_t di) |
Get detail function. More... | |
ast_datarecord_065_t | ast_datarecord_065_disassemble (const ast_datarecord_t dr) |
Disassemble function. More... | |
ASTERIX CAT065 - SDPS Service Status Messages.
const char* ast_dataitem_065_get_name | ( | const ast_dataitem_type_t | type | ) |
Get name function.