local pool modify data doc modifided

This commit is contained in:
Robin Müller 2019-12-11 23:15:34 +01:00
parent 9382eb03e6
commit 625f3dc79c

View File

@ -194,10 +194,11 @@ public:
uint32_t* size); 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_id Store ID of data to modify
* @param packet_ptr * @param packet_ptr [out] pointer to the pool entry to modify
* @param size [out] size of changed data * @param size [out] size of pool entry
* @return * @return
*/ */
ReturnValue_t modifyData(store_address_t packet_id, uint8_t** packet_ptr, ReturnValue_t modifyData(store_address_t packet_id, uint8_t** packet_ptr,