COMMS
Template library intended to help with implementation of communication protocols.
|
Contains definition of comms::frame::MsgSizeLayer. More...
#include "comms/CompileControl.h"
#include "comms/details/tag.h"
#include "comms/field/IntValue.h"
#include "comms/frame/details/MsgSizeLayerBase.h"
#include "comms/frame/details/MsgSizeLayerConstNullPtrCastHelper.h"
#include "comms/frame/details/MsgSizeLayerOptionsParser.h"
#include "comms/MessageBase.h"
#include "comms/util/type_traits.h"
#include <iterator>
#include <type_traits>
Go to the source code of this file.
Classes | |
class | comms::frame::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::frame |
Namespace that contains definition of layers that can be used to wrap message data with transport data. | |
Contains definition of comms::frame::MsgSizeLayer.