|
COMMS
Template library intended to help with implementation of communication protocols.
|
Provides auxiliary functions for processing input and dispatching messages. More...
#include "comms/Assert.h"#include "comms/details/detect.h"#include "comms/details/DispatchMsgPolymorphicHelper.h"#include "comms/details/process.h"#include "comms/details/tag.h"#include "comms/dispatch.h"#include "comms/ErrorStatus.h"#include "comms/frame/FrameLayerBase.h"#include "comms/iterator.h"#include "comms/Message.h"#include "comms/MsgDispatcher.h"#include "comms/util/ScopeGuard.h"#include "comms/util/type_traits.h"#include <cstddef>#include <iterator>#include <type_traits>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | comms |
| Main namespace for all classes / functions of COMMS library. | |
Provides auxiliary functions for processing input and dispatching messages.