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

#include "comms/options.h"

Detailed Description

template<typename TFields>
struct comms::option::def::ExtraTransportFields< TFields >

Option used to specify some extra fields from transport framing.

Some fields from transport framing may influence the way on how message fields get read or written. It may also have an influence on how message is handled. This option is intended to provide a list of such fields, bundled in std::tuple, to comms::Message interface class.

Template Parameters
TFieldsThe fields of the message bundled in std::tuple.

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