COMMS
Template library intended to help with implementation of communication protocols.
|
#include "comms/options.h"
Option that forces collection fields to append provides suffix every time it is serialised.
It is a bit looser version than SequenceTerminationFieldSuffix. Encountering the expected termination value doesn't terminate the read operation on the sequence. The size of the sequence should be defined by other means. For example, zero termination string that occupies exactly 6 bytes when serialised (padded with zeroes at the end) will be defined like this:
TField | Type of the field that represents suffix |