convert.h
Go to the documentation of this file.
1 // vim:set ft=c.doxygen sw=2 sts=2 fenc=utf8:
2 
3 /*
4  * libasterix
5  * Copyright [2013-2020] SinoATC <http://www.sinoatc.com>.
6  * All Rights Reserved.
7  *
8  * NOTICE: All information contained herein is, and remains
9  * the property of SinoATC and its suppliers, if any.
10  * The intellectual and technical concepts contained herein
11  * are proprietary to Aerosys Corporation and its suppliers and may be
12  * covered by U.S. and Foreign Patents, patents in process,
13  * and are protected by trade secret or copyright law.
14  * Dissemination of this information or reproduction of this material
15  * is strictly forbidden unless prior written permission is obtained
16  * from SinoATC.
17  */
18 
25 #ifndef LIBASTERIX_CONVERT_H
26 #define LIBASTERIX_CONVERT_H
27 
28 #include "cat001.h"
29 #include "cat002.h"
30 #include "cat034.h"
31 #include "cat048.h"
32 
33 #ifdef __cplusplus
34 extern "C" {
35 #endif
36 
39 
42 
43 #ifdef __cplusplus
44 }
45 #endif // extern "C"
46 
47 #endif //LIBASTERIX_CONVERT_H
ast_datarecord_002_t ast_datarecord_convert_034_002(const ast_datarecord_034_t dr034)
Conver CAT034 data record to CAT002 data record;.
#define AST_API
Definition: platform.h:63
Data Record I048 - Transmission of Monoradar Target Reports.
Definition: cat048.h:701
ASTERIX CAT002 - Monoradar Service Messages.
ASTERIX CAT001 - Monoradar Target Reports.
Data Record I034 - Transmission of Monoradar Service Messages.
Definition: cat034.h:453
ASTERIX CAT048 - Transmission of Monoradar Target Reports.
ast_datarecord_001_t ast_datarecord_convert_048_001(const ast_datarecord_048_t dr048)
Conver CAT048 data record to CAT001 data record;.
ASTERIX CAT034 - Transmission of Monoradar Service Messages.
Data Record I001 - Monoradar Target Reports.
Definition: cat001.h:637
Data Record I002 - Monoradar Service Messages.
Definition: cat002.h:241