Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CBC_ReedSolomonEncoder Class Reference

#include <BC_ReedSolomon.h>

+ Collaboration diagram for CBC_ReedSolomonEncoder:

Public Member Functions

 CBC_ReedSolomonEncoder (CBC_ReedSolomonGF256 *field)
 
 ~CBC_ReedSolomonEncoder ()
 
bool Encode (std::vector< int32_t > *toEncode, size_t ecBytes)
 

Detailed Description

Definition at line 18 of file BC_ReedSolomon.h.

Constructor & Destructor Documentation

◆ CBC_ReedSolomonEncoder()

CBC_ReedSolomonEncoder::CBC_ReedSolomonEncoder ( CBC_ReedSolomonGF256 * field)
explicit

Definition at line 31 of file BC_ReedSolomon.cpp.

References CBC_ReedSolomonEncoder().

Referenced by CBC_ReedSolomonEncoder().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~CBC_ReedSolomonEncoder()

CBC_ReedSolomonEncoder::~CBC_ReedSolomonEncoder ( )
default

Member Function Documentation

◆ Encode()

bool CBC_ReedSolomonEncoder::Encode ( std::vector< int32_t > * toEncode,
size_t ecBytes )

Definition at line 56 of file BC_ReedSolomon.cpp.


The documentation for this class was generated from the following files: