1
0
forked from fsfw/fsfw

printer improvements and fixes

tc packet stored getter function
This commit is contained in:
2020-05-19 20:24:58 +02:00
parent e2418d61a6
commit 1aef000eff
4 changed files with 23 additions and 8 deletions

View File

@ -74,6 +74,9 @@ public:
* @param Size size of the packet.
*/
TcPacketStored( const uint8_t* data, uint32_t size);
ReturnValue_t getData(const uint8_t ** dataPtr,
size_t* dataSize);
/**
* This is a getter for the current store address of the packet.
* @return The current store address. The (raw) value is \c StorageManagerIF::INVALID_ADDRESS if