1
0
forked from fsfw/fsfw

Added documentation

This commit is contained in:
2020-09-07 18:35:25 +02:00
parent b65789824c
commit 0258ce62f0
2 changed files with 64 additions and 9 deletions

View File

@ -43,7 +43,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
*/