|
COMMS
Template library intended to help with implementation of communication protocols.
|
Contains definition of comms::field::BitmaskValue. More...
#include "comms/details/bits_access.h"#include "comms/details/gen_enum.h"#include "comms/Field.h"#include "comms/field/details/AdaptBasicField.h"#include "comms/field/details/OptionsParser.h"#include "comms/field/IntValue.h"#include "comms/field/tag.h"#include "comms/util/SizeToType.h"#include <limits>#include <utility>Go to the source code of this file.
Classes | |
| class | comms::field::BitmaskValue< TFieldBase, TOptions > |
| Bitmask value field. 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::BitmaskValue.