mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Ref T180, added utility function getInterpolatorInfo() allowing to log some info about interpolator
This commit is contained in:
@@ -77,6 +77,9 @@ namespace BlackMisc
|
||||
//! Toogle interpolator Mode
|
||||
void toggleMode();
|
||||
|
||||
//! Info string
|
||||
QString getInterpolatorInfo() const;
|
||||
|
||||
//! Mode from string
|
||||
static Mode modeFromString(const QString &mode);
|
||||
|
||||
@@ -96,6 +99,7 @@ namespace BlackMisc
|
||||
|
||||
/**
|
||||
* CInterpolatorMulti which can be used with QMap/QHash
|
||||
* \remark Use case is emulated driver
|
||||
*/
|
||||
class BLACKMISC_EXPORT CInterpolatorMultiWrapper
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user