1
0
forked from fsfw/fsfw

updated tmtc packet base

This commit is contained in:
2020-05-19 19:39:19 +02:00
parent 2790a40d6c
commit f612b095c1
4 changed files with 24 additions and 10 deletions

View File

@ -125,6 +125,13 @@ public:
* current content of the packet.
*/
void setErrorControl();
/**
* This sets the source data. It copies the provided data to
* the internal TmPacketPointer source data location.
* @param sourceData
* @param sourceSize
*/
void setSourceData(uint8_t* sourceData, size_t sourceSize);
/**
* With this method, the packet data pointer can be redirected to another
* location.