Add support for radarcape type 5 (receiver position) messages.
This commit is contained in:
parent
5063efe064
commit
4bb070be50
5 changed files with 135 additions and 4 deletions
|
|
@ -566,6 +566,9 @@ void interactiveInit(void);
|
|||
void interactiveShowData(void);
|
||||
void interactiveCleanup(void);
|
||||
|
||||
// Provided by dump1090.c / view1090.c / faup1090.c
|
||||
void receiverPositionChanged(float lat, float lon, float alt);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue