1
0
forked from fsfw/fsfw

Some bugfixes(?) for PusServiceBase.

Getter Function for Serial Buffer Adapter.
This commit is contained in:
2020-01-04 16:37:08 +01:00
parent 0a57103339
commit 827f185e20
6 changed files with 24 additions and 15 deletions

View File

@ -56,7 +56,7 @@ public:
bool bigEndian);
uint8_t * getBuffer();
//void setBuffer(uint8_t * buffer_);
void setBuffer(uint8_t * buffer_);
private:
bool serializeLength;
const uint8_t *constBuffer;