1
0
forked from fsfw/fsfw

Serial Fixed Array List template type clarifications

This commit is contained in:
2020-01-15 17:30:23 +01:00
parent 9aa57f29b8
commit 1437f33027
3 changed files with 16 additions and 10 deletions

View File

@ -12,6 +12,7 @@
#include <utility>
/**
* Also serializes length field !
* \ingroup serialize
*/
template<typename T, typename count_t = uint8_t>