mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 21:05:31 +08:00
Ref T778, fix getRemoteAircraftData
* send waterFlags as DBus int * waterFlags.clear() * CDBusMessage::appendArgument(const std::vector<bool> &array) squash! Ref T778, fix getRemoteAircraftData
This commit is contained in:
committed by
Mat Sutcliffe
parent
b5d100b71b
commit
6ceb91ac4f
@@ -76,6 +76,7 @@ namespace XSwiftBus
|
||||
void appendArgument(const std::string &value);
|
||||
void appendArgument(int value);
|
||||
void appendArgument(double value);
|
||||
void appendArgument(const std::vector<bool> &array);
|
||||
void appendArgument(const std::vector<double> &array);
|
||||
void appendArgument(const std::vector<std::string> &array);
|
||||
//! @}
|
||||
|
||||
Reference in New Issue
Block a user