mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-13 07:35:41 +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
42eb5477ec
commit
f2bf038501
@@ -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