COMMS
Template library intended to help with implementation of communication protocols.
|
#include "comms/options.h"
Disallow usage of ProtocolLayerForceReadUntilDataSplit option in earlier (outer wrapping) layers.
Some layers, such as comms::protocol::ChecksumLayer cannot split their "read" operation to "until" and "from" data layer. They can use this option to prevent outer layers from using ProtocolLayerForceReadUntilDataSplit one.