xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
XrdEc::RedundancyProvider::CodingTable Struct Reference

Public Attributes

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

Detailed Description

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

Member Data Documentation

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

array of nData size, containing stripe indices to input blocks

int XrdEc::RedundancyProvider::CodingTable::nErrors

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

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

the coding table


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