|
COMMS
Template library intended to help with implementation of communication protocols.
|
This file contains the definition and implementation of the static queue, which also can be used as circular buffer. More...
#include "comms/Assert.h"#include "comms/CompileControl.h"#include "comms/util/AlignedStorage.h"#include "comms/util/SizeToType.h"#include "comms/util/type_traits.h"#include <algorithm>#include <array>#include <cstddef>#include <cstdint>#include <iterator>#include <stdexcept>#include <string>#include <type_traits>#include <utility>Go to the source code of this file.
Namespaces | |
| namespace | comms |
| Main namespace for all classes / functions of COMMS library. | |
| namespace | comms::util |
| Namespace for various utility classes and/or functions used by COMMS library. | |
This file contains the definition and implementation of the static queue, which also can be used as circular buffer.