Classes | Typedefs | Functions
FEC.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  _rvFec
 

Typedefs

typedef struct _rvFecFEC
 
typedef struct _rvFec rvFec
 
typedef short rvInt16
 
typedef char rvInt8
 
typedef unsigned short rvUint16
 
typedef unsigned char rvUint8
 
typedef rvUint8 uintGF
 

Functions

bool FEC__correct (FEC fec, unsigned int *data, unsigned int size)
 
FEC FEC__create (unsigned int symbol_size, unsigned int data_size, unsigned int parity_size)
 
void FEC__parity (FEC fec, unsigned int *data, unsigned int size)
 
rvInt16 rvFec_Correct (rvFec *self, rvUint8 *blockBuffer)
 
rvFecrvFec_New (rvInt16 symbolSize, rvInt16 dataSize, rvInt16 paritySize)
 
rvInt16 rvFec_Parity (rvFec *self, rvUint8 *dataBuffer, rvUint8 *parityBuffer)
 

Typedef Documentation

typedef struct _rvFec* FEC

Definition at line 41 of file FEC.hpp.

typedef struct _rvFec rvFec

Definition at line 39 of file FEC.hpp.

typedef short rvInt16

Definition at line 26 of file FEC.hpp.

typedef char rvInt8

Definition at line 25 of file FEC.hpp.

typedef unsigned short rvUint16

Definition at line 28 of file FEC.hpp.

typedef unsigned char rvUint8

Definition at line 27 of file FEC.hpp.

typedef rvUint8 uintGF

Definition at line 36 of file FEC.hpp.

Function Documentation

bool FEC__correct ( FEC  fec,
unsigned int *  data,
unsigned int  size 
)

Definition at line 604 of file FEC.cpp.

FEC FEC__create ( unsigned int  symbol_size,
unsigned int  data_size,
unsigned int  parity_size 
)

Definition at line 653 of file FEC.cpp.

void FEC__parity ( FEC  fec,
unsigned int *  data,
unsigned int  size 
)

Definition at line 630 of file FEC.cpp.

rvInt16 rvFec_Correct ( rvFec self,
rvUint8 blockBuffer 
)

Definition at line 325 of file FEC.cpp.

rvFec* rvFec_New ( rvInt16  symbolSize,
rvInt16  dataSize,
rvInt16  paritySize 
)

Definition at line 196 of file FEC.cpp.

rvInt16 rvFec_Parity ( rvFec self,
rvUint8 dataBuffer,
rvUint8 parityBuffer 
)

Definition at line 276 of file FEC.cpp.



fiducial_lib
Author(s): Wayne Gramlich
autogenerated on Thu Dec 28 2017 04:06:53