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

@ -9,7 +9,7 @@ void ServiceInterfaceStream::setActive( bool myActive) {
this->streambuf.isActive = myActive;
}
std::string ServiceInterfaceStream::getPreamble() {
std::string* ServiceInterfaceStream::getPreamble() {
return streambuf.getPreamble();
}