mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 12:55:31 +08:00
Group sending of all plane positions and surfaces into a single DBus call
This commit is contained in:
@@ -77,6 +77,10 @@ namespace XSwiftBus
|
||||
void getArgument(bool &value);
|
||||
void getArgument(double &value);
|
||||
void getArgument(std::string &value);
|
||||
void getArgument(std::vector<int> &value);
|
||||
void getArgument(std::vector<bool> &value);
|
||||
void getArgument(std::vector<double> &value);
|
||||
void getArgument(std::vector<std::string> &value);
|
||||
//! @}
|
||||
|
||||
//! Creates a DBus message containing a DBus signal
|
||||
|
||||
Reference in New Issue
Block a user