COMMS
Template library intended to help with implementation of communication protocols.
|
Contains definition of comms::field::BitmaskValue. More...
#include <limits>
#include "comms/Field.h"
#include "comms/util/SizeToType.h"
#include "details/AdaptBasicField.h"
#include "details/OptionsParser.h"
#include "comms/details/gen_enum.h"
#include "comms/details/bits_access.h"
#include "comms/field/IntValue.h"
#include "comms/field/tag.h"
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.