From 6ba361d96bc2581667b3400f87ff89fae6449e1f Mon Sep 17 00:00:00 2001 From: Patrick Benavoli Date: Wed, 31 Aug 2011 11:23:24 +0200 Subject: parameter-framework: improvements and corrections BZ: 6721 - Bug correction concerning selection criteria display (inclusive type) - Adapted XML format to allow for only on parameter to be associated to a domain - Removed unused files in parameter project Change-Id: I9f42d08ff8cb60354714fe3d6b0f0b321ad0a7bf Orig-Change-Id: I837e553070f5acf2d275082c986ba29433493e31 Signed-off-by: Patrick Benavoli Reviewed-on: http://android.intel.com:8080/16878 Reviewed-by: Mahe, Erwan Tested-by: Barthes, FabienX Reviewed-by: buildbot Tested-by: buildbot --- parameter/ParameterBlackboard.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'parameter/ParameterBlackboard.h') diff --git a/parameter/ParameterBlackboard.h b/parameter/ParameterBlackboard.h index 5812d0b..da4fc7b 100644 --- a/parameter/ParameterBlackboard.h +++ b/parameter/ParameterBlackboard.h @@ -50,8 +50,7 @@ public: void read(void* pvDstData, uint32_t uiSize, uint32_t uiOffset, bool bBigEndian) const; // Access from/to subsystems - void rawRead(void* pvDstData, uint32_t uiSize, uint32_t uiOffset) const; - void rawWrite(const void* pvDstData, uint32_t uiSize, uint32_t uiOffset); + uint8_t* getLocation(uint32_t uiOffset); // Configuration handling void restoreFrom(const CParameterBlackboard* pFromBlackboard, uint32_t uiOffset); @@ -60,7 +59,7 @@ public: // Serialization void serialize(CBinaryStream& binaryStream); private: - uint8_t* _puiData; + uint8_t* _pucData; uint32_t _uiSize; }; -- cgit v1.1