From 625f3dc79c33794c041bf91af87bd0a2d271e67b Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Wed, 11 Dec 2019 23:15:34 +0100 Subject: [PATCH] local pool modify data doc modifided --- storagemanager/LocalPool.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/storagemanager/LocalPool.h b/storagemanager/LocalPool.h index 57c80c2e..80e6a495 100644 --- a/storagemanager/LocalPool.h +++ b/storagemanager/LocalPool.h @@ -194,10 +194,11 @@ public: uint32_t* size); /** - * Modify data by supplying a previously obtaind packet pointer + * Modify data by supplying a packet pointer and using that packet pointer + * to access and modify the pool entry (via *pointer call) * @param packet_id Store ID of data to modify - * @param packet_ptr - * @param size [out] size of changed data + * @param packet_ptr [out] pointer to the pool entry to modify + * @param size [out] size of pool entry * @return */ ReturnValue_t modifyData(store_address_t packet_id, uint8_t** packet_ptr,