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

@ -11,7 +11,8 @@
* Additionally, the buffer length can be serialized too and will be put in front of the serialized buffer.
*
* Can be used with SerialLinkedListAdapter by declaring a SerializeElement with
* SerialElement<SerialBufferAdapter<bufferLengthType(will be uint8_t mostly)>> serialBufferElement
* SerialElement<SerialBufferAdapter<bufferLengthType(will be uint8_t mostly)>> serialBufferElement.
* Right now, the SerialBufferAdapter must always be initialized with the buffer and size !
*
* \ingroup serialize
*/