1
0
forked from fsfw/fsfw

new servicei nterface buffer /stream

This commit is contained in:
2020-07-28 12:49:18 +02:00
parent 6425c0dd4c
commit afc16ef2d7
4 changed files with 9 additions and 9 deletions

View File

@ -60,7 +60,7 @@ private:
//! In this function, the characters are parsed.
void putChars(char const* begin, char const* end);
std::string getPreamble(size_t * preambleSize = nullptr);
std::string* getPreamble(size_t * preambleSize = nullptr);
};
#endif