mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Decouple flightloop processing from DBus
There are needs to not only run DBus tasks, but also different generic tasks during the processing loop.
This commit is contained in:
committed by
Klaus Basan
parent
41ac858df8
commit
cfc9c3166e
@@ -118,7 +118,8 @@ namespace XSwiftBus
|
||||
//! Sets the aircraft with callsign to be followed in plane view
|
||||
void setFollowedAircraft(const std::string &callsign);
|
||||
|
||||
int processDBus() override;
|
||||
//! Perform generic processing
|
||||
int process();
|
||||
|
||||
protected:
|
||||
DBusHandlerResult dbusMessageHandler(const CDBusMessage &message) override;
|
||||
|
||||
Reference in New Issue
Block a user