COMMS
Template library intended to help with implementation of communication protocols.
|
Contains definition of comms::field::ArrayList. More...
#include "comms/CompileControl.h"
#include <vector>
#include "comms/ErrorStatus.h"
#include "comms/options.h"
#include "comms/util/StaticVector.h"
#include "comms/util/ArrayView.h"
#include "comms/util/type_traits.h"
#include "basic/ArrayList.h"
#include "details/AdaptBasicField.h"
#include "details/OptionsParser.h"
Go to the source code of this file.
Classes | |
class | comms::field::ArrayList< TFieldBase, TElement, TOptions > |
Field that represents a sequential collection of fields. 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::ArrayList.