COMMS
Template library intended to help with implementation of communication protocols.
|
#include "comms/options.h"
Option to force comms::protocol::ProtocolLayerBase class to split read operation "until" and "from" data (payload) layer.
Can be used by some layers which require its read operation to be fully complete before read is forwared to data layer, i.e. until message contents being read.