|
COMMS
Template library intended to help with implementation of communication protocols.
|
Contains definition of comms::field::IntValue. More...
#include "comms/CompileControl.h"#include "comms/ErrorStatus.h"#include "comms/details/tag.h"#include "comms/field/basic/IntValue.h"#include "comms/field/details/AdaptBasicField.h"#include "comms/options.h"#include "comms/util/type_traits.h"#include <limits>#include <ratio>#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| class | comms::field::IntValue< TFieldBase, T, TOptions > |
| Field that represent integral value. 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::IntValue.