mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
[XSwiftBus] Allow to write an updated xswiftbus.conf file
In a distributed core/UI swift we need to write on XPlane side
This commit is contained in:
committed by
Mat Sutcliffe
parent
80e97f749f
commit
fd3ad207bd
@@ -50,5 +50,11 @@ namespace XSwiftBus
|
||||
{
|
||||
return m_provider->getConfig();
|
||||
}
|
||||
|
||||
bool CSettingsAware::writeConfig(bool tcas, bool debug)
|
||||
{
|
||||
return m_provider->writeConfig(tcas, debug);
|
||||
}
|
||||
|
||||
} // ns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user