|
COMMS
Template library intended to help with implementation of communication protocols.
|
Contains definition of comms::frame::MsgDataLayer. More...
#include "comms/Assert.h"#include "comms/Field.h"#include "comms/details/detect.h"#include "comms/details/tag.h"#include "comms/frame/details/MsgDataLayerOptionsParser.h"#include "comms/frame/FrameLayerBase.h"#include "comms/Message.h"#include "comms/MessageBase.h"#include "comms/util/Tuple.h"#include "comms/util/type_traits.h"#include <iterator>#include <tuple>#include <type_traits>Go to the source code of this file.
Classes | |
| class | comms::frame::MsgDataLayer< TOptions > |
| Message data layer. 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::MsgDataLayer.