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