mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-29 12:45:40 +08:00
Ref T709, update function where only changed members are changed
This commit is contained in:
committed by
Mat Sutcliffe
parent
f6ad82daab
commit
9982f9cfb9
@@ -69,6 +69,9 @@ namespace BlackMisc
|
||||
//! Convert to string
|
||||
std::string convertToString() const;
|
||||
|
||||
//! Update only changed values
|
||||
int update(const CXSwiftBusSettingsQtFree &newValues);
|
||||
|
||||
//! Sets timestamp to now
|
||||
virtual void setCurrentUtcTime();
|
||||
|
||||
@@ -82,8 +85,8 @@ namespace BlackMisc
|
||||
static constexpr char JsonFollowAircraftDistanceM[] = "followAircraftDistance";
|
||||
//! @}
|
||||
|
||||
//! Pasing completed
|
||||
virtual void jsonParsed();
|
||||
//! Object has been updated
|
||||
virtual void objectUpdated();
|
||||
|
||||
std::string m_dBusServerAddress { "tcp:host=127.0.0.1,port=45001" }; //!< DBus server
|
||||
int m_maxPlanes = 100; //!< max. planes in XPlane
|
||||
|
||||
Reference in New Issue
Block a user