Filtering algorythm for calculating checksums.
More...
#include <CheckSumFilter.hh>
|
| 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.
|
|
Filtering algorythm for calculating checksums.
◆ CheckSumFilter() [1/2]
FrameCPP::Common::CheckSumFilter::CheckSumFilter |
( |
CheckSum::kind_type | Type | ) |
|
Constructor.
- Parameters
-
[in] | Type | The 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] | Type | The type of checksum to be calculated. |
- Returns
- A new instance of the class.
◆ Filter() [1/2]
void FrameCPP::Common::CheckSumFilter::Filter |
( |
const void * | Buffer, |
|
|
INT_8U | Size ) |
|
inline |
Filter a sequence of bytes.
- Parameters
-
[in] | Buffer | The sequence of bytes to be filter. |
[in] | Size | The 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] | Buffer | The sequence of bytes to be filter. |
[in] | Size | The 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/include/framecpp/Common/CheckSumFilter.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4/src/Common/CheckSumFilter.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4/src/Common/CheckSumFilter.cc