COMMS
Template library intended to help with implementation of communication protocols.
|
This file contains definition of common handler. More...
#include <tuple>
#include <type_traits>
#include "comms/util/Tuple.h"
#include "comms/util/type_traits.h"
#include "comms/details/tag.h"
Go to the source code of this file.
Classes | |
class | comms::GenericHandler< TDefault, TAll, TRetType > |
Generic common message handler. More... | |
Namespaces | |
namespace | comms |
Main namespace for all classes / functions of COMMS library. | |
This file contains definition of common handler.