mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
Ref T709, doxygen
This commit is contained in:
committed by
Mat Sutcliffe
parent
7295ac5331
commit
d947baf344
@@ -387,13 +387,13 @@ namespace BlackSimPlugin
|
|||||||
void getSpeedBrakeRatioAsync(double *o_speedBrakeRatio);
|
void getSpeedBrakeRatioAsync(double *o_speedBrakeRatio);
|
||||||
//! @}
|
//! @}
|
||||||
|
|
||||||
//! \copydoc XSwiftBus::CService::getSettings
|
//! \copydoc XSwiftBus::CSettingsProvider::getSettings
|
||||||
//! @{
|
//! @{
|
||||||
QString getSettingsJson() const;
|
QString getSettingsJson() const;
|
||||||
void getSettingsJsonAsync(QString *o_jsonSettings);
|
void getSettingsJsonAsync(QString *o_jsonSettings);
|
||||||
//! @}
|
//! @}
|
||||||
|
|
||||||
//! \copydoc XSwiftBus::CService::setSettings
|
//! \copydoc XSwiftBus::CSettingsProvider::setSettings
|
||||||
void setSettingsJson(const QString &json);
|
void setSettingsJson(const QString &json);
|
||||||
};
|
};
|
||||||
} // ns
|
} // ns
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ namespace XSwiftBus
|
|||||||
CSettings(const std::string &json);
|
CSettings(const std::string &json);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
//! \copydoc CXSwiftBusSettingsQtFree::objectUpdated
|
//! \copydoc BlackMisc::Simulation::Settings::CXSwiftBusSettingsQtFree::objectUpdated
|
||||||
virtual void objectUpdated() override final {}
|
virtual void objectUpdated() override final {}
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -36,7 +36,7 @@ namespace XSwiftBus
|
|||||||
class CSettingsProvider
|
class CSettingsProvider
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
//! By value
|
//! Get settings
|
||||||
//! \threadsafe
|
//! \threadsafe
|
||||||
CSettings getSettings() const;
|
CSettings getSettings() const;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user