|
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>
|
Edge between two adjacent trellis layers. More...
#include <trellises.hpp>
Public Member Functions | |
| Edge (uint32_t from_id, uint32_t to_id, T value) | |
| Construct an edge from_id --value--> to_id. | |
Public Attributes | |
| uint32_t | from_id |
| Source vertex id. | |
| uint32_t | to_id |
| Target vertex id. | |
| T | value |
| Edge label. | |
Edge between two adjacent trellis layers.
| T | Field type used for edge labels |
Definition at line 79 of file trellises.hpp.
| CECCO::details::Edge< T >::Edge | ( | uint32_t | from_id, |
| uint32_t | to_id, | ||
| T | value ) |
| uint32_t CECCO::details::Edge< T >::from_id |
Source vertex id.
Definition at line 90 of file trellises.hpp.
| uint32_t CECCO::details::Edge< T >::to_id |
Target vertex id.
Definition at line 92 of file trellises.hpp.
| T CECCO::details::Edge< T >::value |
Edge label.
Definition at line 94 of file trellises.hpp.