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