aboutsummaryrefslogtreecommitdiffstats
path: root/parameter/FixedPointParameterType.h
diff options
context:
space:
mode:
Diffstat (limited to 'parameter/FixedPointParameterType.h')
-rw-r--r--parameter/FixedPointParameterType.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/parameter/FixedPointParameterType.h b/parameter/FixedPointParameterType.h
index 78b0b7e..d4e13d4 100644
--- a/parameter/FixedPointParameterType.h
+++ b/parameter/FixedPointParameterType.h
@@ -58,6 +58,8 @@ private:
uint32_t getUtilSizeInBits() const;
// Out of range error
string getOutOfRangeError(const string& strValue, bool bRawValueSpace, bool bHexaValue) const;
+ // Check data is consistent with available range, with respect to its sign
+ bool isConsistent(uint32_t uiData) const;
// Integral part in Q notation
uint32_t _uiIntegral;