REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
ident.hpp
Go to the documentation of this file.
38 bool operator==(const ClusterId &other) const { return id == other.id && carrier == other.carrier; }
51 bool operator==(const SignalId &other) const { return id == other.id && cluster == other.cluster; }
Definition protocol.h:20
STL namespace.
Definition ident.hpp:18
Definition ident.hpp:34
static ClusterId from(uint8_t stack, uint8_t carrier, uint8_t node)
Definition ident.hpp:42
Definition ident.hpp:47
static SignalId from(uint8_t stack, uint8_t carrier, uint8_t node, uint8_t lane)
Definition ident.hpp:55
Definition ident.hpp:7
size_t operator()(const CarrierId &c) const noexcept
Definition ident.hpp:66
size_t operator()(const ClusterId &c) const noexcept
Definition ident.hpp:74
size_t operator()(const SignalId &s) const noexcept
Definition ident.hpp:82
size_t operator()(const StackId &c) const noexcept
Definition ident.hpp:62