Service Interface Stream buffer size higher to print long buffers (like nav data)

This commit is contained in:
2019-11-25 00:14:39 +01:00
parent 2f14fd5d4d
commit 2039aa5665
3 changed files with 7 additions and 7 deletions

View File

@ -52,7 +52,7 @@ public:
* Success or Failure Reports are generated automatically after execution of this method.
* If a Telecommand can not be executed within one call cycle, this Base class is not the right parent.
* The child class may add additional error information in #errorParameters which are attached to the generated
* verification message.
* verification message. Subservice checking should be implemented in this method.
* @return The returned status_code is directly taken as main error code in the Verification Report.
* On success, RETURN_OK shall be returned.
*/