If --hae is passed, report altitudes as HAE where available, with a H suffix.
This affects interactive mode and SBS output.
This commit is contained in:
parent
c99e4d9aed
commit
9479a5c9be
6 changed files with 25 additions and 12 deletions
3
net_io.h
3
net_io.h
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
// Describes a networking service (group of connections)
|
||||
|
||||
struct aircraft;
|
||||
struct modesMessage;
|
||||
struct client;
|
||||
struct net_service;
|
||||
|
|
@ -71,7 +72,7 @@ struct net_service *makeBeastInputService(void);
|
|||
struct net_service *makeFatsvOutputService(void);
|
||||
|
||||
void modesInitNet(void);
|
||||
void modesQueueOutput(struct modesMessage *mm);
|
||||
void modesQueueOutput(struct modesMessage *mm, struct aircraft *a);
|
||||
void modesNetPeriodicWork(void);
|
||||
|
||||
// TODO: move these somewhere else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue