mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
Ref T709, send XSwiftBusSettings when driver is connected
* send from swift -> XPlane side * also send if settings on swift side are updated
This commit is contained in:
committed by
Mat Sutcliffe
parent
d1db1943ae
commit
cbd93da1c6
@@ -165,6 +165,10 @@ namespace XSwiftBus
|
||||
void CService::setSettings(const std::string &jsonString)
|
||||
{
|
||||
m_pluginSettings.parseXSwiftBusString(jsonString);
|
||||
|
||||
XPLMDebugString("Received settings ");
|
||||
XPLMDebugString(m_pluginSettings.convertToString().c_str());
|
||||
XPLMDebugString("\n");
|
||||
}
|
||||
|
||||
void CService::readAirportsDatabase()
|
||||
|
||||
Reference in New Issue
Block a user