summaryrefslogtreecommitdiffstats
path: root/parameter/SubsystemObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/SubsystemObject.h')
-rw-r--r--parameter/SubsystemObject.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/parameter/SubsystemObject.h b/parameter/SubsystemObject.h
index 711d9d1..d08f3c4 100644
--- a/parameter/SubsystemObject.h
+++ b/parameter/SubsystemObject.h
@@ -34,6 +34,7 @@
#include <stdint.h>
class CInstanceConfigurableElement;
+class CMappingContext;
class CSubsystemObject : public ISyncer
{
@@ -63,6 +64,9 @@ protected:
void blackboardWrite(const void* pvData, uint32_t uiSize);
// Logging
void log(const string& strMessage, ...) const;
+ // Mapping formatting
+ static string formatMappingValue(const string& strMappingValue, uint32_t uiFirstAmendKey, uint32_t uiNbAmendKeys, const CMappingContext& context);
+
private:
// Instance element to sync from/to
CInstanceConfigurableElement* _pInstanceConfigurableElement;