1
0
forked from fsfw/fsfw

added function to set color

This commit is contained in:
2021-06-11 14:52:09 +02:00
parent 4b095eea89
commit 1630682548
4 changed files with 11 additions and 0 deletions

View File

@ -46,6 +46,8 @@ public:
*/
bool crAdditionEnabled() const;
bool setAsciiColorPrefix(std::string asciiColorCode);
protected:
ServiceInterfaceBuffer streambuf;
};