COMMS
Template library intended to help with implementation of communication protocols.
|
#include "comms/options.h"
Option that forces usage of fixed size storage for sequences with fixed size.
Equivalent to FixedSizeStorage option, but applicable only to sequence types comms::field::ArrayList or comms::field::String, that alrady use SequenceFixedSize option. Usage of this option do not require knowledge of the storage area size.