COMMS
Template library intended to help with implementation of communication protocols.
comms::option::def::SequenceElemLengthForcingEnabled Struct Reference

#include "comms/options.h"

Detailed Description

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.


The documentation for this struct was generated from the following file: