COMMS
Template library intended to help with implementation of communication protocols.
Loading...
Searching...
No Matches
Namespaces | Typedefs
TransportValueLayer.h File Reference

Contains definition of comms::protocol::TransportValueLayer. More...

#include "comms/frame/TransportValueLayer.h"
#include "comms/protocol/ProtocolLayerBase.h"

Go to the source code of this file.

Namespaces

namespace  comms
 Main namespace for all classes / functions of COMMS library.
 
namespace  comms::protocol
 Defines aliases to classes in the comms::frame.
 

Typedefs

template<typename TField , std::size_t TIdx, typename TNextLayer , typename... TOptions>
using comms::protocol::TransportValueLayer = comms::frame::TransportValueLayer< TField, TIdx, TNextLayer, TOptions... >
 Alias to the comms::frame::TransportValueLayer.
 

Detailed Description

Contains definition of comms::protocol::TransportValueLayer.