COMMS
Template library intended to help with implementation of communication protocols.
|
#include <type_traits>
#include "comms/Assert.h"
#include "comms/MessageBase.h"
#include "comms/util/Tuple.h"
#include "comms/util/type_traits.h"
Go to the source code of this file.
Namespaces | |
namespace | comms |
Main namespace for all classes / functions of COMMS library. | |
Contains extra logic to help with dispatching message types and objects