mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-06 01:06:31 +08:00
refs #207, renamed CValueMap to CIndexVariantMap.
* The map will be used with CSimulaorInfo to transfer a variable number of setting information about the flight simulator. It is being used, because it is already DBus and tupel compliant. The new name better fits its purpose. * Add == operator for CIndexVariantMap (ambiguity error with tupels)
This commit is contained in:
@@ -208,7 +208,7 @@ namespace BlackMiscTest
|
||||
/*
|
||||
* Receive value map
|
||||
*/
|
||||
void Testservice::receiveValueMap(const BlackMisc::CValueMap &valueMap) const
|
||||
void Testservice::receiveValueMap(const BlackMisc::CIndexVariantMap &valueMap) const
|
||||
{
|
||||
qDebug() << "Pid:" << ServiceTool::getPid() << "Received value map:" << valueMap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user