Filtering algorythm for calculating checksums.
More...
#include <CheckSumFilter.hh>
Inherits FrameCPP::Common::StreamFilter, FrameCPP::Common::StreamFilter, and FrameCPP::Common::StreamFilter.
|
| 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.
|
|
Filtering algorythm for calculating checksums.
◆ CheckSumFilter() [1/3]
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/3]
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() [3/3]
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/3]
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/3]
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. |
◆ Filter() [3/3]
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:
- /build/ldas-tools-framecpp-2.8.1/debian/tmp/usr/include/framecpp/Common/CheckSumFilter.hh
- /build/ldas-tools-framecpp-2.8.1/obj-x86_64-linux-gnu/include/framecpp/Common/CheckSumFilter.hh
- /build/ldas-tools-framecpp-2.8.1/src/Common/CheckSumFilter.hh
- /build/ldas-tools-framecpp-2.8.1/src/Common/CheckSumFilter.cc