COMMS
Template library intended to help with implementation of communication protocols.
|
#include "comms/options.h"
Option to enable external forcing of the collection element serialisation length.
Some protocols may prefix the variable length lists with serialisation length of a single element in addition to the number of elements in the list. Usage of this option enables forceReadElemLength() and clearReadElemLengthForcing() functions in the comms::field::ArrayList which can be used to specify the element serialisation length after it was read independently.