COMMS
Template library intended to help with implementation of communication protocols.
|
#include "comms/options.h"
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.
TFields | The fields of the message bundled in std::tuple. |