ldas-tools-framecpp 2.9.2
Public Member Functions | List of all members
FrameCPP::Common::CheckSumFilter Class Reference

Filtering algorythm for calculating checksums. More...

#include <CheckSumFilter.hh>

Inherits FrameCPP::Common::StreamFilter, FrameCPP::Common::StreamFilter, and FrameCPP::Common::StreamFilter.

Public Member Functions

 CheckSumFilter (CheckSum::kind_type Type)
 Constructor. More...
 
void Filter (const void *Buffer, INT_8U Size)
 Filter a sequence of bytes. More...
 
 CheckSumFilter (CheckSum::kind_type Type)
 Constructor. More...
 
void Filter (const void *Buffer, INT_8U Size)
 Filter a sequence of bytes. More...
 
 CheckSumFilter (CheckSum::kind_type Type)
 Constructor. More...
 
void Filter (const void *Buffer, INT_8U Size)
 Filter a sequence of bytes. More...
 
void pubfilter (const char *Buffer, INT_8U Size)
 Public filter call.
 
void pubfilter (const char *Buffer, INT_8U Size)
 Public filter call.
 
void pubfilter (const char *Buffer, INT_8U Size)
 Public filter call.
 

Detailed Description

Filtering algorythm for calculating checksums.

Constructor & Destructor Documentation

◆ CheckSumFilter() [1/3]

FrameCPP::Common::CheckSumFilter::CheckSumFilter ( CheckSum::kind_type  Type)

Constructor.

Parameters
[in]TypeThe type of checksum to be calculated.
Returns
A new instance of the class.

◆ CheckSumFilter() [2/3]

FrameCPP::Common::CheckSumFilter::CheckSumFilter ( CheckSum::kind_type  Type)

Constructor.

Parameters
[in]TypeThe type of checksum to be calculated.
Returns
A new instance of the class.

◆ CheckSumFilter() [3/3]

FrameCPP::Common::CheckSumFilter::CheckSumFilter ( CheckSum::kind_type  Type)

Constructor.

Parameters
[in]TypeThe type of checksum to be calculated.
Returns
A new instance of the class.

Member Function Documentation

◆ Filter() [1/3]

void FrameCPP::Common::CheckSumFilter::Filter ( const void *  Buffer,
INT_8U  Size 
)
inline

Filter a sequence of bytes.

Parameters
[in]BufferThe sequence of bytes to be filter.
[in]SizeThe number of bytes in Buffer.

◆ Filter() [2/3]

void FrameCPP::Common::CheckSumFilter::Filter ( const void *  Buffer,
INT_8U  Size 
)

Filter a sequence of bytes.

Parameters
[in]BufferThe sequence of bytes to be filter.
[in]SizeThe number of bytes in Buffer.

◆ Filter() [3/3]

void FrameCPP::Common::CheckSumFilter::Filter ( const void *  Buffer,
INT_8U  Size 
)

Filter a sequence of bytes.

Parameters
[in]BufferThe sequence of bytes to be filter.
[in]SizeThe number of bytes in Buffer.

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