COMMS
Template library intended to help with implementation of communication protocols.
Loading...
Searching...
No Matches
Classes | Namespaces
TransportValueLayer.h File Reference

Contains definition of comms::protocol::TransportValueLayer. More...

#include "ProtocolLayerBase.h"
#include "comms/CompileControl.h"
#include "comms/cast.h"
#include "comms/util/type_traits.h"
#include "comms/details/tag.h"
#include "comms/protocol/details/TransportValueLayerAdapter.h"
#include "comms/protocol/details/TransportValueLayerOptionsParser.h"
#include "comms/protocol/details/ProtocolLayerExtendingClassHelper.h"

Go to the source code of this file.

Classes

class  comms::protocol::TransportValueLayer< TField, TIdx, TNextLayer, TOptions >
 Protocol layer that reads a value from transport wrapping and reassigns it to appropriate "extra transport" data member of the created message object. 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.
 

Detailed Description

Contains definition of comms::protocol::TransportValueLayer.