![]() |
SatNOGS-COMMS
4.1.0
A COMMS subsystem for CubeSats
|
#include <array>#include <cstddef>#include <iterator>#include <utility>Go to the source code of this file.
Classes | |
| class | satnogs::comms::utils::hash_map< N, K, V > |
| Compile-time hash-map (associative key-value container) that performs all operations in constexpr context. This means that keys and values have to be constexpr and noexcept constructible and provide constexpr noexcept operator=. More... | |
Namespaces | |
| namespace | satnogs |
| namespace | satnogs::comms |
| namespace | satnogs::comms::utils |