mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
[XP] Get the ground elevation under the own aircraft
This commit is contained in:
@@ -766,6 +766,13 @@ namespace XSwiftBus
|
||||
sendDBusReply(sender, serial, getAllWheelsOnGround());
|
||||
});
|
||||
}
|
||||
else if (message.getMethodName() == "getGroundElevation")
|
||||
{
|
||||
queueDBusCall([ = ]()
|
||||
{
|
||||
sendDBusReply(sender, serial, getGroundElevation());
|
||||
});
|
||||
}
|
||||
else if (message.getMethodName() == "getCom1ActiveKhz")
|
||||
{
|
||||
queueDBusCall([ = ]()
|
||||
|
||||
Reference in New Issue
Block a user