summaryrefslogtreecommitdiffstats
path: root/parameter/BitParameterType.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/BitParameterType.h')
-rw-r--r--parameter/BitParameterType.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/parameter/BitParameterType.h b/parameter/BitParameterType.h
index ebfec7e..dee018a 100644
--- a/parameter/BitParameterType.h
+++ b/parameter/BitParameterType.h
@@ -51,6 +51,8 @@ public:
// Integer
bool toBlackboard(uint32_t uiUserValue, uint32_t& uiValue, CParameterAccessContext& parameterAccessContext) const;
void fromBlackboard(uint32_t& uiUserValue, uint32_t uiValue, CParameterAccessContext& parameterAccessContext) const;
+ // Access from area configuration
+ uint32_t merge(uint32_t uiOriginData, uint32_t uiNewData) const;
// Bit Size
uint32_t getBitSize() const;