|
COMMS
Template library intended to help with implementation of communication protocols.
|
Contains definition of comms::field::Variant. More...
#include "comms/details/macro_common.h"#include "comms/details/variant_access.h"#include "comms/ErrorStatus.h"#include "comms/field/basic/Variant.h"#include "comms/field/details/AdaptBasicField.h"#include "comms/options.h"#include "comms/util/Tuple.h"#include <utility>Go to the source code of this file.
Classes | |
| class | comms::field::Variant< TFieldBase, TMembers, TOptions > |
| Defines a "variant" field, that can contain any of the provided ones. More... | |
Namespaces | |
| namespace | comms |
| Main namespace for all classes / functions of COMMS library. | |
| namespace | comms::field |
| Namespace that contains definitions of all message fields. | |
Contains definition of comms::field::Variant.