COMMS
Template library intended to help with implementation of communication protocols.
|
Contains definition of comms::protocol::MsgSizeLayer. More...
#include <iterator>
#include <type_traits>
#include "comms/CompileControl.h"
#include "comms/field/IntValue.h"
#include "comms/MessageBase.h"
#include "comms/details/tag.h"
#include "comms/protocol/details/ProtocolLayerBase.h"
#include "comms/protocol/details/MsgSizeLayerOptionsParser.h"
#include "comms/protocol/details/ProtocolLayerExtendingClassHelper.h"
#include "comms/util/type_traits.h"
Go to the source code of this file.
Classes | |
class | comms::protocol::MsgSizeLayer< TField, TNextLayer, TOptions > |
Protocol layer that uses size field as a prefix to all the subsequent data written by other (next) layers. More... | |
Namespaces | |
namespace | comms |
Main namespace for all classes / functions of COMMS library. | |
namespace | comms::protocol |
Namespace that contains definition of layers that can be used to wrap message data with transport data. | |
Contains definition of comms::protocol::MsgSizeLayer.