xrootd
Loading...
Searching...
No Matches
Public Attributes | List of all members
XrdEc::RedundancyProvider::CodingTable Struct Reference

Public Attributes

std::vector< unsigned char > table
 the coding table
 
std::vector< unsigned int > blockIndices
 array of nData size, containing stripe indices to input blocks
 
int nErrors
 Number of errors this coding table is constructed for (maximum==nParity)
 

Detailed Description

Data structure to store all information required for a decode process with a known error pattern.

Member Data Documentation

◆ blockIndices

std::vector<unsigned int> XrdEc::RedundancyProvider::CodingTable::blockIndices

array of nData size, containing stripe indices to input blocks

◆ nErrors

int XrdEc::RedundancyProvider::CodingTable::nErrors

Number of errors this coding table is constructed for (maximum==nParity)

◆ table

std::vector<unsigned char> XrdEc::RedundancyProvider::CodingTable::table

the coding table


The documentation for this struct was generated from the following file: