COMMS
Template library intended to help with implementation of communication protocols.
comms::option::def::SequenceFixedSize< TSize > Struct Template Reference

#include "comms/options.h"

Detailed Description

template<std::size_t TSize>
struct comms::option::def::SequenceFixedSize< TSize >

Option used to define exact number of elements in the collection field.

Protocol specification may define that there is exact number of elements in the sequence. Use SequenceFixedSize option to convey this information to the field definition, which will force read() and write() member functions of the collection field to behave as expected.


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