ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
CheckSumFilter Class Reference

Filtering algorythm for calculating checksums. More...

#include <CheckSumFilter.hh>

Public Member Functions

 CheckSumFilter (CheckSum::kind_type Type)
 Constructor.
 CheckSumFilter (CheckSum::kind_type Type)
 Constructor.
void Filter (const void *Buffer, INT_8U Size)
 Filter a sequence of bytes.
void Filter (const void *Buffer, INT_8U Size)
 Filter a sequence of bytes.
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/2]

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/2]

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/2]

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/2]

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:
  • /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4-build/ldas-tools-framecpp-3.0.4/build/include/framecpp/Common/CheckSumFilter.hh
  • /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4-build/ldas-tools-framecpp-3.0.4/src/Common/CheckSumFilter.hh
  • /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4-build/ldas-tools-framecpp-3.0.4/src/Common/CheckSumFilter.cc