|
C(++)ECCO
C++ Error Control COding: a header-only library for ECC simulations and experiments, modeling complete coding systems across arbitrary finite fields and complex inter-field relationships - Christian Senger <senger@inue.uni-stuttgart.de>
|
Vertex in one trellis layer. More...
#include <trellises.hpp>
Public Member Functions | |
| Vertex (uint32_t id) noexcept | |
| Construct a vertex with layer-local id id. | |
Public Attributes | |
| uint32_t | id |
| Layer-local vertex id. | |
Vertex in one trellis layer.
The id is also the position within its layer. Decoding workspaces index arrays by this value.
Definition at line 65 of file trellises.hpp.
|
explicitnoexcept |
Construct a vertex with layer-local id id.
Definition at line 371 of file trellises.hpp.
| uint32_t CECCO::details::Vertex< T >::id |
Layer-local vertex id.
Definition at line 70 of file trellises.hpp.