1
0
forked from fsfw/fsfw

souce data setter function

This commit is contained in:
2020-05-19 19:00:33 +02:00
parent 483a47d353
commit 7bc29fc2d5
2 changed files with 12 additions and 0 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.
* @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.