1
0
forked from fsfw/fsfw

Merge remote-tracking branch 'upstream/master' into mueller/serialize-convergence

This commit is contained in:
2020-09-10 15:23:22 +02:00
7 changed files with 128 additions and 67 deletions

View File

@ -46,7 +46,7 @@ public:
* @param[in] maxSize The size of the buffer that is allowed to be used for serialize.
* @param[in] streamEndianness Endianness of the serialized data according to SerializeIF::Endianness
* @return
* - @¢ BUFFER_TOO_SHORT The given buffer in is too short
* - @c BUFFER_TOO_SHORT The given buffer in is too short
* - @c RETURN_FAILED Generic error
* - @c RETURN_OK Successful serialization
*/