|
COMMS
Template library intended to help with implementation of communication protocols.
|
Contains definition of comms::frame::SyncSuffixLayer. More...
#include "comms/cast.h"#include "comms/CompileControl.h"#include "comms/details/tag.h"#include "comms/field/IntValue.h"#include "comms/frame/details/SyncSuffixLayerBase.h"#include "comms/frame/details/SyncSuffixLayerOptionsParser.h"#include "comms/util/type_traits.h"#include <iterator>#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| class | comms::frame::SyncSuffixLayer< TField, TNextLayer, TOptions > |
| Frame layer that uses "sync" field as a suffix (after message payload) to all the preceding 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::SyncSuffixLayer.