COMMS
Template library intended to help with implementation of communication protocols.
|
Contains definition of comms::protocol::SyncPrefixLayer. More...
#include "comms/CompileControl.h"
#include "comms/protocol/details/ProtocolLayerBase.h"
#include "comms/protocol/details/SyncPrefixLayerOptionsParser.h"
#include "comms/protocol/details/ProtocolLayerExtendingClassHelper.h"
Go to the source code of this file.
Classes | |
class | comms::protocol::SyncPrefixLayer< TField, TNextLayer, TOptions > |
Protocol layer that uses "sync" 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::SyncPrefixLayer.